03-20-2009 04:33 PM
I was searching these postings looking for information on using CVI with external compilers, especially MSVC 2008, and I came across this posting from about 4 months ago:
The title of this posting implies that the freely downloadable "express" version of MSVC can be used with CVI 9.0, but the body of the posting doesn't go into any detail. But I would really like to know if this is possible, and I'm guessing there are others here who might be very interested as well. Page 8 of the CVI 9.0 release notes does not indicate that the express version is supported, which makes sense. I say this because I always thought that the "express" versions of MSVC were only for building .NET applications (C++/CLI) and not native Windows applications. Or did this change with the release of MSVC 2008 Express?
There is no hurry to respond...
JB
Solved! Go to Solution.
03-23-2009 08:01 AM
If you've got CVI 9.0 FDS(I'm not sure about the BDS)
Select Options/Build Options
Select the ellipsis on the right of 'active compiler'
Click 'new' to create a new external compiler configuration
Select MSVC 9.0 as the template.
Choose a configuration name (what you will choose from CVI) and a destination file (where the settings for the external compiler will be stored).
Click OK
After that, you can easily select the level of optimisation and the level of warnings you need via "edit" in the "compiler for realease configuration" box.
Regards,
Nicolas
03-24-2009 10:16 AM