I am trying to build the trunk with vc++ 2008 sp1, and got the following
error,

1>Linking...
1>   Creating library C:\test\wzvc\win32\Debug\Warzone2100-Dbg.lib and
object C:\test\wzvc\win32\Debug\Warzone2100-Dbg.exp
1>libtheora_static.lib(mmxidct.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(x86state.obj) : error LNK2001: unresolved
external symbol __forceCRTManifestCUR
1>libtheora_static.lib(dequant.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(mmxfrag.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(mmxstate.obj) : error LNK2001: unresolved
external symbol __forceCRTManifestCUR
1>libtheora_static.lib(huffdec.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(fragment.obj) : error LNK2001: unresolved
external symbol __forceCRTManifestCUR
1>libtheora_static.lib(bitpack.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(idct1.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(decode1.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(state.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(decinfo.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(quant1.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>libtheora_static.lib(apiwrapper.obj) : error LNK2001: unresolved
external symbol __forceCRTManifestCUR
1>libtheora_static.lib(decapiwrapper.obj) : error LNK2001: unresolved
external symbol __forceCRTManifestCUR
1>libtheora_static.lib(internal.obj) : error LNK2001: unresolved
external symbol __forceCRTManifestCUR
1>libtheora_static.lib(info.obj) : error LNK2001: unresolved external
symbol __forceCRTManifestCUR
1>C:\test\wzvc\win32\Debug\Warzone2100-Dbg.exe : fatal error LNK1120: 1
unresolved externals

I tried to use the following in main.c
// to avoid: error LNK2001: unresolved external symbol __forceCRTManifestCUR
// as directed by
http://social.msdn.microsoft.com/Forums/da-DK/vcgeneral/thread/af6796af-a1bf-4904-9923-15101956d882
// not working, commentted out
int __forceCRTManifestCUR = 0;

but was not able to resolve the issue.

I am using the trunk devpkg.

I have attached the log file.

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to