Results 1 to 5 of 5

Thread: Does anybody have a RakNet wrapper (or...?) for Delphi?

  1. #1

    Does anybody have a RakNet wrapper (or...?) for Delphi?

    I'm looking for a fully featured networking library that I can use with Delphi.

    The main thing I want is distributed objects (eg. objects will be automatically synchronized between clients with built-in interpolation).

    I've heard of ENet and HawkNL but I'm not sure they provide the same functionality of RakNet.

    I'd really like to use RakNet (only because it seems to support everything possible), but I'd definitely use something else if it was just as good.

    Thanks,
    John

  2. #2

    Does anybody have a RakNet wrapper (or...?) for Delphi?

    from the looks of it RakNet is based on C++ classes and I fear it is uninterfaceable from any other language...the functions exported from the compiled dll are mangled in the typical C++ way and there's no easy way how to interface with them (put simply it's as hard as trying to link a C/C++ app with Delphi's package when not built with C++ Builder)....not to mention you would need to make stubs in assembly to call them since they are using "thiscall" calling convention which has no equivalent in Delphi....the only way is to rewrite the whole thing in Delphi...

  3. #3

    Does anybody have a RakNet wrapper (or...?) for Delphi?

    search please, there IS a raknet delphi port / wrapper:

    http://www.pascalgamedevelopment.com...ghlight=raknet
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  4. #4

    Does anybody have a RakNet wrapper (or...?) for Delphi?

    Quote Originally Posted by Delfi
    search please, there IS a raknet delphi port / wrapper:

    http://www.pascalgamedevelopment.com...ghlight=raknet
    Except considering that the site isn't there anymore? How about you verify your links before flaming someone for not searching? Makes you look smarter.

  5. #5

    Does anybody have a RakNet wrapper (or...?) for Delphi?

    in that case, one could ask the author where the website had gone..
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

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
  •