02-14-2014 01:15 PM
hi all,
I have a DLL coded in C++ and I want to use the share library tools to generate the corresponding library. I use Labview 2011 (32 bits). Here is the function as defined in the *.h file:
TESTSHARED_EXPORT int Validation_TEST(double * const data, const int N);
But in the 'configure VIs and controls' window (see attached screenshot), I cannot select 'Array' as 'control type' for the 'data' parameter.
any suggestions?
Regards,
Cedric
02-17-2014 04:56 PM
Hi Cedric,
I believe that this may help you with what you're trying to do.
http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/example_import_shared_library/
Hope this helps.