03-01-2007 01:02 PM
03-02-2007 07:24 AM
This is true. It is still compliant only with ANSI C.
The C++ additions are not compatible.
03-02-2007 07:24 AM - edited 03-02-2007 07:24 AM
Message Edited by scomack on 03-02-2007 07:25 AM
03-02-2007
09:26 AM
- last edited on
10-02-2025
03:45 PM
by
Content Cleaner
Hi MikeF,
There are also a couple other options for using C++ and CVI. See the following links for more information.
Is LabWindows/CVI a Compiler and What C Functions Can LabWindows/CVI Use?
Does LabWindows/CVI Support C++?
Integrating LabWindows/CVI with Microsoft Visual C++
03-02-2007
09:41 AM
- last edited on
10-02-2025
03:46 PM
by
Content Cleaner
Howdy Mikefr00,
If you have some C++ code that you would like called from LabWindows/CVI, one option could be to create a DLL out of the C++ code and then call it from C. Check out Using Dynamic Link Libraries with LabWindows/CVI tutorial.
Also, if your curoius about the CVI compiler, read the LabWindows/CVI Compiler KnowledgeBase.
Additionally, when mixing C and C++, I like to refer the How to mix C and C++ website. Its actually got some good information in it.
Hope this helps!
Best Regards,
03-02-2007 11:24 AM
Thanks for all of your replys!!!
Mikefr00