Page 4 of 4

Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea

Posted: Wed Aug 21, 2013 3:31 pm
by IrrDelphi
Aeternitas wrote:Can you help me run the Irrlicht in Lazarus?
Sorry, but FPC generate another asm-code (not compatible with delphi code on low-assembler level)

Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea

Posted: Wed Aug 21, 2013 6:46 pm
by Aeternitas
Is there a way how to fix it? If I understand it good, IrrDelphi ist just a dll with some headers. If we somehow modify the headers, then the DLL must be also readable.

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Tue Jan 26, 2016 6:38 am
by IrrDelphi
Project updated to version 0.05, see first post for details and download :arrow:

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Fri Feb 05, 2016 5:29 am
by chronologicaldot
*applause* *applause* :)
I don't use Delphi, but I have a feeling I eventually will. At least this means irrlicht will follow me around. XD

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Sun Feb 07, 2016 8:18 am
by IrrDelphi
chronologicaldot wrote:*applause* *applause* :)
I don't use Delphi, but I have a feeling I eventually will. At least this means irrlicht will follow me around. XD
Thanks! :mrgreen:

Do You think Delphi take over the world? :)

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Sun Feb 07, 2016 10:10 am
by airc
nice return ;)
i tried with fpc & lazarus , but all demos crashes at startup

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Sun Feb 07, 2016 10:59 am
by IrrDelphi
airc wrote:nice return ;)
i tried with fpc & lazarus , but all demos crashes at startup
This version use direct calls from library, without "thiscall wrapper" (thanks to gcc compiler), unfortunately fpc doesn't compatible with Delphi(even in $mode Delphi).
In Delphi virtual methods in class start from 0 (I think it's very logically), fpc start it from "who knows :D ". A little bit later I will try to restore compatibility

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Tue Feb 16, 2016 9:20 pm
by GameDude
Will this work with Lazarus and FreePascal?

http://www.lazarus-ide.org/

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Tue Feb 23, 2016 5:22 pm
by IrrDelphi
GameDude wrote:Will this work with Lazarus and FreePascal?
Maybe, it's will in next version

Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head

Posted: Fri Apr 29, 2016 5:29 am
by IrrDelphi
Someone wrote about wke in thread, please sent PM for me