08-08-2012 03:09 AM
Hello colleagues and NI,
here are a few comments on upgrading from CVI2010 to CVI2012:
If you are using clang as the release compiler and you start compiling your project, you will see strange error messages supposed to be located at line 1 of your code. The reason is that clang isn't configured properly.
Goto to 'Build Options / Build Process Options / Active xxbit compiler' and you will see that the clang configuration has a red cross, i.e.is not properly configured.
To resolve the issue, click on 'Edit / Advanced', and adjust both the 'Compiler Path' and the 'Environment Setup Batch File'
The old compiler path looks something like: c:\program files (x86)\national instruments\cvi2010\bin\clang\clang-cc.exe
Because CVI2012 is installed into a new folder, this path has to be updated to ...\cvi2012\...
The same is true for the environment.
Enjoy the new features
Wolfgang
08-17-2012 01:59 AM
Another note:
I did install CVI 2012 after de-installing CVI 2010. However, application data (such as C:\ProgramData\National Instruments\CVI2010) are not removed - I don't know if this is a general Windows policy or a feature of CVI, but I would assume that it should be safe to delete this hidden folder
08-17-2012 05:45 PM
Did it leave behind some analysis library files in the CVI2010\bin and CVI2010\extlib folders? If so, then it was probably this bug that has since been fixed.
Luis
08-19-2012 12:43 PM
Hi Luis,
on the XP computer the only file left behind after de-installing CVI2010 was
C:\Documents and Settings\All Users\Application Data\National Instruments\CVI2010
I vaguely remember that on the Win 7 computer it were two subdirectories
09-13-2012 02:37 AM
One additional thing to note is that if you have been using clang as external compiler you better should create a new ecc file based on the clang 2.9 template as there seem to be issues when using the previous clang 1.0 template, see here