Search found 3 matches

by Chokito
Tue Aug 08, 2006 1:04 am
Forum: Beginners Help
Topic: version 1.1 and Dev-Cpp (too newbie)
Replies: 0
Views: 290

version 1.1 and Dev-Cpp (too newbie)

Hi, I'm trying to setup a Dev-Cpp installation to work with Irrlicht. I got version 1.1 of the engine, downloaded Dev-Cpp and took the stpes of the tutuorial (http://irrlicht.sourceforge.net/tut_devcpp.html). However, I couldn't make it work...

First, at step 4 of the tutorial, libjpeg and libz ...
by Chokito
Thu Nov 04, 2004 4:56 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 39996

Ok, I'm sure a newbie to Irrlicht...

The problem with the dx function were solved ( _IRR_COMPILE_WITH_DIRECTX_8_ were not being set...). But even fixing this, I still get errors while trying to build the dll:

[Linker error] undefined reference to `jpeg_std_error'
[Linker error] undefined ...
by Chokito
Thu Nov 04, 2004 4:35 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 39996

Mine too. The error i got is:

43 C:\Dev-Cpp\irrlicht7custom\Irrlicht\CVideoDirectX8.cpp `SphereMapMatrixD3D8' undeclared (first use this function)

I'm trying to compile the .7 version of Irrlicht with the DirectX90b.DevPak package suggested at the earlier post...

Does anyone knows what's going ...