Page 1 of 1
3D fails when making executable
Posted: Thu Jun 26, 2003 10:58 pm
by LarsG
Hi everybody,
When I compile my 3d testprogram to an exe, the Init3DEngine() command fails.. Has anybody experienced this?!?
It's late and I'm abit tired, so maybe there's something I've forgotten or I'm missing...
-Lars
Re: 3D fails when making executable
Posted: Thu Jun 26, 2003 11:03 pm
by tinman
LarsG wrote:When I compile my 3d testprogram to an exe, the Init3DEngine() command fails.. Has anybody experienced this?!?
Have you got all the required libraries in a place where your program can see them (the same directory as your executable or the system directory)?
Posted: Thu Jun 26, 2003 11:16 pm
by LarsG
Which libraries am I supposed to include when making an exe?
It fails on the InitEngine3D() command and there isn't much else going on... All the other files are included..

Posted: Thu Jun 26, 2003 11:23 pm
by Fred
You have to copy the 'Engine3D.dll at the exe place.
Posted: Thu Jun 26, 2003 11:28 pm
by LarsG
doh, I feel like such an ass.. hehe.. of course... it works now.. hehe
<----------- total newbie idiot... :roll:
Thanks guys..
-Lars