Quote:
> The profil item in the Build-Menu is always disabled, although I build
> the exe-File with the "enable profiling" flag in the link option.
> I use the enterprise version and all relevant options seem to be
> installed. Service Packs are not installed.
> Has anyone an idea, whats going wrong?
Did you include debug info *inside* the exe file?
A separate .pdb debug file won't do for profiling.
Also (rather arcane) you have to use Microsoft debug
information as specified in the Settings | Link | Debug
tab.... but that's the default anyway....
Also, be sure to run a "rebuild all" that might help.
Greetings
Wessel