Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link Error with Building a DLL

Status
Not open for further replies.

sweep123

Technical User
May 1, 2003
185
GB
I have been trying to build my first DLL but keep getting the following error and have no idea what it means. The Help not very useful either.

TEST_DLL fatal error LNK1104: cannot open file 'c:\Program.obj'


I do not use the file Program.obj and it does not even exist.
 
I believe you should search for Program.obj on your computer and correct the path. As I see your linker searches it in the directory c:\ or \ (or just nothing). I think you removed manually some paths in your VisualC++ settings.

Ion Filipski
1c.bmp
 
It was a library file, included but not needed, so error gone away.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top