<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Library &#187; profile</title>
	<atom:link href="http://www.ucosoft.com/tag/profile/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ucosoft.com</link>
	<description>Free Source Code and Program Tips</description>
	<lastBuildDate>Thu, 22 Jul 2010 05:17:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to enable &#8220;profile&#8221; in Visual C++ 6.0</title>
		<link>http://www.ucosoft.com/how-to-enable-profile-in-vc-6.html</link>
		<comments>http://www.ucosoft.com/how-to-enable-profile-in-vc-6.html#comments</comments>
		<pubDate>Thu, 28 Dec 2006 11:11:52 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.ucosoft.com/archives/68.html</guid>
		<description><![CDATA[From MSDN: The profiler is an analysis tool that you can use to examine the run-time behavior of your programs. By using profiler information, you can determine which sections of your code are working efficiently. The profiler can produce information showing areas of code that are not being executed or that are taking a long [...]]]></description>
			<content:encoded><![CDATA[<p><P><br />
<I>From MSDN</I>:<br />
The profiler is an analysis tool that you can use to examine the run-time behavior of your programs. By using profiler information, you can determine which sections of your code are working efficiently. The profiler can produce information showing areas of code that are not being executed or that are taking a long time to execute.</p>
<p>But in Visual C++ 6.0, you often found that the <strong>profile</strong> menu item is grayed. How to enable it?</p>
<p>To enable profile in VC 6.0, you first need to set the correct link parameter, and rebuild all the project.</P><br />
<coolcode linenum="no"><br />
Project|Setting|Link<br />
Enable profiling<br />
</coolcode><br />
<P><br />
Wait a minute, do you find that the profile menu item is still grayed?<br />
OK. It&#8217;s because that you installed vc6 with one account but use it with another one. It&#8217;s mayby a bug of VC6.<br />
But how can you to correct it? It&#8217;s easy. Just modify the entry value in the registery<span id="more-68"></span>.<br />
<coolcode lang="cpp" linenum="no"><br />
[HKEY_CURRENT_USER\Software\Microsoft\Devstudio\6.0\General]<br />
&#8220;ProfilerInstalled&#8221;=dword:00000001<br />
</coolcode></p>

	Tags: <strong><a href="http://www.ucosoft.com/tag/profile" title="profile" rel="tag">profile</a>, <a href="http://www.ucosoft.com/tag/tips" title="Tips" rel="tag">Tips</a>, <a href="http://www.ucosoft.com/tag/visual-studio" title="Visual Studio" rel="tag">Visual Studio</a></strong><br />
]]></content:encoded>
			<wfw:commentRss>http://www.ucosoft.com/how-to-enable-profile-in-vc-6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

