Results 1 to 7 of 7

Thread: component versioning

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    27

    Question

    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

  2. #2
    Lively Member
    Join Date
    Jun 2000
    Posts
    80
    Unselecting the version number auto-increment in the project properties - make -tab should solve your problem.

    Fedor

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    27

    Unhappy auto increment is unchecked

    the auto increment checkbox is unchecked.
    its something thats baffling me...

  4. #4
    Lively Member
    Join Date
    Jun 2000
    Posts
    80

    Question

    I'm just as baffled as you are...

    I've just tested your problem, but my versionnumber doesn't change.


  5. #5

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    27

    Unhappy 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!?!?!

  6. #6

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    27

    Post 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

  7. #7
    Lively Member
    Join Date
    Jun 2000
    Posts
    80

    Unhappy

    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
  •  



Click Here to Expand Forum to Full Width