Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Labview DLL in Visual C++

Status
Not open for further replies.

blate

Specifier/Regulator
Joined
Jun 10, 2005
Messages
1
Location
ES
Hello,

My aim is to connect 2 programs: on 1 side I have a Visual C++ program that read data from a camera and analyses the data.
The data calculated are used for an other element this time commanded with labview. The best way to do it is to program everything in Visual C++ but I have commands made in Labview that I do not controle (and understand). What I would like is to create DLL of few VI (1 or 2 inside a main one). I know I need the Application Builder...which ...i don't have but is it possible and how to create a dll of a VI calling an other VI inside.
This DLL would be suppose to talk to the hardware.
Thanks

N-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top