Results 1 to 6 of 6

Thread: Ageia physics for delphi

  1. #1
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Ageia physics for delphi

    Ageia physics for delphi? Are there any headers/dll's?
    NecroSOFT - End of line -

  2. #2

    Ageia physics for delphi

    I believe they have an SDK for developers, but I think it's restricted to whom they allow. IE, big name companies.

  3. #3

    Ageia physics for delphi

    I have the Ageia SDK somewhere on my HD. IIRC, the problem was that they are C++ dlls so someone would need to write/generate a flat C wrapper that can be compiled into a DLL.
    Alternatively, apparently there is a trick that can get Delphi talking to C++ libraries, but I've never tried it.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #4

    Ageia physics for delphi

    The trick is to write abstract classes to implement the C++ classes. Thats how I did it in the modplug sdk.

    not sure how it would work with Ageia.

    Peronally I would wait for someone to do OpenPL
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  5. #5
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Ageia physics for delphi

    OpenPL ( ODE ?)

    Thanx... no ageia for my engine
    Well, back to newton...
    NecroSOFT - End of line -

  6. #6

    Ageia physics for delphi

    Quote Originally Posted by technomage
    The trick is to write abstract classes to implement the C++ classes. Thats how I did it in the modplug sdk.
    Well, this will work only if they are using some standatd call convention like: stdcall, cdecl, but not some __msfastcall one.

    Btw, [rant: this is mine presonal opinion] why even bother? Ageia is rebranded NovodexX physics library, while it's good - it's closed source and comes with licence requiring you to support Ageia PysFX card (and in this case is free).
    There are only 10 types of people in this world; those who understand binary and those who don't.

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
  •