Search found 3 matches

by buezi
Mon Jul 26, 2004 11:25 am
Forum: Beginners Help
Topic: Runtime problems
Replies: 6
Views: 594

Hello, The calling convention error is also possible when you use a multithreaded library or dll in a single threaded projects in your vc++ (or vice versa?). You should make sure what kind of code you are generating. For a simple irrlicht project single threaded should work (it depends on your needs...
by buezi
Wed Jul 14, 2004 11:15 am
Forum: Bug reports
Topic: shadows
Replies: 14
Views: 3823

Hi niko, I have the same problem as DarkWhoppy: Shadows work when the color-depth of windows is equal to the one of irrlicht (or vice versa :wink:), otherwise: No shadows! Also, with shadows I have only half of the normal fps!
Thanks for your effort and cheers

buezi
by buezi
Sun Jun 06, 2004 11:52 am
Forum: Open Discussion and Dev Announcements
Topic: C++, Java (C##) and the old question of speed
Replies: 12
Views: 1046

C++, Java (C##) and the old question of speed

In the first years java was a totally interpreted language. Therefore it used to be very slow because there was this run-time engine using large part of the cpu-time. Lots of the old "java is slow" prejudices come from this time. Nowadays java runs on a so called just-in-time compiler, thi...