Search found 19 matches

by virtual x
Fri May 18, 2007 12:16 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht-1.3_mingw32 with DirectX 9 - [Tutorial Available]
Replies: 6
Views: 5292

Hmm... to be honest with you I'm not too sure why, I used the Feb 2007 DirectX SDK, perhaps Irrlicht 1.3 was developed with a slightly older directx sdk and something was either added or changed in the new one, that's all I can think of really. I tested the DLL with alll the examples and they worked...
by virtual x
Thu Apr 05, 2007 4:16 pm
Forum: Beginners Help
Topic: Need help getting engine running
Replies: 6
Views: 422

by virtual x
Thu Mar 29, 2007 5:06 pm
Forum: Off-topic
Topic: Which version of Linux?
Replies: 5
Views: 504

ah, thanks, I'll give it ago

also, have you heard of Yellow Dog Linux?
by virtual x
Thu Mar 29, 2007 3:06 pm
Forum: Open Discussion and Dev Announcements
Topic: Free games using irrlicht?
Replies: 11
Views: 2381

ah yeh, I agree with Midnight, if your just learning C++ or any language really, you should really share the source and try and learn from other peoples experience - which will ultimately make you a better coder! I've at times felt dubious about showing code to anyone as I am afraid to be ridiculed ...
by virtual x
Thu Mar 29, 2007 2:47 pm
Forum: Off-topic
Topic: Which version of Linux?
Replies: 5
Views: 504

Which version of Linux?

Hi guys!

I've never used Linux before, so I would like to know which version of Linux is the best for a beginner?

thanks in advance for any suggestions!
by virtual x
Wed Mar 28, 2007 10:26 pm
Forum: Off-topic
Topic: C#...
Replies: 7
Views: 697

I don't see why people just can't learn C++ if they want to learn a language, I've had experience in quite a few languages and IMO C++ definately is the language to learn to help grasp the fundamental concepts of OOP. when learning C++ your basically learning the others anyway as the majority of mod...
by virtual x
Wed Mar 28, 2007 6:35 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht-1.3_mingw32 with DirectX 9 - [Tutorial Available]
Replies: 6
Views: 5292

ok guys, as promised!

I have some spare time, so I thought I would get it done now lol

download tutorial from http://files.filefront.com//;7058524;;/

any problems post here!

enjoy!
by virtual x
Wed Mar 28, 2007 10:38 am
Forum: Beginners Help
Topic: Irrlicht for noobs?
Replies: 10
Views: 575

enjoy the ride :D
by virtual x
Wed Mar 28, 2007 10:30 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht-1.3_mingw32 with DirectX 9 - [Tutorial Available]
Replies: 6
Views: 5292

Hi Roxaz,

sure, I will work on a tutorial on how to compile it using CodeBlocks at the weekend, unless someone beats me too it *heehee*.

if you have any problems with it let me know asap
by virtual x
Wed Mar 28, 2007 12:38 am
Forum: Bug reports
Topic: [fixed] Online API documentation outdated
Replies: 7
Views: 675

give the man time lol, he can only do one thing at a time, hehe, I'm sure he will get around to it.
by virtual x
Wed Mar 28, 2007 12:36 am
Forum: Bug reports
Topic: NDEBUG link option causes camera to fall through the floor
Replies: 2
Views: 680

hmmm... that's strange, all demos work fine on my system, I tried it with NDEBUG turned on and off, both work flawlessly.
by virtual x
Tue Mar 27, 2007 9:28 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Irrlicht-1.3_mingw32 with DirectX 9 - [Tutorial Available]
Replies: 6
Views: 5292

Irrlicht-1.3_mingw32 with DirectX 9 - [Tutorial Available]

Hi guys, alot of people are having problems getting DirectX 9 to work in irrlicht, so I've recompiled it with DirectX 9 support. I used CodeBlocks with Mingw32 you can download the lib and dll from: http://files.filefront.com//;7046840;;/ I have tested it and it works ok, if any problems just post h...
by virtual x
Tue Mar 27, 2007 3:05 pm
Forum: Beginners Help
Topic: Direct X problem
Replies: 6
Views: 328

I dont use DevC++, switch to CodeBlocks - they are actively developing this and producing updates / patches constantly!
by virtual x
Tue Mar 27, 2007 12:32 pm
Forum: Beginners Help
Topic: Direct X problem
Replies: 6
Views: 328

if your refering to the VC++ 2005 express edition Lib files then put the files in your {irrlicht path}\lib\Win32-visualstudio folder and put the DLL in the folder where the exe will be compiled. have you set VC++ 2005 to run win32 apps first btw? I'm not sure if you need to do this first or not. try...
by virtual x
Tue Mar 27, 2007 12:22 pm
Forum: Beginners Help
Topic: Irrlicht for noobs?
Replies: 10
Views: 575

it doesn't matter what you use for first timers in my opinion (I am a beginner using irrlicht and 3d programming btw), what does matter is learning the 'concepts' behind 3d development, you could start out with a language such as blitz or darkbasic to help you concentrate on the concepts first witho...