11-02-2018 07:39 PM
Hello,
I would like to convert my application in Labview application or Vis. I created my application with help of Qt and C++. How can I convert QT firmware in to labview class or Vis.
I know if my own c++ code then I need to C warp and dll file use with help of share library or call library function node. But I have issue with Qt firmware code. Is it any way to access the Qt project firmware in to lab view.
Any one please give me direction?
Thank you.
11-05-2018 02:06 PM
There is no way that I'm aware of integrating a Qt project directly into LabVIEW. Your best bet is probably going to be to create a DLL from your C++ code then, as you have already said, call that DLL using the Call Library Function Node.