During CVI installation you are prompted for the 'compatibility mode', with Microsoft, Watcom, Borland and some other compiler to choose from.
The error you report tells you that the compatibility mode you choose during installation is different fromt the one expected from the lib file, so CVI is not able to link the library to the project.
To correct this error simply re-run the installation of CVI choosing the 'Change compatibility mode' option: the setup program will modify CVI environment for you. The most probable compatibility mode to set is Microsoft C/C++: try this one first.
To compile correctly your project, you will have to recompile also all the libraries you have eventually produced by yourself with the old compatibility mode.
I al
ready asked NI in the past, but they told me there is no way of modifying the compatibility mode other than the setup program of CVI (this will mean to keep the original CD ready to use every time you have to swith from one mode to another).
Roberto