‎01-30-2009 01:25 PM
Solved! Go to Solution.
‎02-02-2009 09:01 AM
Hi hrodstein,
Are you using NI's software CVI, or are you using a MicroSoft C compiler?
Brad Turpin
DIAdem Product Support Engineer
National Instruments
‎02-03-2009 09:12 AM
I'm using MS Visual C++ 2005 with the DIAdem Connectivity Library DLL API.
‎02-03-2009 08:48 PM
I figured this out. When storing string data, DDC_SetDataValues takes a pointer to an array of pointers to C strings, like DDC_GetDataValues.
This is documented for DDC_GetDataValues. It should also be documented for DDC_SetDataValues.