|
From: Christian H. <he...@ro...> - 2001-06-08 10:16:28
|
Hi there, hopefully I'm subscribed now. I tried it yesterday at geocrawler, but I got problems with the registration. And now they are unreachable, bacause of database maintenances. Anyway, after long struggeling with the openvrml project under Visual Studio finally I made the openvrml.lib. But now I'm stucked with weird linker errrors. It seems to me this has nothing to do with your code rather with libs of Visual Studio. But hopefully you can help me. These are the messages I get by the linker: LIBCD.lib(crt0dat.obj) : error LNK2005: _exit already defined in msvcrtd.lib(MSVCRTD.dll) LIBCD.lib(crt0dat.obj) : error LNK2005: __exit already defined in msvcrtd.lib(MSVCRTD.dll) LIBCD.lib(dbgheap.obj) : error LNK2005: _malloc already defined in msvcrtd.lib(MSVCRTD.dll) LIBCD.lib(dbgheap.obj) : error LNK2005: _calloc already defined in msvcrtd.lib(MSVCRTD.dll) LIBCD.lib(dbgheap.obj) : error LNK2005: _realloc already defined in msvcrtd.lib(MSVCRTD.dll) LIBCD.lib(dbgheap.obj) : error LNK2005: _free already defined in msvcrtd.lib(MSVCRTD.dll) LIBCD.lib(crt0init.obj) : error LNK2005: ___xc_z already defined in msvcrtd.lib(cinitexe.obj) LIBCD.lib(crt0init.obj) : error LNK2005: ___xc_a already defined in msvcrtd.lib(cinitexe.obj) LIBCD.lib(crt0init.obj) : error LNK2005: ___xi_z already defined in msvcrtd.lib(cinitexe.obj) LIBCD.lib(crt0init.obj) : error LNK2005: ___xi_a already defined in msvcrtd.lib(cinitexe.obj) LIBCD.lib(winxfltr.obj) : error LNK2005: __XcptFilter already defined in msvcrtd.lib(MSVCRTD.dll) msvcrtd.lib(MSVCRTD.dll) : error LNK2005: __write already defined in LIBCD.lib(write.obj) msvcrtd.lib(MSVCRTD.dll) : error LNK2005: __setmbcp already defined in LIBCD.lib(mbctype.obj) LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/win32lookat.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. How is the project going? thanks ahead, Christian |