i'll just copy a few of the errors: MSVCRT.lib(MSVCRT.dll) : error LNK2005: _malloc already defined in LIBCD.lib(dbgheap.obj)
various functions with this error. LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library This is what leds me to believe i'm doing something wrong with the libs that and that several google searches tell me the same. ag_gui.lib(hsvpal.obj) : error LNK2001: unresolved external symbol __ftol2_sse freetype.lib(cff.obj) : error LNK2001: unresolved external symbol ___security_cookie Debug/ADACII.exe : fatal error LNK1120: 14 unresolved externals So, what now? i doubt it's the compilers fault now... _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
