Search found 72 matches
- Sun Jul 08, 2007 4:44 pm
- Forum: Advanced Help
- Topic: Building with Borland Turbo C++
- Replies: 25
- Views: 3669
There is a jmemdosa.asm file, but no obj. As described i did not add the four .c files of jpeglib directory, but if i add them i get compiler errors. Any Idea on that one? You need to edit the files you are using for LIBPNG,ZLIB,and JPEGLIB.Not all the files are used for Irrlicht. 'JMEMDOSA.ASM' is...
- Tue Jul 03, 2007 11:21 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Irrlicht 1.2 and 1.3 with Digital Mars
- Replies: 6
- Views: 4356
- Fri Jun 29, 2007 12:33 pm
- Forum: Advanced Help
- Topic: Building with Borland Turbo C++
- Replies: 25
- Views: 3669
- Thu Jun 28, 2007 10:45 pm
- Forum: Advanced Help
- Topic: Building with Borland Turbo C++
- Replies: 25
- Views: 3669
- Mon Jun 25, 2007 9:54 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Irrlicht 1.2 and 1.3 with Digital Mars
- Replies: 6
- Views: 4356
OK...I have Irrlicht 1.3.1 working.Irrlicht-1.3.1-DMC.
Ran through all of the examples,and everything seemed to work.When using the static lib you will have to link to gdi32.lib.
Ran through all of the examples,and everything seemed to work.When using the static lib you will have to link to gdi32.lib.
- Sun Jun 24, 2007 5:57 pm
- Forum: Advanced Help
- Topic: Building with Borland Turbo C++
- Replies: 25
- Views: 3669
I believe the only thing I had to do was add the min macro to CD3D9Driver.cpp: #define min(a, b) (((a) < (b)) ? (a) : (b)) . That's with Irrlicht 1.3.1 and the Borland Turbo tools (Turbo C++ 2006). Oh...some of the PNG library files had to be modified.A 'const' had to be removed.Pngerror.c and Pngtr...
- Thu May 10, 2007 11:30 pm
- Forum: Beginners Help
- Topic: Entry Point not found
- Replies: 6
- Views: 402
- Thu May 10, 2007 9:29 pm
- Forum: Beginners Help
- Topic: Entry Point not found
- Replies: 6
- Views: 402
- Wed May 09, 2007 3:25 pm
- Forum: Beginners Help
- Topic: Probably my last Irr+Borland question
- Replies: 16
- Views: 958
- Mon May 07, 2007 9:29 pm
- Forum: Project Announcements
- Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
- Replies: 338
- Views: 116820
Ok...I tried it with both DLLs,the one that comes with the demo and the one I made.The result is the same,after alt +F4 I get :'Tiled.exe has encountered a problem and needs to close.'I named my build project 'Tiled'. Besides those 2 compilers I have tried it with the free Borland command line tools...
- Mon May 07, 2007 1:21 pm
- Forum: Project Announcements
- Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
- Replies: 338
- Views: 116820
By exepion you mean that program crashes when closing? Yes. Are you using your own library or one that is part of demo? I am using your main.cpp from from the demo. What Irrlicht wersion is it? 1.3. terrain->drop() return false because object was not deleted yet, only its reference counter was decr...
- Sun May 06, 2007 3:10 pm
- Forum: Project Announcements
- Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
- Replies: 338
- Views: 116820
I noticed that with Digital Mars and Borland Turbo Explorer I get an exception when closing the program. The Dr. Watson log says something about the runtime library. It goes away when I comment out terrain->drop. Edit:Not realizing that drop returned a bool, I checked the return value. It returns a ...
- Sat May 05, 2007 5:38 pm
- Forum: Beginners Help
- Topic: Probably my last Irr+Borland question
- Replies: 16
- Views: 958
Ok...try this: Irrlicht-1.3-B And,as always, put _control87(MCW_EM,MCW_EM); in main before device creation,and define WIN32 in the defines.Plus include <float.h> someplace. Also, the files in the 'include' directory will have to be modified per the tutorial. If that gives you problems, see Darseq's ...
- Fri May 04, 2007 4:07 pm
- Forum: Beginners Help
- Topic: wxIrrlicht issues ( wxTimer Vs Idle )
- Replies: 2
- Views: 552
- Wed May 02, 2007 7:11 pm
- Forum: Beginners Help
- Topic: wxIrrlicht issues ( wxTimer Vs Idle )
- Replies: 2
- Views: 552