PDA

View Full Version : Best way to move a 5.0 project to 6.5



Unregistered
08-02-2007, 03:48 PM
I have a working 5.0 project on one site and we're installing 6.5 at another site and I would like to transfer my projects from the 5.0 machine to the 6.5 system. Is there a good way to do this?

linder
08-03-2007, 08:04 AM
Hello,

Are you already using path (compiler) variables in your SB5 project? If this is the case, you only have to change the compiler variable.

You can use compiler variables to handle path variables. Path variables are quite flexible and can be a tremendous tool when used effectively. A bit of careful thought and planning can ensure that Path Variables become a valuable tool in your project and save overall development time.

If not, I would suggest to "convert" your fix install file paths to a compiler variable using Tools | Convert File Source Paths

Does this help?

Friedrich