SDL 2.0 Tutorial 1 Setting Up SDL

preview_player
Показать описание
This is the first in my SDL 2.0 Tutorial series. I will be showing you guys how to setup SDL 2.0 on VC++.
Рекомендации по теме
Комментарии
Автор

man how do you compile using only multithread (/MT)and not DLL Debug Multithread (/MDd)?

HomeGamesKiro
Автор

I've followed this to the letter and still get this error

Build started: Project: SDL2 Dev, Configuration: Debug Win32
1>  main.cpp
1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
1>e:\documents\visual studio 2010\Projects\SDL Test1\Debug\SDL2 Dev.exe : fatal error LNK1120: 3 unresolved externals
Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped

I've tried searching around and nothing has helped

ABlack-wpyq