Results 1 to 5 of 5

Thread: Any easy to use net library?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Will it work without rest of nxPascal? I prefer Allegro for doing most of things and would use only network bits of nxPascal - I don't want to bring any unnecessary code into my game.

  2. #2
    Yes, i tried to make everything modular. nxNetwork is standalone, using only synapse
    https://code.google.com/p/nxpascal/s.../nxNetwork.pas
    Code:
    uses {$IFDEF UNIX}cthreads,{$ENDIF}
      Classes, SysUtils, synsock, blcksock;
    ...
    (and uses Math; for implementation)
    More testing for it would be welcome.

  3. #3
    i'm using lnet, not sure if it's 'easy' yet

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
  •