Not strictly a Juce Problem, but I guess others have come across this.
I can compile a DEBUG version of my code. When trying to build a RELEASE version, it finally fails (after many, many improvements) with
- Code: Select all
2>jucelib_static_win32.lib(juce_win32_NativeCode.obj) : error LNK2001: Unresolved extern symbol "_GetFileVersionInfoW@16".
2>jucelib_static_win32.lib(juce_win32_NativeCode.obj) : error LNK2001: Unresolved extern symbol "_VerQueryValueW@16".
2>jucelib_static_win32.lib(juce_win32_NativeCode.obj) : error LNK2001: Unresolved extern symbol "_GetFileVersionInfoSizeW@8".
2>zlib.lib(gvmat32c.obj) : error LNK2001: Unresolved extern symbol "_longest_match_686".
Any ideas?
I use Visual C++2008 Express Edition.
Appreciate any hints...
Cheers
