LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling Borland C++ DLL

want to call my borland c++ 5 or 6 generated DLL, is it possible ?

any samples or steps I can follow ?

thanks.
0 Kudos
Message 1 of 3
(2,963 Views)
Richard Zhu wrote:
> want to call my borland c++ 5 or 6 generated DLL, is it possible ?
>
> any samples or steps I can follow ?

There shouldn't be any specific problem with calling Borland compiled
DLLs with the Call Library Node in LabVIEW, provided the DLL is
installed properly with all necessary Borland runtime DLLs on the target
system.

As to examples check out the examples/dll directory in LabVIEW. DLLs are
supposed to be a standard format and it should not make any difference
if they are created with Visual Studio, Borland C or even gcc.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 3
(2,963 Views)
You can compile the VCL into the dll so you do not have to install the runtime.
0 Kudos
Message 3 of 3
(2,963 Views)