Search found 7 matches

by Stoney
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...
by Stoney
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 ...
by Stoney
Mon Nov 23, 2009 5:45 pm
Forum: Project Announcements
Topic: IrrlichtPas: Pascal bindings for Irrlicht
Replies: 11
Views: 5064

IrrDelphi wrote:If it is interesting, later I shall upload pas-headers for direct work with Irrlicht without wrappers
I am really interested in how you achieved that, are you using a modified version of Irrlicht? Could you please provide some more information on the technical side?
by Stoney
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...
by Stoney
Fri Oct 30, 2009 1:11 pm
Forum: Project Announcements
Topic: IrrlichtPas: Pascal bindings for Irrlicht
Replies: 11
Views: 5064

Works for me on Mac OS X with standard unzip utility and Windows XP and 7 with WinRAR.
Which OS and zip/unzip tool are you using? Have you tried unzipping with WinRAR?
Edit: You could to try to download the file again and unzip with it with WinRAR.
by Stoney
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;...
by Stoney
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.