CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Location
    Austria
    Posts
    116

    Sockets (I need some tips)

    I want to install a Messaging-system for a Windows NT and UNIX LAN.
    I was told that Sockets are the best method to communicate between WinNT and UNIX.
    I am totaly new in this area. So I need some tips and facts about sockets and realizing them in the MFC.

    ÖÖÖÖÖ@OOOOOOOOOO00000000ooooooooooo°°°°°.... . . . . . . . . . .

  2. #2
    Join Date
    May 1999
    Location
    Farnborough, Hants, England
    Posts
    710

    Re: Sockets (I need some tips)

    Have a look in the help file under CSocket and CAsyncSocket. In there is a guide to the order of events for creating client and server sockets. Once you have read that, if you have some questions e-mail me at [email protected] and I'll help you.

    You must realise that you need to derive from C(Async)Socket as the base class ignores incoming data.



    --
    Jason Teagle
    [email protected]

  3. #3
    Join Date
    May 1999
    Posts
    40

    Re: Sockets (I need some tips)

    I wrote a small program that connect NT and SCO UNIX by the use of Socket and WinSocket. I can send it to you if you give me your E-Mail.


  4. #4
    Join Date
    Apr 1999
    Location
    Philippines
    Posts
    46

    Re: Sockets (I need some tips)

    Hi! I am very much interested in socket programming.
    I want our Win95/98/NT computers to be able to communicate
    with our Sun Solaris computers. Could you help me please?
    Your "small" program will be a "big" program for me.
    my e-mail address is [email protected]
    thanks so much.



Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured