M
Mike Welch via .NET 247
Hi All,
I'm having a little trouble. I'm building a GUI frontend tocontrol a robot via an API supplied by the manufacturer. Allthe stuff i need to talk to the robot is in header files in C. My GUI is written in C# and i wanted to use the header files tocreate various connection objects and call methods (ie.setHeading() etc). I need to know how to get this C code intomy project, or if its even possible. Thanks
I'm having a little trouble. I'm building a GUI frontend tocontrol a robot via an API supplied by the manufacturer. Allthe stuff i need to talk to the robot is in header files in C. My GUI is written in C# and i wanted to use the header files tocreate various connection objects and call methods (ie.setHeading() etc). I need to know how to get this C code intomy project, or if its even possible. Thanks