Enrique Guzman writes:
 > I have to do an application that can send messages from one PC to
 > another PC, Some like the Windows Pop up, my question is that... 

Read any basic book on network programming using the socket
API. (Berkeley or Winsock, not that big difference for simple uses
like this. If you can find a book that describes both, be happy.) If
you strive for portability, avoid books targeted at Windows
programmers only.

Or search for tutorials on the net.

 > there are some widget that make the conection one to one, I have
 > been reading some about the gtk sockets (.h),

No. The GtkSocket widget has nothing to do with network
communication. The word "socket" refers here to something that you
insert a "plug" (GtkPlug) into.

 > my question is "This work like the winsock.h for VC++?"

No.

--tml

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to