Search found 8 matches

by Zigma
Sun Sep 09, 2007 1:36 pm
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 123112

You can use burning video driver by using the new enum value EDT_BURNINGSVIDEO instead of software2. And try to include <ctype.h> or <cctype> to get isspace declaration. That's usually better then making it manually.

Hi

Thats interesting, <ctype.h> is already included in tinyxmlparser.cpp ...
by Zigma
Sat Sep 08, 2007 12:07 pm
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 123112

Hi

First im not a Irrlight guru :wink: But i found IrrWizard extreamly handy for a beginner.

So wat i found out to compill woth irrlight 1.3.1 reading this post is:

NR.1

in ConfigManager.cpp

Coment out this

else if (DeviceConfig["DriverType"]=="Apfelbaum Software")
return irr::video::EDT ...
by Zigma
Fri Aug 17, 2007 11:52 pm
Forum: Project Announcements
Topic: Car Junker - SandBoxGame(Some Progress Made)
Replies: 13
Views: 2638

Hi

any progress ?
by Zigma
Sat May 20, 2006 2:05 am
Forum: Project Announcements
Topic: MegaInsaneGayme
Replies: 14
Views: 2036

Hi

"How can i lower the graphic so i get bether FPS.? ;-) "

Actualy this is the most funn i played in a long time :lol: :D
by Zigma
Sun Feb 01, 2004 2:50 am
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 576885

Hi

Age 42 :shock: Location Norway :D

Started late with Computers, in 90 - 92 I think.

Computers: C64, Sharp MZ 700 (rear), Amiga 500/1200, X86 1Mz 512K Ram MonoCrom (rear :lol: )

I use P3 650 @ 728, 348 Ram GeForce4 MX 420 (time to upgrade :oops: )



Internet: loged on firste time in -94, had ...
by Zigma
Tue Jan 27, 2004 9:05 pm
Forum: Beginners Help
Topic: Hello from a IRR nOOb, with some question's
Replies: 5
Views: 714

About that "crash"*:

If you compiled with the 0.4.2 headers and libs, make sure you also have the 0.4.2 dll somewhere in your path (c:\windows\system32 is a good place) or in the same directory as the exe you compiled.

*How does it crash? Can you post what it says?

Hi

My Irrlicht should be a ...
by Zigma
Tue Jan 27, 2004 7:43 pm
Forum: Beginners Help
Topic: Hello from a IRR nOOb, with some question's
Replies: 5
Views: 714

Hello from a IRR nOOb, with some question's

Hi

I'm new to this Engine, look's interesting...

Some of the tutorials say it requers 0.4.1 ?

I dl'ed 0.4.0 SDK and the 0.4.2

I copyed 0.4.2 over 0.4.0 sdk, stupid? or? :?

compiled the movement example after some fix:



device = createDevice(video::DT_DIRECTX8, core::dimension2d<s32>(640 ...