LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Building application using DLLs

Sir,

I need to build an application. For that I have all my VIs inside one LabVIEW Library file (.llb file) including one top-level VI. I also have a set of DLLs used by the VIs in the same directory where my .llb file is located. Now I need to build an application (without creating an installer) for my program. Should I need to include the DLLs while building my application? If yes, how to do it?

Kindly clarify me regarding this.

Thanks,

Ramkumar. D

QuEST, INDIA.

Thanks,
Ramkumar.D
QuEST, INDIA.
0 Kudos
Message 1 of 3
(2,564 Views)
If you are using own DLLs, then you should add those DLLs as Support files in the application settings in the application builder. If the DLLs are from the LabVIEW VIs, then is done automatically (with some exception by drivers)
 
Here a tutorial with some explanation how to create an application and which files are needed:
 
Regards
 
Ken
 
 
0 Kudos
Message 2 of 3
(2,559 Views)

Hi Ken,

Thanks for your help. The link was very useful.

regards,

Ramkumar. D

Thanks,
Ramkumar.D
QuEST, INDIA.
0 Kudos
Message 3 of 3
(2,556 Views)