Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. easy question about ServerSocket

easy question about ServerSocket

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Martin_Viet
    wrote on last edited by
    #1

    Hi again!!!! I need to make a performanted and easy ServerSocket Class (TPC). I was using NDK, which work very good. But I need to recive only String messages from other application, and NDKServer only work with CMessages. IT is a problem.:(( what recommend to me? Exist any easy class?:confused: el hombre arriesga su vida cada vez que elige y eso es lo que lo hace libre

    S 1 Reply Last reply
    0
    • M Martin_Viet

      Hi again!!!! I need to make a performanted and easy ServerSocket Class (TPC). I was using NDK, which work very good. But I need to recive only String messages from other application, and NDKServer only work with CMessages. IT is a problem.:(( what recommend to me? Exist any easy class?:confused: el hombre arriesga su vida cada vez que elige y eso es lo que lo hace libre

      S Offline
      S Offline
      Sendel
      wrote on last edited by
      #2

      I had the same problem, but dont give up: when i searched for "win32 socket" i found some really great help, now i am programming my own network class (without mfc). The main problem to solve this is to know that you need a threaded win32 network class. so first you have to write a class for win32 threads (you may find some code here). Next step is to look how tcp/ip works. Then you have to choose if you use udp or not. Then the rest is easy. good look ! sendel PS: keep your eyes open because if my class is ready I may add it here for free use:omg:

      M 1 Reply Last reply
      0
      • S Sendel

        I had the same problem, but dont give up: when i searched for "win32 socket" i found some really great help, now i am programming my own network class (without mfc). The main problem to solve this is to know that you need a threaded win32 network class. so first you have to write a class for win32 threads (you may find some code here). Next step is to look how tcp/ip works. Then you have to choose if you use udp or not. Then the rest is easy. good look ! sendel PS: keep your eyes open because if my class is ready I may add it here for free use:omg:

        M Offline
        M Offline
        Martin_Viet
        wrote on last edited by
        #3

        Thanks very much Sendel.... I´ll wait for your class, I usually use TCP. So if you can advise me (borthiry_martin@hotmail.com) i´ll be pleaced :-D el hombre arriesga su vida cada vez que elige y eso es lo que lo hace libre

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups