About Store Forum Documentation Contact



Post Reply 
linking problems
Author Message
Dizzy Offline
Member

Post: #1
linking problems
When I try to complie the tutorials everything goes fine and till it trys linking
and then it brings me an error

: LINK : fatal error LNK1104: cannot open file 'EsenthelEngineDX10+.lib'

I'm using VS C++ 2008

pls help ............ :\
(This post was last modified: 06-27-2010 12:04 AM by Dizzy.)
06-27-2010 12:02 AM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #2
RE: linking problems
You havent placed the .lib in the correct folder is my guess
06-27-2010 12:27 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #3
RE: linking problems
Yes u need to set lib folder in your configuration:

eg: in linker->general->Additional library directories->EsenthelEngineSDK\EsenthelEngineSDK\Installation

There is always evil somewhere, you just have to look for it properly.
06-27-2010 01:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Dizzy Offline
Member

Post: #4
RE: linking problems
yeah I guess i figured it out

thanks grin
06-27-2010 06:29 AM
Find all posts by this user Quote this message in a reply
Post Reply