OK, quick question as I've been getting quite a few errors to do with lib files.
Basically I've been attempting to get SQL and SDL to work with my VC++ 2010 without any luck so far. I have been placing the files in the VC++ include and lib folder.
Could this cause any problems with the program?
currently i'm getting an error after i added a file SDL_image.lib and tryed to code with it(which i know i set up to the tutorial correctly.) 1>LINK : fatal error LNK1561: entry point must be defined
So main thing is, am i potentially screwing things up putting all my lib/include files in the VC++ include/lib folder?