How to compiler to 64bit

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
Jasonwong
Posts: 2
Joined: Fri May 17, 2019 9:17 am

How to compiler to 64bit

Post by Jasonwong »

As title
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: How to compiler to 64bit

Post 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.
Lars Arvidsson, Axolot Data
Jasonwong
Posts: 2
Joined: Fri May 17, 2019 9:17 am

Re: How to compiler to 64bit

Post by Jasonwong »

Thank you for your response, I have solved my problem, thank you
Post Reply