Hi. I allways rendered OpenGl but lately when i render OpenGl screen dissapear and blur. I see nothink. I cannot render Direct becaus in console write"direct was not compile in this .dll" What can i do?
I write in DevC++
Ps.sorry for my english i learn english too and from this i have problems too
What my english. What you think.Can be?
I can`t render directX
-
- Posts: 14
- Joined: Sat Mar 11, 2006 11:11 am
I can`t render directX
Irrlicht is really simple - just try !!
Include the directx dll in the folder or link to it within the DevC++ project options. Download the DX3D SDK to get the dll's.
http://msdn.microsoft.com/directx/
http://msdn.microsoft.com/directx/
You can download this .zip: http://www.gprogs.com/gg.Irrlicht/IrrDX_v1_1.zip
It contains 3 .dll files. 2 for directx and one for irrlicht 1.1. If you place all 3 into your application's folder it'll work
It contains 3 .dll files. 2 for directx and one for irrlicht 1.1. If you place all 3 into your application's folder it'll work
Re: I can`t render directX
Compile DX into the dll !!!blendermen wrote:"direct was not compile in this .dll" What can i do?
Have a search on the forum for tutorials for this, or simply use my IrrExtensions !!!
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Re: I can`t render directX
But am I right in thinking that DevC++ can't link in those MS dx libs? So you have to use some kind of wrapper layer and a DevC++ lib for the wrapper dll?Acki wrote:Compile DX into the dll !!!blendermen wrote:"direct was not compile in this .dll" What can i do?
Have a search on the forum for tutorials for this, or simply use my IrrExtensions !!!
-
- Posts: 14
- Joined: Sat Mar 11, 2006 11:11 am
@sio: right the MS-DX sdk doesn't work with GCC/MinGW (C::B, Dev) !!!
You'll have to use the DX DevPack for this !!!
A link to the DevPack can be found on my page...
http://irrlicht.spintz.com/downloads/DirectX9.DevPak
Just untar the archive (it's simply a TAR archive) and copy all needed files (includes, libs and dlls) to your compiler's dirs...
You'll have to use the DX DevPack for this !!!
A link to the DevPack can be found on my page...
http://irrlicht.spintz.com/downloads/DirectX9.DevPak
Just untar the archive (it's simply a TAR archive) and copy all needed files (includes, libs and dlls) to your compiler's dirs...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java