<?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>TechnoBlogy &#187; 64 bit</title>
	<atom:link href="http://technoblogy.net/tag/64-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblogy.net</link>
	<description>Technology with a Big difference</description>
	<lastBuildDate>Mon, 05 Dec 2011 17:29:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Compile c++ DLL to 64 bit using VS 2003</title>
		<link>http://technoblogy.net/compile-c-dll-to-64-bit-using-vs-2003/</link>
		<comments>http://technoblogy.net/compile-c-dll-to-64-bit-using-vs-2003/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:39:51 +0000</pubDate>
		<dc:creator>Nauman</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[/machine:amd64]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[bufferoverflowu.lib]]></category>

		<guid isPermaLink="false">http://technoblogy.net/compile-c-dll-to-64-bit-using-vs-2003/</guid>
		<description><![CDATA[HI, Do the following things to compile it to 64-Bit application &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 1) Open from the start menu &#34;Microsoft Platform SDK for Windows Server 2003 SP1\Open Build Environment Window\Windows Server 2003 64-bit Build Environment\ Set Win Svr 2003 x64 Build Env (Retail)&#34;(if didn&#8217;t find this, please install this SDK) 2) In the command line prompt [...]]]></description>
			<content:encoded><![CDATA[<p>HI,</p>
<p>Do the following things to compile it to 64-Bit application    <br />&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>1) Open from the start menu    <br />&quot;Microsoft Platform SDK for Windows Server 2003 SP1\Open Build Environment Window\Windows Server 2003 64-bit Build Environment\     <br />Set Win Svr 2003 x64 Build Env (Retail)&quot;(if didn&#8217;t find this, please install this SDK)</p>
<p>2) In the command line prompt go to the path where the VS2003 is installed</p>
<p>ie., where devenv.exe is present and type &quot;devenv /useenv&quot; then after adding the    <br />following properties in the project properties. Compile the project.</p>
<p>3) Include bufferoverflowU.lib in Additional Dependencies located in</p>
<p>Project Properties -&gt; Linker -&gt; Input</p>
<p>4) Add the &quot;/machine:AMD64&quot; in    <br />Project Properties -&gt; Linker -&gt; CommandLine</p>
<p>No need to change the target machine settings</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/compile-c-dll-to-64-bit-using-vs-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SetWindowLong Function doesn&#8217;t work in 64 bit machine</title>
		<link>http://technoblogy.net/setwindowlong-function-doesnt-work-in-64-bit-machine/</link>
		<comments>http://technoblogy.net/setwindowlong-function-doesnt-work-in-64-bit-machine/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:39:36 +0000</pubDate>
		<dc:creator>Nauman</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[setwindowlong]]></category>
		<category><![CDATA[setwindowlongptr]]></category>

		<guid isPermaLink="false">http://technoblogy.net/setwindowlong-function-doesnt-work-in-64-bit-machine/</guid>
		<description><![CDATA[The SetWindowLong function changes an attribute of the specified window. The function also sets the 32-bit (long) value at the specified offset into the extra window memory. This function has been superseded by the SetWindowLongPtr function. To write code that is compatible with both 32-bit and 64-bit versions of Microsoft Windows, use the SetWindowLongPtr function.]]></description>
			<content:encoded><![CDATA[<p>The <strong>SetWindowLong</strong> function changes an attribute of the specified window. The function also sets the 32-bit (long) value at the specified offset into the extra window memory.</p>
<p>This function has been superseded by the <a href="http://msdn.microsoft.com/en-us/library/ms644898(VS.85).aspx">SetWindowLongPtr</a> function. To write code that is compatible with both 32-bit and 64-bit versions of Microsoft Windows, use the <strong>SetWindowLongPtr</strong> function.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/setwindowlong-function-doesnt-work-in-64-bit-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reg 64-bit assembly using VS2005 setup on 64-bit</title>
		<link>http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/</link>
		<comments>http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:39:23 +0000</pubDate>
		<dc:creator>Nauman</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[orca]]></category>
		<category><![CDATA[register assembly]]></category>

		<guid isPermaLink="false">http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/</guid>
		<description><![CDATA[I got one problem on registering a 64bit assembly during theinstallation. The installation package was developed using VS2005setup project.I could not invoke this assembly after installation. I believe thereason is the assembly had not been registered properly duringinstallation.(The assembly works well if I run Framework64/regasm.exe manually ) Ialready set the Register property of the assembly [...]]]></description>
			<content:encoded><![CDATA[<p>I got one problem on registering a 64bit assembly during theinstallation. The installation package was developed using VS2005setup project.I could not invoke this assembly after installation. I believe thereason is the assembly had not been registered properly duringinstallation.(The assembly works well if I run Framework64/regasm.exe manually ) Ialready set the Register property of the assembly to vsdrpCOM in setupproject.</p>
<p>I guess it is VS2005 bug. I have to edit the MSI using ORCA. I changed the &quot;Attributes&quot; value to 260 from component table in ORCA. then it worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblogy.net/how-to-reg-64-bit-assembly-using-vs2005-setup-on-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

