#1
|
|||
|
|||
vb6 project compatibility question?
Hello.
I am trying to build a vb6 project, in which I can set the version number to a specific value, while having the option "project compatibility" selected, which is found on the compatibility tab. However, every time I run it, the step always fails. Now, when I select the "don't change" option, it creates the executable files, and the version number is set successfully. Actually, the other option updates the version number also, but the executible files are not created because it fails. Maybe someone can help me understand that this option does so that I can avoid this problem. The error states "Unable to set the version compatible component," "One or more of the properties in 'PROJECT_PATH.vbp' was bad. Some or all of the properties might not be set correctly." I don't know much about Visual Build Pro. I would really appreciate anyone's help. Thank you. |
#2
|
|||
|
|||
http://www.visualbuild.com/Manual/ma...ibilitytab.htm
Please ZIP and send or post: 1) The info from Help | About | Install Info 2) The .bld file 3) A build log file 4) The .vbp file (no source code files) Thanks. |
#3
|
|||
|
|||
Thank you. I checked out the link, but I don't see where it explains the "Don't change" option, to get an idea of why that works for my project. Does that mean that the interface and class GUIDs are not regenerated? And if so, would there be compatibility issues more likely down the line?
For the moment, here is the install info on vbp Visual Build Professional 6.2 Evaluation Version: 20 days remaining Windows Version: 5.1.2600.2.0 Install path: C:\Program Files\VisBuildPro6 SftTree_IX86_U_50.dll version 5.05 unins000.exe version 51.42.0.0 VisBuildCmd.exe version 6.2.0.2 VisBuildPro.exe version 6.2.0.2 VisBuildBld.dll version 6.2.0.4 VisBuildBurn.dll version 6.2.0.3 VisBuildCore.dll version 6.2.0.3 VisBuildDotNET.dll version 6.2.0.3 VisBuildExt.dll version 6.2.0.3 VisBuildLog.dll version 6.2.0.2 VisBuildMisc.dll version 6.2.0.3 VisBuildMS.dll version 6.2.0.4 VisBuildMS2.dll version 6.2.0.2 VisBuildNet.dll version 6.2.0.3 VisBuildSvr.dll version 6.2.0.4 VisBuildSvr.Interop.dll version 1.0.0.0 I'm using a 30-day trial version, would that or this particular version be the cause? I'll see if can send you the rest. Thank you. |
#4
|
|||
|
|||
Quote:
http://www.kinook.com/Forum/showthread.php?threadid=57 Quote:
|
#5
|
|||
|
|||
So, the 'Don't change' option means that the GUIDs will not be regenerated? Is that what that means? Also, the 'Binary compatibility' setting, if set, would that cause a conflict with the 'Don't change' option? My goal is to not regenerate the GUIDs, hoping that this help me avoid any reference problems in the future.
|
#6
|
|||
|
|||
Quote:
To ensure that VB6 doesn't change GUIDs, set all projects to binary compatibility in the IDE after building the first time or check the 'Set projects to binary compatibility after building' checkbox in the Make VB6 action. See http://www.kinook.com/Forum/showthread.php?threadid=57 for more details on dealing with VB6 and GUIDs. |
|
|