Page 1 of 1

Compiling source with mingw + dev-cpp

Posted: Fri Jul 29, 2005 5:13 pm
by lincsimp
hey
I tried compiling the source with mingw, but I get the useless build error 255. It goes fine as a static lib. What am I doing wrong? Is there a tutorial?

cheers

Posted: Fri Jul 29, 2005 5:15 pm
by lincsimp
a bit of fiddling with the debugger and I get..

CIrrDeviceWin32.cpp function `irr::IrrlichtDevice* irr::createDeviceEx(const irr::SIrrlichtCreationParameters&)' definition is marked dllimport.


What does this mean?

Posted: Fri Jul 29, 2005 10:26 pm
by Acki
You want to recompile the Irrlicht dll ???
Have a seach for it in the forum !!!

Posted: Sun Jul 31, 2005 5:41 pm
by lincsimp
I've had a search and can't find anything to do with the error 255. Is there a tutorial from building from source with mingw?

Posted: Sun Jul 31, 2005 6:44 pm
by MikeR
Are all your files linked properly?
Can you compile the tutorials?

Posted: Mon Aug 01, 2005 12:07 am
by Acki
Well, I'm too lazy to do the search for you... 8)
try searcing for "recompiling" and "Dev"
And read the stickys first, AFAIK there is a hint on it, too...

Posted: Mon Aug 01, 2005 1:11 am
by latentdisposition