DirectX 9 + Irrlicht 0.7.1 + DEV C++ = don't work !!!!

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
AmigaIrr
Posts: 94
Joined: Mon Jan 10, 2005 7:55 am
Location: France, Alsace

DirectX 9 + Irrlicht 0.7.1 + DEV C++ = don't work !!!!

Post by AmigaIrr »

:x

Il compile the test program TUT001b with dx9 + devcpp + irrlicht 0.7.1, but run only in SOFTWARE mode ???

no DIRECTX 8 or 9

i cant' compil another program using DIRECT 8 or 9

:?:
Last edited by AmigaIrr on Mon Jan 10, 2005 9:59 am, edited 1 time in total.
Munku
Posts: 66
Joined: Tue Nov 30, 2004 4:04 pm

samish problem

Post by Munku »

When I run an aplication it tells me that my irrlicht hasn's been compiled with Directx....
Umm, don't look at me that way. I'M not the dead one here.

--The One True Marshmellow
Saguman
Posts: 10
Joined: Fri Jul 23, 2004 7:48 am

Post by Saguman »

AmigaIrr
Posts: 94
Joined: Mon Jan 10, 2005 7:55 am
Location: France, Alsace

Post by AmigaIrr »

i have try this

don't work
AmigaIrr
Posts: 94
Joined: Mon Jan 10, 2005 7:55 am
Location: France, Alsace

Post by AmigaIrr »

compiler errors :

Irrlicht.dll

CZipReader.o(.text+0x1052):CZipReader.cpp: undefined reference to `inflateInit2_'
CZipReader.o(.text+0x10e6):CZipReader.cpp: undefined reference to `inflate'

CZipReader.o(.text+0x10f0):CZipReader.cpp: undefined reference to `inflateEnd'

CZipReader.o(.text+0x10fb):CZipReader.cpp: undefined reference to `inflateEnd'

CImageLoaderJPG.o(.text+0x23f):CImageLoaderJPG.cpp: undefined reference to `jpeg_std_error'
CImageLoaderJPG.o(.text+0x263):CImageLoaderJPG.cpp: undefined reference to `jpeg_CreateDecompress'
CImageLoaderJPG.o(.text+0x2b1):CImageLoaderJPG.cpp: undefined reference to `jpeg_resync_to_restart'
CImageLoaderJPG.o(.text+0x2d9):CImageLoaderJPG.cpp: undefined reference to `jpeg_read_header'
CImageLoaderJPG.o(.text+0x2e1):CImageLoaderJPG.cpp: undefined reference to `jpeg_start_decompress'
CImageLoaderJPG.o(.text+0x3d4):CImageLoaderJPG.cpp: undefined reference to `jpeg_read_scanlines'
CImageLoaderJPG.o(.text+0x425):CImageLoaderJPG.cpp: undefined reference to `jpeg_finish_decompress'

CImageLoaderJPG.o(.text+0x432):CImageLoaderJPG.cpp: undefined reference to `jpeg_destroy_decompress'

dllwrap.exe: no export definition file provided.
Creating one, but that may not be what you want
dllwrap.exe: c++ exited with status 1

make.exe: *** [Irrlicht.dll] Error 1

Execution terminated
Post Reply