LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is that possible to produce a dll from C++Builder 5 Borland compiler and use it in a CVI project ?

You should be able to use it, the import library from BCB probably won't work, but you could create an import library from the DLL header file in CVI. Also, remember that CVI is a C compiler, not C++. So if you are using C++ data types or programming techniques (function overloads, etc.), then that won't work either.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
Message 2 of 2
(2,916 Views)