Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Multiple versions of Suite Pro
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Multiple versions of Suite Pro

 Post Reply Post Reply
Author
Message
Arnoutdv View Drop Down
Groupie
Groupie


Joined: 29 September 2010
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote Arnoutdv Quote  Post ReplyReply Direct Link To This Post Topic: Multiple versions of Suite Pro
    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:
Quote No, the tech staff recommends using only one version because of possible file name errors.

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
Back to Top
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Post Options Post Options   Thanks (0) Thanks(0)   Quote gibra Quote  Post ReplyReply Direct Link To This Post Posted: 22 February 2012 at 1:40pm
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
Back to Top
Arnoutdv View Drop Down
Groupie
Groupie


Joined: 29 September 2010
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote Arnoutdv Quote  Post ReplyReply Direct Link To This Post Posted: 23 February 2012 at 11:48am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.145 seconds.