writing new events in vc++

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top