So this is the thing. I've installed VisualStudio 2010, but decided i don't like it, so i uninstalled most of his components and installed Code Blocks. So far so good. I downloaded SFML 2.0, linked the libraries, tried to run a sample program. The ide build it perfectly. Now it comes the tricky part. I received a "Just in time debugger" error when i tried to run the program. I searched the issue on the net and discovered a way to get rid of JIT debugger, by deleting some register, and activating Dr. Watson debugger in cmd. Now i don't get a JIT error i get a Send/Don't send error when i try to run the program, and a non 0 terminate status. What can i do to solve the problem? I get this error only when I'm using SFML, when i try to create a window using windows.h standard library it is working.