Hello
You should be able to add the .c files to the VC project, or add the obj files to the project settings. That should fix it. VC doesnt support fp files and this is probably one of the things you are missing. To add the obj files to the linker settings, go to Project >> Settings >> Linker tab. Add the name of the obj file to the list. Make sure you have added the path information for where the obj file is located to VC as well.
You can add the directories under the Tools >> Options >> Directories tab.
All the files for the fp are located under ..\CVI\toolslib\toolbox
Hope this helps
Bilal Durrani
NI
Bilal Durrani
NI