Page 1 of 1
How to compiler to 64bit
Posted: Fri May 17, 2019 9:18 am
by Jasonwong
As title
Re: How to compiler to 64bit
Posted: Mon May 20, 2019 10:10 am
by larsa
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.
Re: How to compiler to 64bit
Posted: Mon May 20, 2019 12:40 pm
by Jasonwong
Thank you for your response, I have solved my problem, thank you