<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to: Use a DLL – Dynamic Link Library in C++ as Visual Studio 2008 Project</title>
	<atom:link href="http://www.itcsolutions.eu/2009/11/03/how-to-use-a-dll-%e2%80%93-dynamic-link-library-in-the-c-programming-language-in-visual-studio-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcsolutions.eu/2009/11/03/how-to-use-a-dll-%e2%80%93-dynamic-link-library-in-the-c-programming-language-in-visual-studio-2008/</link>
	<description>Solutions and tutorials for IT&#38;C development</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:58:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: How to: Create a DLL - Dynamic Link Library in C++ as Visual Studio 2008 Project &#124; IT&#38;C Solutions</title>
		<link>http://www.itcsolutions.eu/2009/11/03/how-to-use-a-dll-%e2%80%93-dynamic-link-library-in-the-c-programming-language-in-visual-studio-2008/comment-page-1/#comment-211</link>
		<dc:creator>How to: Create a DLL - Dynamic Link Library in C++ as Visual Studio 2008 Project &#124; IT&#38;C Solutions</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=764#comment-211</guid>
		<description>[...] The link source file to header file is made through the directive #include placed at the top of the source file shown in the example above. Creating DLL file is done by compiling the solution in Visual Studio 2008. This is located in the Debug subdirectory in the solution, on the same hierarchical level subdirectory of the project built in the solution. DLL using supposes that the DLL file to be retrieved from the Debug subdirectory of the DLL create solution and it is placed in the solution that we use it [...]. [...]</description>
		<content:encoded><![CDATA[<p>[...] The link source file to header file is made through the directive #include placed at the top of the source file shown in the example above. Creating DLL file is done by compiling the solution in Visual Studio 2008. This is located in the Debug subdirectory in the solution, on the same hierarchical level subdirectory of the project built in the solution. DLL using supposes that the DLL file to be retrieved from the Debug subdirectory of the DLL create solution and it is placed in the solution that we use it [...]. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
