Help with Release build [SOLVED]

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
axeves
Posts: 12
Joined: Tue Jun 21, 2011 5:13 pm
Location: Sweden

Help with Release build [SOLVED]

Post by axeves »

Yeah, debug target works fine, but when changing to release, this comes up:

Source\main.o:main.cpp:(.text+0x2ed3): undefined reference to `_imp__createDevice'

I'm using Eclipse (and CDT ofcourse) with the MingW compiler. Awesome.

Thanks!
Last edited by axeves on Sun Oct 09, 2011 4:59 pm, edited 1 time in total.
axeves
Posts: 12
Joined: Tue Jun 21, 2011 5:13 pm
Location: Sweden

Re: Help with Release build

Post by axeves »

Ah, sorry i know what the error is, and it's solved. Please delete this or mark it solved
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Help with Release build

Post by serengeor »

axeves wrote:Ah, sorry i know what the error is, and it's solved. Please delete this or mark it solved
You can mark it yourself by editing the first posts subject I think.
Working on game: Marrbles (Currently stopped).
Post Reply