Ogniok
Member
|
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 |
|
Esenthel
Administrator
|
RE: Can't compile after update
check VS project settings and add version.lib
|
|
10-17-2011 10:34 PM |
|
Ogniok
Member
|
RE: Can't compile after update
Thanks It worked
|
|
10-18-2011 03:04 PM |
|