Search found 7 matches
- Fri Nov 27, 2009 1:59 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39606
I just took a quick look at it, but porting IrrDelphi to other platforms except Windows seems would seem quite difficult. Linux might work if you replace all stdcall; with cdecl; and delete all references to windows.pas. Mac OS X is definitely a no-go at the moment, since assembler calls are not (co...
- Wed Nov 25, 2009 8:47 pm
- Forum: Project Announcements
- Topic: IrrlichtPas: Pascal bindings for Irrlicht
- Replies: 11
- Views: 5064
I have written headers for this purpose and I shall upload them tomorrow. Also translated about 15 examples from original SDK I'm looking forward to it. If it really works as you say, that's really a major step. :) Operator overloading is supported with FreePascal. Well, trying to get it work with ...
- Mon Nov 23, 2009 5:45 pm
- Forum: Project Announcements
- Topic: IrrlichtPas: Pascal bindings for Irrlicht
- Replies: 11
- Views: 5064
- Mon Nov 23, 2009 9:42 am
- Forum: Project Announcements
- Topic: IrrlichtPas: Pascal bindings for Irrlicht
- Replies: 11
- Views: 5064
I downloaded your software and I tried to run the examples with Delphi6. First of all, in the file IrrlichtWrapper.pas , I had to change in function IrrAddTiledTerrain the line smoothing: integer = 0.0; by: smoothing: integer = 0; and it compiles. I have a problem with 04_Example_3DModel: the chara...
- Fri Oct 30, 2009 1:11 pm
- Forum: Project Announcements
- Topic: IrrlichtPas: Pascal bindings for Irrlicht
- Replies: 11
- Views: 5064
- Mon Oct 26, 2009 1:03 am
- Forum: Project Announcements
- Topic: IrrlichtPas: Pascal bindings for Irrlicht
- Replies: 11
- Views: 5064
IrrlichtPas: Pascal bindings for Irrlicht
This is yet another attempt to enable using Irrlicht with FreePascal or Delphi. I know, there are already two existing pascal/Delphi bindings, but both of them have their disadvantages: - Irr4Delphi: Uses Irrlicht 1.5; Not open-source, not supporting Linux or Mac OS X - IrrPascal: Uses Irrlicht 1.3;...
- Mon Oct 26, 2009 12:25 am
- Forum: Beginners Help
- Topic: Delphi + Irrlicht
- Replies: 1
- Views: 249
I started writing Pascal bindings for Irrlicht recently. You can download an early alpha version on http://sourceforge.net/projects/irrlichtpas/. It supports Irrlicht 1.6 at the moment, but there are still a lot of issues.