Unresolved external symbol...
-
Hi, I want to user the function GetFileVersionInfo (and GetFileVersionInfoSize) in my app to get the version of a dll. My app is a MFC app. When I compile it I get an error: unresolved external symbol _GetFileVersionInfoSize@8 referenced in function *public: __thiscall.... What is wrong? What do I have to do? Thanks ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
-
Hi, I want to user the function GetFileVersionInfo (and GetFileVersionInfoSize) in my app to get the version of a dll. My app is a MFC app. When I compile it I get an error: unresolved external symbol _GetFileVersionInfoSize@8 referenced in function *public: __thiscall.... What is wrong? What do I have to do? Thanks ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
Have you linked the Version.lib library ?
-
Have you linked the Version.lib library ?
Nope. Just did it right now and it works. Thanks! ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.