I am currently working on a project
that involves communication between a C based program and VEE program using
sockets for the connection. I had been working on creating a DLL in C and
then importing the lib in VEE, but have not had much
success.
My question for anyone that has
experience with sockets is: Can I create a program in C and another one in VEE
and be able to connect the programs? The C program will be using functions
to create and maintain a socket, and the VEE program will use the To/From Socket
object to connect or bind.
Thanks in advance for any
advice.