LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL with C++ builder

I Want to use a DLL in Labview.
But when I complie the DLL with C++ Builder, there is an error:[Lieur Erreur] 'C:\PROGRAM FILES\NATIONAL INSTRUMENTS\LABVIEW 6\CINTOOLS\LABVIEW.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
0 Kudos
Message 1 of 2
(2,433 Views)
You only need to link in the labview.lib if you are attempting to use the LabVIEW memory manager functions. If this is the case then you cannot use Borland. Only Symantec and Microsoft Visual C++ are supported on the Windows OS.
0 Kudos
Message 2 of 2
(2,433 Views)