Hi,
I need to profile my functions but the Profile menu under Build menu is disabled.
I have compiled my application with profile info.
Could you tell me how to enable it please?
WBR,
Jane
Enable profile tool
Re: Enable profile tool
Hi Jane,
This because the reg setting for this feature is entered under CURRENT_USER in the registry by setup.
It should be entered under LOCAL_MACHINE.
Enter following code to a blank file with extension .reg and run it.
BR,
Neo
This because the reg setting for this feature is entered under CURRENT_USER in the registry by setup.
It should be entered under LOCAL_MACHINE.
Enter following code to a blank file with extension .reg and run it.
Code: Select all
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\DevStudio\6.0\General]
"ProfilerInstalled"=dword:1
Neo