Search found 32 matches
- Fri Apr 29, 2016 5:29 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
Someone wrote about wke in thread, please sent PM for me
- Tue Feb 23, 2016 5:22 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
Maybe, it's will in next versionGameDude wrote:Will this work with Lazarus and FreePascal?
- Sun Feb 07, 2016 10:59 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
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 star...
- Sun Feb 07, 2016 8:18 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
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?
- Tue Jan 26, 2016 6:38 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal head
Project updated to version 0.05, see first post for details and download
- Wed Aug 21, 2013 3:31 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea
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?
- Wed Jun 06, 2012 5:18 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea
No, Windows only
- Tue May 01, 2012 2:41 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea
Gcc version is experimental and buggy! Use vc version and irrKlangDrop() functionRömer123 wrote:I've got a question. How I should drop the ,,engine" from the irrKlang demos.
- Fri Jan 06, 2012 10:01 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: IrrDelphi(Irrlicht 172, irrKlang 130b) Delphi\Pascal hea
Looks like this project does not have any support now... I have a strange problem. I'm using code similar to the terrain sample. My project creates terrain, shows it. After that user closes this view (all objects disposed) and reopen new terrain I can open terrain 1 time without any problem, but wh...
- Tue Feb 15, 2011 2:04 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
- Tue Feb 08, 2011 2:39 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Re: Good JOB, from a Hong Kong User
Nice to see the first Gaming Engineer I felt at lease satisfied with the demo so far. Is that possible add my email william_tseng@yahoo.com, and keep me posted, and I will be willing to be part of the member. For recent release of 4.0, I tried to complies under Delphi 7 Enterprise, but there has so...
- Thu Jan 27, 2011 12:58 pm
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
- Thu Jan 27, 2011 11:22 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
- Mon Jan 24, 2011 8:10 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 39595
Like this: .... var mb: IMeshBuffer; // assigned meshbuffer mb_arr: Pointer; v: vector3df; .... mb_arr := mb.getVertices; case mb.getVertexType of EVT_STANDARD: v := PArrS3DVertex(mb_arr)[ index ].Pos; EVT_2TCOORDS: v := PArrS3DVertex2TCoords(mb_arr)[ index ].Vertex.Pos; end; EVT_TANGENTS: v := PArr...
- Tue Jan 11, 2011 2:12 pm
- Forum: Project Announcements
- Topic: Irr4Delphi (update - 18/12/08) irrlicht 1.5
- Replies: 27
- Views: 11140
I think its not supported anymore, but you can use this http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=36182