I have built an IVI-C driver with Lab Windows/CVI 6.0. This is used in conjunction with another (non-NI) application which extracts label/value pairs from the .fp file. While this works fine in general, there is a problem with the Get/Set/Check attribute functions. Although Lab Windows shows a valid set of label/value pairs in these function panels, the label/value pair information does not appear to be stored in the .fp file. You can see this if you copy the .fp file to a directory away from the IVI-C driver project and open it with Lab Windows. If I ask Lab Windows to store the .fp file in a different directory than the rest of the project files, I get a warning that the .c source file must be "detached" first. What does this mean?
What is going on here, and is there any way to automatically have the label/value pair information stored in the .fp file for the Get/Set/Check attribute calls?