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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linking problem...

Status
Not open for further replies.

Hylsan

Programmer
Joined
Mar 20, 2002
Messages
43
Location
SE
Hi!
Ive downloaded a .lib with example-files, but when trying to run em i get this;

LINK : fatal error LNK1104: cannot open file "[PATH]"

There was ofcourse a path in [path] to the .lib-file tho it was wrong path. So my quesetion is where do i change this so it finds the .lib-file?? I thought it was under 'project->settings->linking' but i couldnt find anything there either. :/

Id appreciate any help.
Thanks in advance!

/Hylsan

 
You are right in saying that it's Project Settings / Link but the lib in question needs to be in a path that the linker can find. You can of course use a FQP to the lib in the Object/library modules field.

If all else fails you can put the lib in either system/32 dirs.

HTH

William
Software Engineer
ICQ No. 56047340
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top