For my first SFML application ( a simple test app), as soon as I call
window->Close();
the console window closes immediatly. However, in my new project, I am forced to close the consloe window automatically. This causes some errors with my file logging system.
Is there a function that I have to add, or is my memory just foggy?