LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create dll from labview

Hi all:
 
I am using labview 8.5 , i want to create dll for spacific vi , to use its output in another program like C++,
 
can any one help me to learn the steps to create dll from labview
 
thanks
0 Kudos
Message 1 of 3
(2,593 Views)
You need the application builder (which is part of the professional distro).
In general you should every VI that you want as a function set to 'top-level'

If you right click on the builds in your project you have an option to build a DLL (if you have the application builder), from there on the help is available.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 2 of 3
(2,592 Views)
On Jan 20, 8:10 am, elyan <x...@no.email> wrote:
> Hi all:
> &nbsp;
> I am using labview 8.5 , i want to create dll for spacific vi , to use its output in another program like C++,
> &nbsp;
> can any one help me to learn the steps to create dll from labview
> &nbsp;
> thanks

The first thing you need to do is check to see if you have the
Application Builder Add-On for Labview 8.5. If you don't you will be
unable to create DLLs. If you do have Application Builder the next
thing you must do is look up the subject "Build Specification" in the
Labview Help File. Next click on "creating for shared libraries" and
click on "Display".

Howard
0 Kudos
Message 3 of 3
(2,573 Views)