Hello,
I have a C++ program (call it HostProg) that needs to send and receive data from a C6713 board. The target program creates the HST_Obj objects. What do I need to do to in HostProg to connect to the pipes? I have tried including <hst.h> and <std.h> as well as the cfg.h header from the target program. When I create a HST_Obj in HostProg, the code compiles, but I get an unresolved external link error. What am I missing? Some sample code would be great!
Thank you,
Nic