can kalkan wrote:

while compiling fg i get these errors. i ignored libcmtd.lib, libcmt.lib and errors reduced to these ..additional libs are; sg.lib sl.lib ssg.lib pui.lib ssgaux.lib psl.lib puaux.lib pw.lib fnt.lib ul.lib net.lib sl.lib js.lib zlib.lib simgear.lib alut.lib openal32.lib
 pthreadvc.lib.
please help obj : error LNK2019: unresolved external symbol ___argc referenced in function [EMAIL PROTECTED]

bootstrap.obj : error LNK2019: unresolved external symbol ___argv referenced in function [EMAIL PROTECTED]

libcpmtd.lib(_tolower.obj) : error LNK2019: unresolved external symbol __malloc_dbg referenced in function __Getctype

libcpmtd.lib(xdebug.obj) : error LNK2001: unresolved external symbol __malloc_dbg

libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __free_dbg referenced in function "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" ([EMAIL PROTECTED]@std@@[EMAIL PROTECTED])

.\Release/FlightGear.exe : fatal error LNK1120: 4 unresolved externals

------------------------------------------------------------------------
Discover Yahoo!
Find restaurants, movies, travel & more fun for the weekend. Check it out! <http://us.rd.yahoo.com/evt=32658/*http://discover.yahoo.com/weekend.html>

------------------------------------------------------------------------

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

You can't ignore libcmt or libcmtd. I suspected that you ignored them because you mixed debug and non debug libraries and then you add lot of errors. Rebuild everything in debug or in non debug (everything = plib + simgear + fg).


Harald.


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to