Results 1 to 5 of 5

Thread: Nitrogen's TCP/IP Networking Example

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Nitrogen's TCP/IP Networking Example

    Michael Pote (aka Nitrogen) has released on his site not too long ago a small demo of how to use Delphi 7's TTCPclient and TTCPserver objects to make a pair of networking client and server programs.

    This is great if you are just learning or want to learn more about the winsock API. Plus all code is commented to make it easy to understand.


    Get Nitrogen's TCP/IP Networking Example source and demos at www.sulaco.co.za/nitrogen/
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2

    Nitrogen's TCP/IP Networking Example

    Sounds interesting! Too bad Delphi 7 PE does not come with components required for this demo

  3. #3

    Nitrogen's TCP/IP Networking Example

    demo doesnt work :/ connection refused on what ever port i use (and access violation if i trace the code through).

    strange delphi

  4. #4

    Nitrogen's TCP/IP Networking Example

    Check your firewall's passthrough settings on the port it's using. Had this kinda error recently.

  5. #5

    Nitrogen's TCP/IP Networking Example

    Sorry about that..

    Bear in mind that this is my first Winsock app, so it's not very forgiving!
    It seems to be pretty hard to get a connection going in the first place...
    Make sure you've got the server listening first then you try to connect a client..

    And if that fails you can always try to connect to localhost (127.0.0.1) that's yourself. So you can run the server and the client from the same app..
    My site: DelphiTuts.com (coming soon)...

    Download Font Studio 4.21 here.

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
  •