Search found 6 matches

by zip
Thu Dec 01, 2005 3:43 am
Forum: Beginners Help
Topic: irrlicht crashing on Dev C++
Replies: 7
Views: 405

Anyone? 170+ mb Direct X SDK on dialup = Pain.
Incidentally, /why/ does the Win32 GCC DLL in the irrlicht SDK not have Direct X?
by zip
Wed Nov 30, 2005 6:43 pm
Forum: Beginners Help
Topic: irrlicht crashing on Dev C++
Replies: 7
Views: 405

Would anyone care to release a directX enabled DLL for us Dev++ users?
by zip
Tue Nov 29, 2005 6:16 pm
Forum: Beginners Help
Topic: irrlicht crashing on Dev C++
Replies: 7
Views: 405

I have a very similar problem, any of the examples I compile myself will immediately exit if I choose DirectX, but they run on software.
Do I need to get the DirectX SDK to work with Irrlicht then?
by zip
Tue Jun 28, 2005 4:43 pm
Forum: Beginners Help
Topic: Example Run problems on Linux
Replies: 11
Views: 510

Nexus: It isn't, but it wouldn't matter since the code to load MD2s is built into Irrlicht.
I have already checked permissions and that the file is indeed where it should be("Unsupported file format", not "File not found").
I'm running a PPC which is big endian so... short of buying a PC, what can I ...
by zip
Mon Jun 27, 2005 11:44 pm
Forum: Beginners Help
Topic: Example Run problems on Linux
Replies: 11
Views: 510

MD2 is the Quake 2 model format, it is widely used on multiple platforms.
by zip
Mon Jun 27, 2005 10:04 pm
Forum: Beginners Help
Topic: Example Run problems on Linux
Replies: 11
Views: 510

Example Run problems on Linux

When I try to run any of the examples that load data files they fail to load, due to unreadable headers or unrecognized file format.
Example03 for example runs fine since it does not load any models/textures.

Here is the result when I try to run Example1
zip@tartarus:~/Desktop/irrlicht-0.10.0 ...