Can not open file "rxapi.lib"

Can not open file "rxapi.lib"

Anonymous
Not applicable
1,682 Views
3 Replies
Message 1 of 4

Can not open file "rxapi.lib"

Anonymous
Not applicable
I use Visual C++ 6.0 and objectarx2000.Every time i built a project,the compiler gave
Linking...
LINK : fatal error LNK1104: cannot open file "rxapi.lib"
Error executing link.exe.
I have include lib and inc files in the VC directory.Also the setting for VC is corret.
thanks in advance
0 Likes
1,683 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Hello, Check if your project doesn't use some system variabiles (ex. OARX2000). If it does check if it points to the correct Object Arx path. Also check if rxapi.lib is not linked with the project via #pragma comment (lib, "xxx.lib") and a hardcoded path for example #pragma comment (lib, "E:\ObjectARX 2000\lib\rxapi.lib"). Bogdan ybpabcdefgh wrote: > I use Visual C++ 6.0 and objectarx2000.Every time i built a project,the compiler gave > Linking... > LINK : fatal error LNK1104: cannot open file "rxapi.lib" > Error executing link.exe. > I have include lib and inc files in the VC directory.Also the setting for VC is corret. > thanks in advance
0 Likes
Message 3 of 4

Anonymous
Not applicable
Search "rxapi.lib", and check hits www.hlsolution.com AutoCAD Application Developer "ybpabcdefgh" дÈëÓʼþ news:[email protected]... > I use Visual C++ 6.0 and objectarx2000.Every time i built a project,the compiler gave > Linking... > LINK : fatal error LNK1104: cannot open file "rxapi.lib" > Error executing link.exe. > I have include lib and inc files in the VC directory.Also the setting for VC is corret. > thanks in advance
0 Likes
Message 4 of 4

Anonymous
Not applicable
Check if you have forgot to include the directoies of the lib files in: Tools > Options > Projects > VC++ Directories I had a similar problem and that was the answer. Hope i helped Regards Bill "ybpabcdefgh" wrote in message news:[email protected]... > I use Visual C++ 6.0 and objectarx2000.Every time i built a project,the compiler gave > Linking... > LINK : fatal error LNK1104: cannot open file "rxapi.lib" > Error executing link.exe. > I have include lib and inc files in the VC directory.Also the setting for VC is corret. > thanks in advance
0 Likes