easy question about ServerSocket
-
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
-
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
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: -
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: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