So I setup my wx-DevpCPP environment all correctly, I made sure everything was in the right place. So then for a test I used the code from the first tutorial, so everything compiled right, but when I try to run I get this program had an error while trying to run and then when I look at the editor, it says that it is ignoring the #pragma comment. Why is it doing this and is there a way to fix this?
well i belive the actuall compiler wxdevcpp uses dosnt use the #pragma comment. Now just delete that line it should fix the problem.If you get a linker error just link to the libary threw project options.