<?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>fix computer errors &#187; Class</title>
	<atom:link href="http://blog.nohideip.com/tag/class/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nohideip.com</link>
	<description>how to fix file errors , download dll or ocx for free</description>
	<lastBuildDate>Tue, 13 Jul 2010 16:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why Is It Not Possible To Decompile A .dll File Properly,though We Can Decompile A Java (.class) File Properly?</title>
		<link>http://blog.nohideip.com/dll-errors/why-is-it-not-possible-to-decompile-a-dll-file-properlythough-we-can-decompile-a-java-class-file-properly</link>
		<comments>http://blog.nohideip.com/dll-errors/why-is-it-not-possible-to-decompile-a-dll-file-properlythough-we-can-decompile-a-java-class-file-properly#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:41:01 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[.dll]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Decompile]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Possible]]></category>
		<category><![CDATA[Properly]]></category>
		<category><![CDATA[Properlythough]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/dll-errors/why-is-it-not-possible-to-decompile-a-dll-file-properlythough-we-can-decompile-a-java-class-file-properly</guid>
		<description><![CDATA[if it is possible to decompile a .dll file, can you pls suggest me a link for the decompiler&#8230;. i have aready searched extensively &#8230;.
]]></description>
			<content:encoded><![CDATA[<p>if it is possible to decompile a .dll file, can you pls suggest me a link for the decompiler&#8230;. i have aready searched extensively &#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/why-is-it-not-possible-to-decompile-a-dll-file-properlythough-we-can-decompile-a-java-class-file-properly/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Create An Object To A Class Present In A Dll ?</title>
		<link>http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll</link>
		<comments>http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll#comments</comments>
		<pubDate>Sun, 22 Nov 2009 11:41:05 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[Present]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll</guid>
		<description><![CDATA[In my VC++ win32 application,I was successful in loading a dll and also successful in using the methods of it directly.
But my present problem lies in creating objects to the classes that are present in that dll and accessing the methods in that class through the created object.
kindly provide me any sample code which does [...]]]></description>
			<content:encoded><![CDATA[<p>In my VC++ win32 application,I was successful in loading a dll and also successful in using the methods of it directly.<br />
But my present problem lies in creating objects to the classes that are present in that dll and accessing the methods in that class through the created object.<br />
kindly provide me any sample code which does this.<br />
thnx in advance.<br />
Regards,<br />
sunny.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/how-to-create-an-object-to-a-class-present-in-a-dll/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Compile A Class Dll In Vb 2005 Express For Use From Vbscript?</title>
		<link>http://blog.nohideip.com/dll-errors/how-to-compile-a-class-dll-in-vb-2005-express-for-use-from-vbscript</link>
		<comments>http://blog.nohideip.com/dll-errors/how-to-compile-a-class-dll-in-vb-2005-express-for-use-from-vbscript#comments</comments>
		<pubDate>Tue, 13 Oct 2009 05:42:36 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[2005]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Compile]]></category>
		<category><![CDATA[Express]]></category>
		<category><![CDATA[From]]></category>
		<category><![CDATA[Vbscript]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1571</guid>
		<description><![CDATA[There are some things I need to do that VB Script cannot do, so I made a class with the calls and checked the &#8220;make visible to Com&#8221; flag.  Trying to register the dll with regsvr gives me a &#8220;no entry point found&#8221; error, and trying to add it to component services gives me [...]]]></description>
			<content:encoded><![CDATA[<p>There are some things I need to do that VB Script cannot do, so I made a class with the calls and checked the &#8220;make visible to Com&#8221; flag.  Trying to register the dll with regsvr gives me a &#8220;no entry point found&#8221; error, and trying to add it to component services gives me a &#8220;no components found&#8221; error.<br />
I am at the end of my rope and have searched google groups, msdn, and just about everywhere else. There does not appear to be any document that explains it so that it actually works.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/how-to-compile-a-class-dll-in-vb-2005-express-for-use-from-vbscript/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How I Fix This Error The Dll For The Class Not Found?</title>
		<link>http://blog.nohideip.com/dll-errors/how-i-fix-this-error-the-dll-for-the-class-not-found</link>
		<comments>http://blog.nohideip.com/dll-errors/how-i-fix-this-error-the-dll-for-the-class-not-found#comments</comments>
		<pubDate>Tue, 06 Oct 2009 05:40:34 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Found.]]></category>
		<category><![CDATA[This]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1458</guid>
		<description><![CDATA[When i login to my maplestory private server and log in with someone in a map with mob(monsters) it dc saying whats up at top
]]></description>
			<content:encoded><![CDATA[<p>When i login to my maplestory private server and log in with someone in a map with mob(monsters) it dc saying whats up at top</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/how-i-fix-this-error-the-dll-for-the-class-not-found/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vista System Restore Error Unexpected Error, Class Not Registered (0&#215;80040154)..help!!?</title>
		<link>http://blog.nohideip.com/sys-files/vista-system-restore-error-unexpected-error-class-not-registered-0x80040154-help</link>
		<comments>http://blog.nohideip.com/sys-files/vista-system-restore-error-unexpected-error-class-not-registered-0x80040154-help#comments</comments>
		<pubDate>Wed, 09 Sep 2009 18:03:35 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[sys files]]></category>
		<category><![CDATA["unexpected]]></category>
		<category><![CDATA[0x80040154..help]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Registered]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=1026</guid>
		<description><![CDATA[when i open sys restore all it says is
&#8220;unexpected error, class not registered (0&#215;80040154) please close system restore and try again&#8221; &#8230;o ive tried again, and again, and again&#8230;.can someone please help.
]]></description>
			<content:encoded><![CDATA[<p>when i open sys restore all it says is<br />
&#8220;unexpected error, class not registered (0&#215;80040154) please close system restore and try again&#8221; &#8230;o ive tried again, and again, and again&#8230;.can someone please help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/sys-files/vista-system-restore-error-unexpected-error-class-not-registered-0x80040154-help/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Explorer.exe, Rundll32.exe Error Message &#8220;class Not Registered&#8221;?</title>
		<link>http://blog.nohideip.com/exe-errors/explorer-exe-rundll32-exe-error-message-class-not-registered</link>
		<comments>http://blog.nohideip.com/exe-errors/explorer-exe-rundll32-exe-error-message-class-not-registered#comments</comments>
		<pubDate>Thu, 27 Aug 2009 10:46:58 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[exe errors]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Explorer.exe]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Registered]]></category>
		<category><![CDATA[Rundll32.exe]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=789</guid>
		<description><![CDATA[When ever I start up my computer I get a message saying &#8220;rundll32.exe class not registered.&#8221;  When I try to open my documents, computer, control panel, and network I get the message &#8220;explorer.exe class not registered&#8221; and then they dont open.  I&#8217;m getting alot of other error messages from things like iTunes that [...]]]></description>
			<content:encoded><![CDATA[<p>When ever I start up my computer I get a message saying &#8220;rundll32.exe class not registered.&#8221;  When I try to open my documents, computer, control panel, and network I get the message &#8220;explorer.exe class not registered&#8221; and then they dont open.  I&#8217;m getting alot of other error messages from things like iTunes that say &#8220;bad image&#8221; but I can still open those programs so that&#8217;s not a big problem.  Does anybody know how to fix this?  I have windows vista, if that matters.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/exe-errors/explorer-exe-rundll32-exe-error-message-class-not-registered/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is There A Way To Store The Code For A Class In A Windows Dll?</title>
		<link>http://blog.nohideip.com/dll-errors/is-there-a-way-to-store-the-code-for-a-class-in-a-windows-dll</link>
		<comments>http://blog.nohideip.com/dll-errors/is-there-a-way-to-store-the-code-for-a-class-in-a-windows-dll#comments</comments>
		<pubDate>Sun, 02 Aug 2009 17:43:59 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[There]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=339</guid>
		<description><![CDATA[I want to create a class, and I would like to store the implementation in a DLL. The thing is that I don&#8217;t know how to get around the extern &#8220;C&#8221; calling convention. Is there a good book about this?
]]></description>
			<content:encoded><![CDATA[<p>I want to create a class, and I would like to store the implementation in a DLL. The thing is that I don&#8217;t know how to get around the extern &#8220;C&#8221; calling convention. Is there a good book about this?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/is-there-a-way-to-store-the-code-for-a-class-in-a-windows-dll/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# How Can I Connect A Dll File From Class Library To A Button?</title>
		<link>http://blog.nohideip.com/dll-errors/c-how-can-i-connect-a-dll-file-from-class-library-to-a-button</link>
		<comments>http://blog.nohideip.com/dll-errors/c-how-can-i-connect-a-dll-file-from-class-library-to-a-button#comments</comments>
		<pubDate>Sun, 26 Jul 2009 11:49:07 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[From]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=208</guid>
		<description><![CDATA[I have a button and would like to connect that button with a dll class file library (a class added by &#8216;add reference&#8217;). I already have code inside that class that I would like to be executed when the button is pressed. Basically, how can I connect button1 to a class&#8230;.is what I&#8217;m trying to [...]]]></description>
			<content:encoded><![CDATA[<p>I have a button and would like to connect that button with a dll class file library (a class added by &#8216;add reference&#8217;). I already have code inside that class that I would like to be executed when the button is pressed. Basically, how can I connect button1 to a class&#8230;.is what I&#8217;m trying to say.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/c-how-can-i-connect-a-dll-file-from-class-library-to-a-button/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>If I Add A Reference Dll To A C# Project, How Would I Declare A New Instance Of The Class And Use Its Function?</title>
		<link>http://blog.nohideip.com/dll-errors/if-i-add-a-reference-dll-to-a-c-project-how-would-i-declare-a-new-instance-of-the-class-and-use-its-function</link>
		<comments>http://blog.nohideip.com/dll-errors/if-i-add-a-reference-dll-to-a-c-project-how-would-i-declare-a-new-instance-of-the-class-and-use-its-function#comments</comments>
		<pubDate>Sun, 26 Jul 2009 05:38:22 +0000</pubDate>
		<dc:creator>florian</dc:creator>
				<category><![CDATA[dll errors]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Declare]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[Instance]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Would]]></category>

		<guid isPermaLink="false">http://blog.nohideip.com/?p=205</guid>
		<description><![CDATA[If i add a reference DLL to a C# project, how would i declare a new instance of the class and use its functions?
]]></description>
			<content:encoded><![CDATA[<p>If i add a reference DLL to a C# project, how would i declare a new instance of the class and use its functions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nohideip.com/dll-errors/if-i-add-a-reference-dll-to-a-c-project-how-would-i-declare-a-new-instance-of-the-class-and-use-its-function/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

