- Open a project
- Go to Options
- Select Build Options...
If all the "C Language Options" are unchecked
Checking "Build with C99 extensions" check box should automatically check the "Require function prototypes" check box. If not, if a function is not prototyped before invoked then the compiler will generate an error (which is good and safe for the user).
This idea is similar to the fact that one cannot check "Enable OpenMP support" until C99 option is checked
Later on, if a user load a project with C99 support set but "Require function prototype" uncheck I guess CVI should let him know that it will set the "Require function prototype" for him in the Build options (simple dialog box for example).
Regards, Philippe
