<?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 Create An Object To A Class Present In A Dll ?</title>
	<atom:link href="http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll</link>
	<description>how to fix file errors , download dll or ocx for free</description>
	<lastBuildDate>Thu, 09 Feb 2012 02:37:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cruppsta</title>
		<link>http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll/comment-page-1#comment-4640</link>
		<dc:creator>cruppsta</dc:creator>
		<pubDate>Sun, 22 Nov 2009 11:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll#comment-4640</guid>
		<description>i think the proper way to do this is to export only a factory function in the DLL, not the class itself.
DLLEXPORT myclass *factory();
myclass *factory()
{
return new myclass;
}
in your application, load the dll, load the factory-function and use it to create the object.</description>
		<content:encoded><![CDATA[<p>i think the proper way to do this is to export only a factory function in the DLL, not the class itself.<br />
DLLEXPORT myclass *factory();<br />
myclass *factory()<br />
{<br />
return new myclass;<br />
}<br />
in your application, load the dll, load the factory-function and use it to create the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cod</title>
		<link>http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll/comment-page-1#comment-4641</link>
		<dc:creator>cod</dc:creator>
		<pubDate>Sun, 22 Nov 2009 11:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll#comment-4641</guid>
		<description>read this article ... http://www.codeproject.com/dll/SimpleDll…
your class in dll is written with C++ of microsoft or another environment?</description>
		<content:encoded><![CDATA[<p>read this article &#8230; <a href="http://www.codeproject.com/dll/SimpleDll…" rel="nofollow">http://www.codeproject.com/dll/SimpleDll…</a><br />
your class in dll is written with C++ of microsoft or another environment?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

