Hi Schokokeks,

Just a small help for you if you have problems with memory allocations / heap corruptions:

1) Use _CRTDBG_CHECK_ALWAYS_DF in Function _CrtSetDbgFlag ( http://msdn.microsoft.com/en-us/library/z8h19c37(v=vs.71).aspx ). This will check the integrity of the Heap after EVERY malloc / new / free / delete. Of course this will dramatically decrease the performance (actually you can not "play" anymore), but you are able to detect the exact position of an error very easily.

2) Use Visual Leak Detector to detect possible memory leaks ( http://vld.codeplex.com/ )

I just checked the registration. This works (also the login process), but i got an error message in the registration dialog (some acknex error message, on the "OK" Button. So the button-label probably should be "OK" and instead there was an error message).

regards,
Timo