Dev-C++

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
Acki

Dev-C++

Post by Acki »

Hi,
I have a prob with dev-c++ and irrlicht.

I use the newest versions of both (irr0.4.1 and dev-c++ 4.9.80).
Well OpenGL works perfect, software pipe ist not 100% set, and DirectX8 doesn't work (DX9 installed)!!!

With MS-VC++ 6 I have no Problems (I'm using the right DLL and libs for each Editor)...

And Borland doesn't work at all !!!
Maybe someone who has a working dll and lib for using Irrlicht with Borland C++ Builder 4 ????
Actually I work with Borland C++ Builder and I whant it to use with Irrlicht, too !!!

thx, Acki
joorce
Posts: 15
Joined: Tue Oct 14, 2003 9:48 am

Post by joorce »

For Dev-cpp:

Look for the directx8 dev-pak, install it and you will be able to use Directx with Irrlicht.

For Borland:

I don't know. There isn't a tool to create a lib from a dll, like there is pexports for mingw ( AKA Dev-cpp) ?.
Post Reply