Search found 15 matches

by Shai-Tan
Sat Oct 23, 2004 3:28 am
Forum: Beginners Help
Topic: Irricht.dll Problems
Replies: 4
Views: 407

you copied a wrong version of .dll
u git the one from cppDev folder, but u need the one from VisualStudio folder.
I had the exact problem too.
by Shai-Tan
Tue Oct 19, 2004 8:11 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht speed
Replies: 22
Views: 2299

:!: PUT AN END TO POINTLESS THREADS :!:

Irrlicht is a good engine. It's a great tool for newbs to learn 3d Programming.

... and remember, it's not engines that make games great, it's programmers. They all had to learn on things like Irrlicht!
by Shai-Tan
Tue Oct 19, 2004 7:45 pm
Forum: Beginners Help
Topic: Keypress nightmare
Replies: 2
Views: 291

I don't think your Case is executing properly. Course you have Return True inside a case. It never gets to Break; Try to moving Return true outside of the Case. It should work than something like bool OnEvent(SEvent event){ if (event.EventType == EET_KEY_INPUT_EVENT && event.KeyInput.Pressed...
by Shai-Tan
Wed Oct 13, 2004 7:07 pm
Forum: Beginners Help
Topic: Problem with Irrlicht 0.7 DLL
Replies: 2
Views: 262

I found the problem

I found the error :

\irrlicht-0.7\bin I always used the dll from DevCpp that one is either old or corrupted
but if you use the file from VisualStudio it works fine.

What DevCpp is for than ?
by Shai-Tan
Wed Oct 13, 2004 6:33 pm
Forum: Beginners Help
Topic: Problem with Irrlicht 0.7 DLL
Replies: 2
Views: 262

Problem with Irrlicht 0.7 DLL

Hi, I've posted already about this problem before, I'm wondering if anybody else had it? Anybody who just got a new copy of the Irrlicht (after sept 25) I get the following error when I run Tutorial 1 : Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This ...
by Shai-Tan
Fri Oct 08, 2004 2:27 am
Forum: Beginners Help
Topic: Problem Plz Help!
Replies: 4
Views: 342

Does Visual Studio copy any headers to some catch or Temp directory? Could it be that it tries to access them from a different folder? I was testing 0.6 version, and it worked with no problems, but I deleted it and removed all pathes.
by Shai-Tan
Fri Oct 08, 2004 2:21 am
Forum: Beginners Help
Topic: Problem Plz Help!
Replies: 4
Views: 342

How can it be? I've downloaded the zip file of Irrlicht 0.7. I even got the copy of the old zip before the latest updates. I still have the problem. I can't be using the headers from a different version. Lately, I re-installed my windows and it was a complete format.( Yes, I downloaded all the patch...
by Shai-Tan
Thu Oct 07, 2004 6:09 pm
Forum: Beginners Help
Topic: Problem Plz Help!
Replies: 4
Views: 342

Problem Plz Help!

I have this error when I'm trying to run first tutorial. I never had any problems with irrlicht before. Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function poin...
by Shai-Tan
Tue Sep 21, 2004 12:53 pm
Forum: Open Discussion and Dev Announcements
Topic: BEST 3D ENGINE
Replies: 12
Views: 4120

sorry, forgot to log on!
by Shai-Tan
Thu Sep 16, 2004 3:53 pm
Forum: Beginners Help
Topic: Real newb's question, Dx vx OGl
Replies: 2
Views: 249

Real newb's question, Dx vx OGl

I'm new to Graphics programming so my questions are: 1. What is the difference between Dx and OpenGl. 2. Irrlicht can use both ? 3. Can Iuse OpenGl function classes in Irrlicht or I must follow the rules that are set by devs? Anything else that explains to me the world of graphics would be useful :)...
by Shai-Tan
Thu Sep 16, 2004 3:27 pm
Forum: Beginners Help
Topic: How to implement figures as independently operating objects?
Replies: 16
Views: 1551

Code: Select all

 #include <qthread.h> 
#include <qdatetime.h> 
#include <qptrlist.h>
What are these headers? Sorry, I'm a newb. I want to see how it runs but it wont let me compile, I dont have qThread.h
by Shai-Tan
Tue Sep 14, 2004 5:01 pm
Forum: Open Discussion and Dev Announcements
Topic: OpenGL tutorials or books
Replies: 8
Views: 920

Links please?
by Shai-Tan
Sat Sep 11, 2004 4:37 pm
Forum: Open Discussion and Dev Announcements
Topic: OpenGL tutorials or books
Replies: 8
Views: 920

Heh, yes I have no choice but to read the Red Book. However, I don't have enough math knowladge for some aspects in the book :-( It's pretty weird for beign a Computer Sc. student in a college where Physics and High Maths aren't given !! Anyway, thanks for the reply everybody! :) Electron, nice Sig ...
by Shai-Tan
Sat Sep 11, 2004 2:37 am
Forum: Open Discussion and Dev Announcements
Topic: OpenGL tutorials or books
Replies: 8
Views: 920

Yes, it's a great site, but the info is more in tutorial form. I would like to find a complete book that goes from A to Z or atleast covers the basics :)
by Shai-Tan
Fri Sep 10, 2004 8:43 pm
Forum: Open Discussion and Dev Announcements
Topic: OpenGL tutorials or books
Replies: 8
Views: 920

OpenGL tutorials or books

Hi Everybody, For a year I was browsing this site and checking the engine. Finaly, a friend and I decided to start developing our project with help of Irrlicht. However, we want to sharp our skills in OpenGL. I know there is Red Book and some tutorials online but maybe anybody got a really good Web ...