[ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200

Questions and answers on how to use XLSReadWriteII 3/4/5.
Post Reply
gongchengshi
Posts: 4
Joined: Tue Jan 01, 2008 12:50 am

[ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200

Post by gongchengshi »

I am trying to upgrade from XLSReadWriteII 2.0 to XLSReadWriteII 3.0.

While trying to build a VCL application with the XLSRWII30_BDS2006 library I get the following linker error:

[ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS2006.OBJ'

I am trying out the trial version. Do you have any idea why I may be getting this error?
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Post by larsa »

Hello

Are all search paths correct?


Lars Arvidsson
gongchengshi
Posts: 4
Joined: Tue Jan 01, 2008 12:50 am

Post by gongchengshi »

I have the following pragma in my code:
#pragma link "XLSRWII30_BDS2006"

I have added XLSRWII30_BDS2006.lib to my project.

My include path is:
C:\Program Files\XLSReadWriteII30\Package\BDS2006

My library path is:
C:\Program Files\XLSReadWriteII30\Package\BDS2006

My intermediate output directory is:
Debug_Build

When I search my hard drive for the file it comes up with nothing. This is my first time trying to link in a library using BCB. Is there something I am missing?
gongchengshi
Posts: 4
Joined: Tue Jan 01, 2008 12:50 am

Post by gongchengshi »

After installing XLSReadWriteII 3.0 should I see a component in BCB's tool palette? I am using Borland C++ Builder 2007
gongchengshi
Posts: 4
Joined: Tue Jan 01, 2008 12:50 am

Post by gongchengshi »

Apparently the #pragma link is looking for a .obj file. How do I get my .lib file compiled to produce the .obj file in Borland?


Also I don't seem to be able to get a component created in the BCB tool palette.
Post Reply