LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can i use labview with other applications

Hi,

I was wondering if i could use an application written in c++ with labview...
like the whole application has a lot of feactures... and kind of acts like a
debugger for our products....

So, how would i be able to combine this application with labview...

Ne thoughts of doing it in some other way...would also be appreciated..

thx
Abhimanyu...
(also please refer to my last post...from yesterday)
0 Kudos
Message 1 of 2
(2,172 Views)
Well i don't think there is easier way of bring your VC++ app with graphics into labview unless you create an ActiveX control (which would be laborious) out of it using ATL/MFC. Then calling that ActiveX control in ActiveX container in labview and use the exported properties and method of that control.
But if you want to get the functionality transported, the best way i would go with is writing DLL that exports functions from your C++ app and call that DLL in labview.

A Rafiq
National Instruments
0 Kudos
Message 2 of 2
(2,172 Views)