Search found 4 matches

by gongchengshi
Thu Jan 03, 2008 12:07 am
Forum: XLSReadWriteII 3/4/5
Topic: [ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200
Replies: 4
Views: 5996

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.
by gongchengshi
Wed Jan 02, 2008 9:51 pm
Forum: XLSReadWriteII 3/4/5
Topic: [ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200
Replies: 4
Views: 5996

After installing XLSReadWriteII 3.0 should I see a component in BCB's tool palette? I am using Borland C++ Builder 2007
by gongchengshi
Wed Jan 02, 2008 8:20 pm
Forum: XLSReadWriteII 3/4/5
Topic: [ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200
Replies: 4
Views: 5996

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 dire...
by gongchengshi
Tue Jan 01, 2008 12:57 am
Forum: XLSReadWriteII 3/4/5
Topic: [ILINK32 Error] Fatal: Unable to open file 'XLSRWII30_BDS200
Replies: 4
Views: 5996

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

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 ide...