Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert C++ in labview?

Hi

 

I have a visual studio c++ application. May I transfer to labview. I use one dll file. I was trying to wrap all functions using shared library wizard but without success. Could someone help?

 

0 Kudos
Message 1 of 3
(4,935 Views)

If you build your C++ code as a DLL, you can call it with LabVIEW using the Call Library node, that allows to make DLL calls from LabVIEW.

0 Kudos
Message 2 of 3
(4,924 Views)

@tiho wrote:

Hi

 

I have a visual studio c++ application. May I transfer to labview. I use one dll file. I was trying to wrap all functions using shared library wizard but without success. Could someone help?

 


Hello,

 

maybe this will help you:

 

https://decibel.ni.com/content/blogs/kl3m3n

 

There are a couple of examples on how to create a .dll from c++ source code using OpenCV. There are also some examples on how to call such a .dll in Labview.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 3 of 3
(4,919 Views)