About Store Forum Documentation Contact



Post Reply 
Can't compile after update
Author Message
Ogniok Offline
Member

Post: #1
Can't compile after update
Hi.

I updated my engine version to latest SDK and then tried to compile my project, but I had linker errors:

Code:
1>Linking...
1>EsenthelEngine.lib(Misc.obj) : error LNK2019: unresolved external symbol _VerQueryValueW@16 referenced in function "int __cdecl EE::FileVersion(struct EE::Str const &)" (?FileVersion@EE@@YAHABUStr@1@@Z)
1>EsenthelEngine.lib(Misc.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoW@16 referenced in function "int __cdecl EE::FileVersion(struct EE::Str const &)" (?FileVersion@EE@@YAHABUStr@1@@Z)
1>EsenthelEngine.lib(Misc.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoSizeW@8 referenced in function "int __cdecl EE::FileVersion(struct EE::Str const &)" (?FileVersion@EE@@YAHABUStr@1@@Z)

It says that the problem is in EsenthelEngine.lib so, is it a bug in engine, or my fault?
10-17-2011 10:04 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Can't compile after update
check VS project settings and add version.lib
10-17-2011 10:34 PM
Find all posts by this user Quote this message in a reply
Ogniok Offline
Member

Post: #3
RE: Can't compile after update
Thanks smile It worked
10-18-2011 03:04 PM
Find all posts by this user Quote this message in a reply
Post Reply