|
-
Jul 11th, 2000, 04:39 AM
#1
Thread Starter
Junior Member
hi all,
i have to build a few components and then the main exe.
in the component project properties i set the version compatibility to Project compatibilty and gave the binary file path and name in the path provided below binary compatibility.now everytime i build the project the components version keeps incrementing. is there anyway i can stop this? i want the version of the component to remain at 1.0 until i increment the version manually.
thanks in advance
okdk
-
Jul 11th, 2000, 04:47 AM
#2
Lively Member
Unselecting the version number auto-increment in the project properties - make -tab should solve your problem.
Fedor
-
Jul 11th, 2000, 04:56 AM
#3
Thread Starter
Junior Member
auto increment is unchecked
the auto increment checkbox is unchecked.
its something thats baffling me...
-
Jul 11th, 2000, 05:13 AM
#4
Lively Member
I'm just as baffled as you are...
I've just tested your problem, but my versionnumber doesn't change.
-
Jul 11th, 2000, 05:47 AM
#5
Thread Starter
Junior Member
still baffled
my component version is currently 15 some components are f!!!!wonder what that means...
and it just goes like that...tho i still have not released version 1.0!?!?!
-
Jul 11th, 2000, 05:48 AM
#6
Thread Starter
Junior Member
forgot
u dont actually see that in the project properties..
when u open a project vbp that references this component in wordpad and u see it..the version is 15
-
Jul 11th, 2000, 06:21 AM
#7
Lively Member
I have really no clue.. sorry..
I have never before opened a .vbp file in Notepad, but this is what I found about version-things...
maybe it will help??
CompatibleMode="0"
CompatibleEXE32="Test.exe"
MajorVer=1
MinorVer=0
RevisionVer=0
AutoIncrementVer=0
CompatibleMode="1"
CompatibleEXE32="Project1.dll"
MajorVer=1
MinorVer=0
RevisionVer=1
AutoIncrementVer=1
Good luck,
Fedor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|