Dev-C++
-
- Posts: 9
- Joined: Wed May 31, 2006 8:55 am
- Location: Bulgaria
- Contact:
Dev-C++
This is my first post here, so hello to all.
c:\adam's\dev\extinguished\main.o(.text+0x136):main.cpp: undefined reference to `import stub for irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const &, unsigned int, bool, bool, bool, irr::IEventReceiver *, char const *)'
That's the error I get when I try to compile Irrlicht's Hello World. I'm using Dev-C++ 4 built on 10.9.2000 with mingw 2.95.2-1.
Any idea what might be causing this?
c:\adam's\dev\extinguished\main.o(.text+0x136):main.cpp: undefined reference to `import stub for irr::createDevice(irr::video::E_DRIVER_TYPE, irr::core::dimension2d<int> const &, unsigned int, bool, bool, bool, irr::IEventReceiver *, char const *)'
That's the error I get when I try to compile Irrlicht's Hello World. I'm using Dev-C++ 4 built on 10.9.2000 with mingw 2.95.2-1.
Any idea what might be causing this?
-
- Posts: 9
- Joined: Wed May 31, 2006 8:55 am
- Location: Bulgaria
- Contact:
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
You're probably using an Irrlicht-0.14 .lib file. Reinstall the .lib and .dll files together with the includes such that all versions are compatible. And recompile everything from scratch.
(Was a different error, did not read the error message correctly)
(Was a different error, did not read the error message correctly)
Last edited by hybrid on Wed May 31, 2006 9:41 am, edited 1 time in total.
-
- Posts: 9
- Joined: Wed May 31, 2006 8:55 am
- Location: Bulgaria
- Contact:
-
- Posts: 9
- Joined: Wed May 31, 2006 8:55 am
- Location: Bulgaria
- Contact:
-
- Posts: 9
- Joined: Wed May 31, 2006 8:55 am
- Location: Bulgaria
- Contact:
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
At least that's what was written here:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=10238
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=10238
MinGW is GCC (mingw32-gcc.exe)...Fallenblood wrote:I'm using it, but is mingw compatible with gcc?
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java