gusrbehfdl
Member
|
Updated esenthel unresolved ext symbol errors
I just updated esenthel and when I try to build MMO project, I get these and I have no idea where to look.
Error 1 error LNK2019: unresolved external symbol _VerQueryValueW@16 referenced in function "int __cdecl EE::FileVersion(struct EE::Str)" (?FileVersion@EE@@YAHUStr@1@@Z) EsenthelEngine.lib Server
Error 2 error LNK2019: unresolved external symbol _GetFileVersionInfoW@16 referenced in function "int __cdecl EE::FileVersion(struct EE::Str)" (?FileVersion@EE@@YAHUStr@1@@Z) EsenthelEngine.lib Server
Error 3 error LNK2019: unresolved external symbol _GetFileVersionInfoSizeW@8 referenced in function "int __cdecl EE::FileVersion(struct EE::Str)" (?FileVersion@EE@@YAHUStr@1@@Z) EsenthelEngine.lib Server
Anyone knows where to fix?
And its not only MMO, all other projects have same issue.
I updated following instruction(copying to the appropriate folders, vc/lib and vc/include and of course engine pack).
(This post was last modified: 02-26-2011 11:22 PM by gusrbehfdl.)
|
|
02-26-2011 11:12 PM |
|
mortal.glitch
Member
|
RE: Updated esenthel unresolved ext symbol errors
After I read this I tried updating Esenthel and recompiled my current project and got the same errors >.<
EsenthelEngine.lib(Misc.obj) : error LNK2019: unresolved external symbol _VerQueryValueW@16 referenced in function "int __cdecl EE::FileVersion(struct EE::Str)" (?FileVersion@EE@@YAHUStr@1@@Z)
|
|
02-26-2011 11:30 PM |
|
drizztfun
Member
|
RE: Updated esenthel unresolved ext symbol errors
Esenthel Forum / Esenthel Engine / Version History / February 2011
[...]
-IMPORTANT: a new .lib must be added to custom Visual Studio project settings (linker\input\additional dependencies: version.lib)
[...]
If you did not change anything, then best is to just redownload the MMO-project, because there are more changes.
(This post was last modified: 02-26-2011 11:43 PM by drizztfun.)
|
|
02-26-2011 11:41 PM |
|
mortal.glitch
Member
|
RE: Updated esenthel unresolved ext symbol errors
Thanks drizztfun I just noticed Esenthel had updated MMO download. Looks like others were having similar probs http://www.esenthel.com/community/showth...p?tid=3221
To correct the problem I ran auto update again and re-downloaded emmo source.
(edit) New emmo has updated solution with version.lib pre-added
(This post was last modified: 02-27-2011 12:22 AM by mortal.glitch.)
|
|
02-27-2011 12:17 AM |
|