NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Qt5 DLL from TestStand

Hi,

I have a c++ dll created in Qt5 library.

 

1-) How to use in TestStand?

2-) Is there a problem using stl container(vector, list, map etc...) as a function parameter?

3-) Should I try calling only static function(C++) from TestStand? 

4-) Is there a directory where it explains?

 

Thanks for any help

0 Kudos
Message 1 of 3
(2,703 Views)

Please remobe, wrong answer.

0 Kudos
Message 2 of 3
(2,668 Views)

If you're looking to use a container, I'd expect this to fall under a custom data type.  You can find some documentation here: https://www.ni.com/docs/en-US/bundle/teststand/page/creating-custom-data-types.html

 

For your third question, that's also another route you can take.  You can look at wrapping up your troublesome calls into a c++ function that uses more common parameters and let it handle the container within.  But, that seems like extra work versus creating the custom data type.

0 Kudos
Message 3 of 3
(2,657 Views)