Results 1 to 5 of 5

Thread: Mixing C++ and Delphi without wrappers

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Oh, I need to check irrdelphi then, I'm interested to see how they did it, probably same then!

    And yes, it compiles fine on latest FPC, I use it frequently to compile my games for all platforms except Windows (where I stil use the old Delphi 7).
    And soon I'm adding support for Oxygene and Pascal Studio, however that still requires some big refactoring of the engine to work around the diferences/limitations of those 2 compilers

    PS: Just checked irrdelphi, and it uses a different approach (more complete and complex). It seems to be able to emulate a c++ class in a more generic way, really interesting and clever, thanks for sharing!
    Last edited by Relfos; 07-07-2015 at 11:48 AM.
    www.pascalgameengine.com - Crossplatform 3D game engine

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •