writing new events in vc++

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am developing a distributed network application. one end is developed in VB 6 and other in VC++. basically i use sockets for communication. on the VB side i used winsock. i tried to use CSocket class in the VC++. but i could not connect between vc++ Csocket and VB winsock.. so i used winsock in VC++ also. then i was able to communicate. there is no on datareceive event in winsock. in need this event in vc++. how can i do this.
 
Back
Top