LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shared library (DLL) with pointer array

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 

0 Kudos
Message 1 of 2
(2,463 Views)

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.

Taylor
0 Kudos
Message 2 of 2
(2,414 Views)