Multiple versions of Suite Pro |
Post Reply |
Author | |
Arnoutdv
Groupie Joined: 29 September 2010 Status: Offline Points: 38 |
Post Options
Thanks(0)
Posted: 20 February 2012 at 3:35am |
Currently all our tools are built using Suite Pro v13.0.0
I want to upgrade to the most recent version, but not all our products will be recompiled using the most recent version. So I'd like to have both versions of Suite Pro on my development machine and use v13.0.0 for some projects and use the current version in other projects. The same for client installations. They can receive a application which will require the recent version (of course with a new installer), but will also have applications requiring v13.0.0 on their machine. The answer I got from the sales department was:
But the path for a single OCX on my machine is: C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.0.0\Bin\Codejock.SkinFramework.v13.0.0.ocx Any experience with using multiple versions of SuitePro?
|
|
VB6 SP6, SuitePro 16.3.0 / 18.2.0, Win10/64
|
|
gibra
Senior Member Joined: 31 October 2008 Location: Italy Status: Offline Points: 288 |
Post Options
Thanks(0)
|
Yes, I work for more versions in the same machine.
Unfortunately, when you open a project that work with a previous version, vb6 ask each time tu update for new version.
In the projects that you don't want to update, open the project file (VBP) with notepad, and add this line:
NoControlUpgrade=1
at the position like you see below:
...
IconForm="frmMain"
Startup="Sub Main" HelpFile="" NoControlUpgrade=1 Title="Project1" ExeName32="Project1.exe" Command32="" ....
The project don't longer require to update.
|
|
gibra
CJ SuiteControl v: 13.x to 19.x Windows 10 64bit VS2019 - VB6.0 SP6 <a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8 |
|
Arnoutdv
Groupie Joined: 29 September 2010 Status: Offline Points: 38 |
Post Options
Thanks(0)
|
I just bought the most recent version of SuitePro.
Thanks for the tip on unchecking "Upgrade ActiveX Controls" Will first update all my projects and then install the new versions of SuitePro.
|
|
VB6 SP6, SuitePro 16.3.0 / 18.2.0, Win10/64
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |