msvcrt.lib(MSVCR90.dll) : error LNK2005: _isspace already defined in LIBCMT.lib(_ctype.obj)
msvcrt.lib(MSVCR90.dll) : error LNK2005: _exit already defined in LIBCMT.lib(crt0dat.obj)
LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib 'msvcrt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
i tried to ignore the specific library MSVCRT, but it gave me new errors:
sdlmain.lib(SDL_win32_main.obj) : error LNK2001: unresolved external symbol __imp__fprintf
sdlmain.lib(SDL_win32_main.obj) : error LNK2001: unresolved external symbol __imp____iob_func
sdlmain.lib(SDL_win32_main.obj) : error LNK2001: unresolved external symbol __imp__fclose
sdlmain.lib(SDL_win32_main.obj) : error LNK2001: unresolved external symbol __imp__strrchr
i read that you need to have Microsoft Visual C++ Redistributable Package installed on your computer to get it working, thats really gay. if that is the only solution im taking my life... so please help me.
