Texture2bm8?
by Joe Melton · in Torque Game Engine · 09/27/2003 (4:27 pm) · 1 replies
Anybody know how to make this go away?
texture2bm8 error LNK2005: ___initmbctable already defined in LIBCD.lib(mbctype.obj)
texture2bm8 error LNK2005: __dosmaperr already defined in LIBCD.lib(dosmap.obj)
texture2bm8 error LNK2005: __getmbcp already defined in LIBCD.lib(mbctype.obj)
texture2bm8 error LNK2005: __setmbcp already defined in LIBCD.lib(mbctype.obj)
texture2bm8 fatal error LNK1169: one or more multiply defined symbols found
I'm compiling the VC6 project from the latest HEAD in VS.NET (because the VS7 doesn't work).
texture2bm8 error LNK2005: ___initmbctable already defined in LIBCD.lib(mbctype.obj)
texture2bm8 error LNK2005: __dosmaperr already defined in LIBCD.lib(dosmap.obj)
texture2bm8 error LNK2005: __getmbcp already defined in LIBCD.lib(mbctype.obj)
texture2bm8 error LNK2005: __setmbcp already defined in LIBCD.lib(mbctype.obj)
texture2bm8 fatal error LNK1169: one or more multiply defined symbols found
I'm compiling the VC6 project from the latest HEAD in VS.NET (because the VS7 doesn't work).
Torque Owner Joe Melton
Fails At Making Games