Okay well, i'm starting to get into the SDL library and everything works fine its just when I run my program I get this message in my Build log :
1 2 3 4 5 6
========== Build started: Project: SDLProject, Configuration: Debug Win32 ==========
main.cpp
LINK : c:\users\aarons\documents\visual studio 2010\Projects\SDLProject\Debug\SDLProject.exe not found or not built by the last incremental link; performing full link
SDLProject.vcxproj -> c:\users\aarons\documents\visual studio 2010\Projects\SDLProject\Debug\SDLProject.exe
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Just want to know the reason for this warning/linker message. Please help and explain to me thanks!
incremental link is something that's supposed to speed up the link time. Like precompiled header the effect is that minimal that you can hardly say that there's one. See link below for more info