Page 1 of 1

Compiling 32-bit vs 64-bit application

Posted: Thu 24 May 2018 11:40
by DmitriNL
Hi,

I'm having troubles compiling 32-bit applications using UniDac. When compiling an 32-bit application which contains TUniConnection and TSQLServerUniProvider I receive the following error message: [ilink32 Error] Fatal: Unable to open file 'TDSPROVIDER250.A'. When compiling the same project as an 64-bit application, there aren't any errors. I searched my hard drive for TDSPROVIDER250.A. It seems there isn't a file for 32-bit? I'm using C++ Builder 10.2.2 and UniDac 7.2.5.

Can you please help me out? Thank you in advance.

Re: Compiling 32-bit vs 64-bit application

Posted: Wed 30 May 2018 14:23
by Stellar
Libraries with the extension *.lib are used in 32-bit application, and in the 64-bit application, libraries with the extension *.a. In order for us to analyze the issue, send us your project, please. You can send the project using the contact form at our website: devart.com/company/contactform.html .

Re: Compiling 32-bit vs 64-bit application

Posted: Tue 12 Jun 2018 15:13
by DmitriNL
Thank you for your answer. I'll create a sample project and upload it using the contact form.

Re: Compiling 32-bit vs 64-bit application

Posted: Fri 15 Jun 2018 11:54
by Stellar
We are waiting for a sample from you to analyze the issue of compiling the project as an 64-bit application.