Game Development Community

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).

#1
09/27/2003 (4:39 pm)
Disregard this. Looks like someone made some changes to HEAD since last night, and now the VC7 project will build. Thanks to whoever did that.