I am working on a project that includes multiple types of files. (I am using LabVIEW 8.2). One of my task is to first test the executable of the project and then to turn the whole project into an executable. To turn the main top level vi into an executable, where would the ctl files go in the source files section of the project properties dialog box of the project explorer. Would they go in the "Dynamic VIs and support files section"? Kindly help! Thanks!
Well, if you wrote the code, then you should know. If you use the Open VI Reference, you are dynamically calling VIs. If you placed the icon of a subVI on a block diagram (the normal method), then those VIs are not.