<?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>Thu, 29 Dec 2011 01:22:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alex B.</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-1197</link>
		<dc:creator>Alex B.</dc:creator>
		<pubDate>Tue, 12 Jul 2011 10:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.itcsolutions.eu/?p=764#comment-1197</guid>
		<description>I had a problem with the name of the functions in the new solution project,where you use de UseDLL.h . I get &quot;error LINK2019:unresolved external simbol&quot; and &quot;error LINK1120&quot;. To solve the issue, I was forced to pass the same name to the functions as in CreateDLL.h . Instead of &quot;Adunar, Scadere, Inmultire Impartire&quot; I had to call the functions &quot;Add, Sub, Mul, Div&quot;.  Cheers,</description>
		<content:encoded><![CDATA[<p>I had a problem with the name of the functions in the new solution project,where you use de UseDLL.h . I get &#8220;error LINK2019:unresolved external simbol&#8221; and &#8220;error LINK1120&#8243;. To solve the issue, I was forced to pass the same name to the functions as in CreateDLL.h . Instead of &#8220;Adunar, Scadere, Inmultire Impartire&#8221; I had to call the functions &#8220;Add, Sub, Mul, Div&#8221;.  Cheers,</p>
]]></content:encoded>
	</item>
	<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>

