M
mitch
In a c# client I have the following:
double [] data = {1.0,2.0,3.0,4.0};
I have an OCX wriiten in c++ using dev studio 6.0.
Can I pass the array to the OCX? How would you do this?
I've looked and looked and failed so far. Is it possible?
Thanks,
Mitch.
double [] data = {1.0,2.0,3.0,4.0};
I have an OCX wriiten in c++ using dev studio 6.0.
Can I pass the array to the OCX? How would you do this?
I've looked and looked and failed so far. Is it possible?
Thanks,
Mitch.