Enable profile tool

C, C++, Visual C++, C++.Net Topics
Post Reply
Jane
Corporal
Corporal
Posts: 10
Joined: Sun Jul 19, 2009 9:19 pm

Enable profile tool

Post by Jane » Sun Aug 09, 2009 4:42 am

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
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: Enable profile tool

Post by Neo » Sun Aug 09, 2009 4:45 am

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
Post Reply

Return to “C/C++ Programming”