Page 1 of 1

Enable profile tool

Posted: Sun Aug 09, 2009 4:42 am
by Jane
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

Re: Enable profile tool

Posted: Sun Aug 09, 2009 4:45 am
by Neo
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.

Code: Select all

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\DevStudio\6.0\General]
"ProfilerInstalled"=dword:1
BR,

Neo