LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

im/export of C-code

Hi,
I wonder if it is possible to import C-code into a Labview-project or if
it is possible to import a Labview-project into a C-program.
Thanks for your help.


--
Sent through GMX FreeMail - http://www.gmx.net


--
Posted from www26.gmx.net [213.165.64.76]
via Mailgate.ORG Server - http://www.Mailgate.ORG
0 Kudos
Message 1 of 2
(3,412 Views)
"Felix Scherer" wrote:
> I wonder if it is possible to import C-code into a Labview-project or if
> it is possible to import a Labview-project into a C-program.
You can...

import:
- create a labview code interface node based on your C code
- create a DLL from your C code
- create an activex with your C code

export:
- enable the labview active x server when building an executable
- create a DLL from your labview (version 6) code
- use the helper methods from NI to call LabVIEW VIs from Visual C++ using MFC

.... what is missing in this list?


Martin


Martin Henz Systemtechnik
Dipl. Ing. (FH) Martin Henz
Rochenweg 1
70378 Stuttgart
Tel. ++49-711-5302605
Fax ++49-711-5058649
http://www.mhst.de
0 Kudos
Message 2 of 2
(3,412 Views)