LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

force to build nidobj

How can I force LabWindow/CVI to generate *.nidobj for all object file when i build with debug configuration?
Some .c file in my project are complied to *.niobj even when I build with debug configuration.

Thanks
0 Kudos
Message 1 of 2
(3,224 Views)
Make sure you don't have the 'O' option (compile into object file) enabled for that particular C file. If you right-click on the .c file in the workspace, and you see a menu item "Disable 'O' option", means that CVI is creating the object file for the source without debugging information.

Hope this helps
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,215 Views)