when using 'go to definition' while in release configuration, CVI gives an error telling: "Browse information is not available in the release configuration". why is it ?
browse informations are data which are constructed at compile time and stored in a file separate from the output of the compiler. i can't see the reasoning behind not constructing browse informations when in release configuration: we are compiling so we don't care about compilation time, browsing identifier is done when editing the code and not when executing it, informations about identifiers are still in the source file even in release configuration... i don't know, i can't understand this limitation.