I'm having trouble linking to the SFML main static library in VC2008. I have tried linking to both sfml-main.lib and sfml-main-d.lib, and to my dismay, they do not appear to be overriding WinMain. I also thought maybe I should try including SFML_Main.cpp after linking to the main library, but that didn't work, either (I didn't really expect it to, though). The window package tutorial says that you should link to the static SFML_Main library, but it would appear that there is no sfml-main-s-d.lib in the VC2008 build. Anyone know where I went wrong?