Search found 29 matches

by darkraven
Thu Jun 24, 2004 3:46 pm
Forum: Beginners Help
Topic: techdemo in devc++ = no compiler errors but demo won't start
Replies: 8
Views: 444

Don't know if this is the problem cause its been a while since I've had that happen to me. But is the irrlicht.dll for the dev c++ in the system path or in the same folder as the executable. If I recall I got the same thing when I ran the executable without the dll in the path but then again I could...
by darkraven
Wed Jun 09, 2004 11:05 am
Forum: Beginners Help
Topic: Error: Help me i'm very new to this
Replies: 5
Views: 422

Not sure exactly if this is a solution as I'm still learning too but make sure that you are linking to the dev c++ irrlicht libs. To me that sounds like the problem as I've had those problems when I've forgotten to include the librarys.
by darkraven
Sun May 23, 2004 2:42 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 34027

Here is what I did when I recompiled it with dev c++. I downloaded the directx dev pack from http://gproductions.dazart.de/ and installed it. Then I followed exactly what is stated at the beginning of this thread but I added the directx9 to it too. What I got was a successful compile. I was able to ...
by darkraven
Tue May 11, 2004 10:02 pm
Forum: Beginners Help
Topic: Create Map
Replies: 1
Views: 246

check out this
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1539

It may help. Plus there are threads of tools to use within the Faq and tools area.

This may help and may not not sure.
by darkraven
Sat May 08, 2004 10:08 pm
Forum: Beginners Help
Topic: Entry Point Not Found
Replies: 1
Views: 230

Not sure if this is the problem or not but I know it does the same thing when I did before. Irrlicht has two dll compiled. One for vc and one devcpp. You may be using the wrong dll. Or is the dll in the same folder as your project or in the system folder. It needs to be in the path to access it. Aga...
by darkraven
Thu May 06, 2004 4:36 am
Forum: Beginners Help
Topic: fullscreen using opengl problem. Can someone help?
Replies: 2
Views: 327

fullscreen using opengl problem. Can someone help?

I'm using windowxp pro and using dev c++. Directx8 works fine when seting to full screen as far I can tell. It sends it to fullscreen. But when I set the Device type to EDT_OPENGL and set the width and height to 640 x 480 I get this http://www.dark-raven.net/images/fullscreenopengl.JPG I didn't chan...
by darkraven
Thu Apr 01, 2004 5:09 am
Forum: Beginners Help
Topic: problem when using DirectX instead of software
Replies: 2
Views: 404

read this thread. It may help. http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=1700 Or at least it helped me. And also make sure you have the directx9 dev pack from the link provided in http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=1932 or doing the update dev c++ tool and download t...
by darkraven
Thu Mar 18, 2004 1:29 am
Forum: Beginners Help
Topic: Compiled examples causing Illegal operation
Replies: 13
Views: 1366

You haven't found the DX9 Dev Pack? You can go into dev c++'s ide, tools menu and select check for updates. When the window appears where it says select mirror select planetmirror.com and check for updates. It should popup. If it doesn't then you have installed. An alternative option is to go straig...
by darkraven
Mon Mar 15, 2004 9:06 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: How to get Direct X 8 in Dev-CPP
Replies: 51
Views: 34027

First I'd like to thank stoffe for the instructions. It has been driving me nuts trying to find of a way to use directx under dev c++. I do have a question that someone may possibly be able to help on. I'm trying to get directx9 to work with dev c++. I've got the devpack for dx9 and I've also tried ...
by darkraven
Wed Mar 10, 2004 6:20 pm
Forum: Beginners Help
Topic: Problem with collision demo and I'm not sure why or a fix
Replies: 5
Views: 833

any one know why the direct3d mip map levels aren't being created when I set the device type to Directx9 when using dev c++ to compile. I know its not hardware cause the same program works when I compile with vc6.
by darkraven
Wed Mar 10, 2004 8:20 am
Forum: Beginners Help
Topic: Problem with collision demo and I'm not sure why or a fix
Replies: 5
Views: 833

Wow, what's that!? Seems that in DX9, you've got no mipmap levels. Could you please post what is printed out into the console? Are there any error messages, which say, that no mip maps could be created? What hardware do you use? (Also printed out into the log) DEV C++ COMPILED ---------------------...
by darkraven
Wed Mar 10, 2004 5:52 am
Forum: Beginners Help
Topic: Problem with collision demo and I'm not sure why or a fix
Replies: 5
Views: 833

Problem with collision demo and I'm not sure why or a fix

Hi, I'm working with dev cpp and finally got the examples to work with directx and stuff on dev cpp but when I compile the collision demo as an example - it seems to do it on all of them but this easier to do screen shots of. DirectX8 compile and OPENGL compile seems to work fine but when I set the ...
by darkraven
Mon Mar 08, 2004 5:18 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht binding for Perl, Python, Ruby etc.
Replies: 51
Views: 9910

I'd be interested in getting a hold of your version if possible.
by darkraven
Sat Mar 06, 2004 6:12 am
Forum: Beginners Help
Topic: problem running examples compiled with devcpp
Replies: 1
Views: 874

problem running examples compiled with devcpp

Hopefully someone can help me out in trying to figure this problem I'm having. I know there are other threads kind of about this topic but I'm not sure if I've seen anything on what is happening to me and trust me I've been searching but then again I could of missed it sorry. First thing is I've don...