Archived Forum Post

Index of archived forum posts

Question:

LINK : fatal error LNK1104: cannot open file 'ChilkatDbg.obj'

May 21 '14 at 17:35

Hi, I am trying to run a sample spider given on http://www.chilkatsoft.com/p/p_26.asp. I am using Microsoft Visual C++ 2010 Express I am getting following error.

LINK : fatal error LNK1104: cannot open file 'ChilkatDbg.obj'

I probably have not linked the libraries well. Can any one help as to what files need to be exactly linked & how to do it please ?

Any help is highly appreciated. Thanks in Advance.


Answer

The downloads for the Chilkat VC++ libs do not contain .obj files. There are .lib files that are static libs to be linked against. The one you choose should match your app's build settings (Debug/Release, Static/DLL).