Click here to Skip to main content
15,906,463 members

Comments by drkwlf (Top 22 by date)

drkwlf 9-Dec-15 15:49pm View    
That makes sense to me, thank you.
drkwlf 9-Dec-15 15:45pm View    
Ok, now I am even more confused because RECT WeirdRect = { 0, 1, 2, 3}; is not only correct syntax but will compile and function without issue. It seems the problem only lies in using the block initialization after the variable has already been declared.
drkwlf 8-Dec-15 17:21pm View    
By background I mean it runs as a process without a gui
drkwlf 8-Dec-15 17:21pm View    
Yes the game runs in the background... It looks as though, as mentioned in the solution below, that the actual WinProc() function is not being called.
drkwlf 8-Dec-15 16:59pm View    
Yes, why does it run in the background instead of ending the program when closed.