Search found 3 matches
- Mon Jul 26, 2004 11:25 am
- Forum: Beginners Help
- Topic: Runtime problems
- Replies: 6
- Views: 623
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...
- Wed Jul 14, 2004 11:15 am
- Forum: Bug reports
- Topic: shadows
- Replies: 14
- Views: 3856
- 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: 1072
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...