More wxDevCPP problems

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

More wxDevCPP problems

Post by GameDude »

Hey guys,

I'm still having problems with wxDev-CPP. So I got rid of the pragma comment and now I don't get the warning anymore, but now I get cannot find irrKrang.dll, but everything is setup right in the linker setup. Also when ever I try to run my program I get the error this program had a a error while running, any help
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

simply put the dll in the same folder as the exe... :roll:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

OK I guess I should of thought of that, but now I can't get event receiver things to work
xray
Posts: 231
Joined: Fri Feb 02, 2007 1:06 pm
Location: Germany, Munich
Contact:

Post by xray »

Just think about the situation that I have the same problems you have, and you want to help me. Would you understand the problem when I said what you said. You just told us that you have a problem with something, but this is not enough to help, you agree ? :wink:

Well did you pass your created Event Receiver class to the device:

Code: Select all

	device->setEventReceiver(&eventReceiver);
?
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

Well I'll try that. Its just that wxDev-CPP is so more pickier then Dev-CPP.
xray
Posts: 231
Joined: Fri Feb 02, 2007 1:06 pm
Location: Germany, Munich
Contact:

Post by xray »

I also had alot more problems with wxDev than with "normal" dev.
Post Reply