LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Linking problem with MS VisualC/C++ files (.lib) in spite of well build options selected.

When I linked my project, with header file (.h) and a library coming from a partner, I have some "Link errors".(see attached file)
0 Kudos
Message 1 of 2
(2,843 Views)
The functions in the library are C++ functions. You cannot link these into CVI (which does not tolerate C++).

--
Martin
--
Martin
Certified CVI Developer
Message 2 of 2
(2,843 Views)