Hi
I've put my game framework into a static lib, and use that library alongside game-specific files (to hide the stuff that never changes between each game).
However on linking, I have the following error:
1>Linking...
1>sfml-main-d.lib(SFML_Main.obj) : error LNK2019: unresolved external symbol _main referenced in function _WinMain@16
Any ideas? The static lib compiles fine, but the actual game program doesn't
Thanks