• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

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

Started by claudio222, October 06, 2012, 05:04:59 am

Previous topic - Next topic

claudio222

Hi , after installing nrComm 9.31 i've this error compiling my previous applications :
[ILINK32 Error] Fatal: Unable to open file 'SHELLAPI.OBJ'.
if i open a new application it work fine.
i've found in nrcommd13.lib references to .obj and i've added a path but i can't compile.
i use C++Builder® XE2 Version 16.0.4429.46931] update 4 on win7 sp1.
best regard .. claudio

claudio222

This is a project , i've verified all path , and , for me seems to be correct.

claudio222

Problem solved , the application was unintectionally compiled with builder xe previously .
to correct the problem i've created an empty project with c++ XE2 and copyed in the file .res , .cpp and .dfm  of my project  and deleted the files .obj in folder ..\debug\win32 then recompiled .. and voilà
all work fine and now i don't have problems with nrcomm library.