02-16-2007 09:13 AM
02-16-2007 10:50 AM
This is a partial response to your questions...
Part of the informations you need are store in the .PRJ file, which holds compiler options and defines, run options, and external compiler support options.
Up to version 5.5 the PRJ file included also a full list of #include files needed for your executable, but this information was lost starting from version 6 (or maybe moved elsewhere, I don't know where but really I never cared about it...).
I don't know what happens moving from one version to another, since I usally save only project files leaving the IDE choose system #include files by itself. I never had problems doing this: my applications needed only very few if none at all adaptations when upgraded to new releases of CVI, but I am really not concerned in versioning since my applications are highly customized (almost one per every customer ) so I can keep track of all changes and handle them one-by-one.
02-16-2007 11:22 AM