Page 1 of 1
[ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200
Posted: Tue Jan 01, 2008 12:57 am
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?
Posted: Tue Jan 01, 2008 9:01 pm
by larsa
Hello
Are all search paths correct?
Lars Arvidsson
Posted: Wed Jan 02, 2008 8:20 pm
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?
Posted: Wed Jan 02, 2008 9:51 pm
by gongchengshi
After installing XLSReadWriteII 3.0 should I see a component in BCB's tool palette? I am using Borland C++ Builder 2007
Posted: Thu Jan 03, 2008 12:07 am
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.