Hi, I've had some issues with getting games created with the latest version of SFML2 and Visual Studio C++ Express 2010 to run on some computers.
Basicly, main() does not seem to be executed on some computers (not all), this is very confusing due to this have happened to an older project of mine as well (Although that one was made in SFML 1.6) (That game does not crash on the computer which can not run my SFML2 game).
However the problem does not happen on another SFML2 test I have made on the very same computer which can not run my current project.
So I'm asuming it has something with my code to do, although I can not post a minimalistic piece of code due to me not having a clue of where the problem lies.
(I know that part got VERY messy and I'm sorry for that)
Here's my source code anyways: -removed- (19 MB download)
Anyways, my question basicly is if someone could take a look at my source code to look for obvious misstakes and if this is a known problem and if that's the case is there's a fix for it?
The reason I know main() is never executed is due to me having tried to execute a MessageBox() in there without receiving any result on one of my friend's computer.
If it's any help that computer got a Nvidia GeForce 6200 TurboCache.
Please let me know if there's something that's not clear.
/HighQuality