Greetings. Anyway...yup. Another problem.
If I use a window in a function (local), it works fine. However, when I made a global container, with it as a static member, its declaration (in the cpp), it threw an exception:
Unhandled exception at 0x772222B2 (ntdll.dll) in BlockScreensaver.exe: 0xC0000005: Access violation writing location 0x00000004.
http://pastebin.com/9gZVpxn2^the two files related to this. Anyway, it throws on the cpp, on the declaration of the window.
Any ideas?