Sorry, but FPC generate another asm-code (not compatible with delphi code on low-assembler level)Aeternitas wrote:Can you help me run the Irrlicht in Lazarus?
IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea
-
- Posts: 2
- Joined: Mon Aug 19, 2013 3:23 pm
Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea
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.
My website:
http://darkforests.info
See my projects:
Thanatos - http://darkforests.info/pages/web/proje ... natos.html
Infernum - http://darkforests.info/pages/web/proje ... ernum.html
http://darkforests.info
See my projects:
Thanatos - http://darkforests.info/pages/web/proje ... natos.html
Infernum - http://darkforests.info/pages/web/proje ... ernum.html
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
Project updated to version 0.05, see first post for details and download
-
- Competition winner
- Posts: 688
- Joined: Mon Sep 10, 2012 8:51 am
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
*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
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
Thanks!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
Do You think Delphi take over the world?
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
nice return
i tried with fpc & lazarus , but all demos crashes at startup
i tried with fpc & lazarus , but all demos crashes at startup
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
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).airc wrote:nice return
i tried with fpc & lazarus , but all demos crashes at startup
In Delphi virtual methods in class start from 0 (I think it's very logically), fpc start it from "who knows ". A little bit later I will try to restore compatibility
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
Maybe, it's will in next versionGameDude wrote:Will this work with Lazarus and FreePascal?
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
Someone wrote about wke in thread, please sent PM for me