How to compiler to 64bit
Re: How to compiler to 64bit
Hello
1. If you don't need to install a package, that is, if you create the component in code, all you have to to is to set the search path to the directory with the source code.
2. To create a package for x64, open a new empty package and add all source files to it. Compile the package for x64.
In any case above, you will need OBJ files for x64. You can download these files from the same address where you download the registered version.
1. If you don't need to install a package, that is, if you create the component in code, all you have to to is to set the search path to the directory with the source code.
2. To create a package for x64, open a new empty package and add all source files to it. Compile the package for x64.
In any case above, you will need OBJ files for x64. You can download these files from the same address where you download the registered version.
Lars Arvidsson, Axolot Data
Re: How to compiler to 64bit
Thank you for your response, I have solved my problem, thank you