Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

distribute DLL

Visual C++ needs some include files provided with Labview in order to use DLL built with Labview ( ex: extcode.h, ...)
I develop DLL on my machine, and this DLL is used ( included) in C++ program by other members of my team, on other machine.
Is there an easy way to distribute also these include files without installing labview ? I was thinking it was included with the RTE given with the installer ( built by application builder when creating DLL)

Thanks.
0 Kudos
Message 1 of 3
(3,438 Views)
Just add file to the DLL installer if needed
0 Kudos
Message 2 of 3
(3,412 Views)
Bonjour,

Vous pouvez paramétrer l'installeur de votre DLL pour lui faire installer d'autres fichiers.
Lors de la procédure de construction de la DLL avec Application Builder, depuis l'onglet "Installer Settings", cochez la case "Create Installer".
Puis cliquez sur "Files..." pour pouvoir rajouter des fichiers à votre installer.
Vous pourrez alors choisir un répertoire de destination pour l'installation de chaque fichier de support.

Cordialement.

Matthieu Gourssies
National Instruments France
Message 3 of 3
(3,396 Views)