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,549 Views)

Hi Cedric,

 

I believe that this may help you with what you're trying to do.

 

https://www.ni.com/docs/en-US/bundle/labview/page/example-importing-functions-from-a-shared-library-...

 

Hope this helps.

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