From: WilTech <in...@wi...> - 2000-11-19 06:50:52
|
Hello folks, I downloaded 0.8.1 Win32Lookat. I compiled LibVRMLgl, core, and js, = as well as libjpeg ,zlib, and png. GL came with my copy of VC++ 6.0, = but I added GLUT. Now the problem: when I try to compile the debug version of Lookat, I = get LNK 2005 ("already defined") and LNK2001 ("unresolved external") = errors! Can anyone give me any assistance here? The following is a = copy of the messages: Linking... libci.lib(ostream.obj) : error LNK2005: "public: class ostream & = __thiscall ostream::operator<<(char const *)" = (??6ostream@@QAEAAV0@PBD@Z) already defined in = msvcirtd.lib(MSVCIRTD.dll) libci.lib(ostream.obj) : error LNK2005: "public: class ostream & = __thiscall ostream::flush(void)" (?flush@ostream@@QAEAAV1@XZ) already = defined in msvcirtd.lib(MSVCIRTD.dll) libci.lib(_ios.obj) : error LNK2005: "public: virtual __thiscall = ios::~ios(void)" (??1ios@@UAE@XZ) already defined in = msvcirtd.lib(MSVCIRTD.dll) libvrml97core.lib(VrmlScene.obj) : error LNK2001: unresolved external = symbol _errno libvrml97core.lib(VrmlNodeInline.obj) : error LNK2001: unresolved = external symbol _errno zlib.lib(gzio.obj) : error LNK2001: unresolved external symbol _errno libci.lib(filebuf.obj) : error LNK2001: unresolved external symbol = ___pioinfo Debug/win32lookat.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe. win32lookat.exe - 8 error(s), 0 warning(s) Thanks much for any help! Joseph Sullivan |