I recently began creating a tic tac toe program so I could start learning the basics of AI. I copied over some SDL code from a previous program I had made, specifically this:
However, when I try to run it I get 14 errors, all saying that "error LNK2019: unresolved external symbol ""(in one case _SDL_PollEvent) referenced in function "" (in the previously mentioned case, _SDL_main)". What do I need to do in order to get the program to run properly?
Yes, I copied the locations of the various SDL libraries directly from a Checkers program (which doesn't get this error) I made a couple weeks back into the VC++ Directories section of References.