02-09-2006 01:49 PM
02-09-2006 01:54 PM
Forgive my tab followed by spaces....
To continue:
I get the following compile warning:
02-10-2006 01:16 PM
Bill,
Is there a particular reason you made your buffer (i.e. unsigned char *buf) an array of characters instead of using the CNiUInt16Vector data type directly? It seems that the error is being caused by the casting of your buffer into the CNiUInt16Vector data type. Could you use the Vector type directly?
Also, a great place to start learning about Measurement Studio and graphing is the great examples that come with the product. You can find them in the following directory:
<Measurement Studio>\VC\Examples\Ui\Graph
You can run these examples and see graphing in action. Furthermore, you can use them as the foundation of your own application.
Regards,
Santiago D