wxDev-CPP & Irrlicht Prob

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

wxDev-CPP & Irrlicht Prob

Post by GameDude »

Hey guys,

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?
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

Post by wildrj »

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.
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

Oh so I don't need the pragma comment. Thanks. I already set it up in the project options, so I guess that's it.
Post Reply