MASM32 Downloads
I get weird bug,build and start ends in .exe that it looks like it doesnt start any .exe isnt seen and is found when pressing alt-ctrl-delete I find it among background processes and I have to shut it down
Magnus,Where the app is supposed to end, put 2 lines of code, the first with a MessageBox to show that you got there, the second with an ExitProcess() to close the app properly. If you don't see the MessageBox, it is crashing before exit.