<?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"
	>
<channel>
	<title>Comments for Dokan</title>
	<atom:link href="http://dokan-dev.net/en/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dokan-dev.net/en</link>
	<description>user mode file system for windows</description>
	<pubDate>Sat, 22 Nov 2008 08:22:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Dokan.NET 0.2.0 released by Tyler</title>
		<link>http://dokan-dev.net/en/2008/07/01/dokannet-020-released/#comment-773</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 21 Nov 2008 22:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=45#comment-773</guid>
		<description>Please ignore my above post, I was able to figure it out.</description>
		<content:encoded><![CDATA[<p>Please ignore my above post, I was able to figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan.NET 0.2.0 released by Tyler</title>
		<link>http://dokan-dev.net/en/2008/07/01/dokannet-020-released/#comment-772</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Thu, 20 Nov 2008 19:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=45#comment-772</guid>
		<description>I successfully created a virtual drive and am simulating files on the drive.

In explorer, when I double click to open a file, ReadFile is never called.

Is it possible to override the ReadFile function and instead of attempting to open the file it does something else?  (say, launch another process)  Why isn't ReadFile being called?</description>
		<content:encoded><![CDATA[<p>I successfully created a virtual drive and am simulating files on the drive.</p>
<p>In explorer, when I double click to open a file, ReadFile is never called.</p>
<p>Is it possible to override the ReadFile function and instead of attempting to open the file it does something else?  (say, launch another process)  Why isn&#8217;t ReadFile being called?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan library 0.3.9 released by Michael</title>
		<link>http://dokan-dev.net/en/2008/09/28/dokan-library-039-released/#comment-771</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 20 Nov 2008 06:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=52#comment-771</guid>
		<description>Hi Rod Cloutier,
under Vista64 you should copy dokan.dll to "C:\Windows\SysWOW64" directory. However Hiroki still has not compiled 0.3.9 version for 64Bit processors and you can test with older versions of dll.</description>
		<content:encoded><![CDATA[<p>Hi Rod Cloutier,<br />
under Vista64 you should copy dokan.dll to &#8220;C:\Windows\SysWOW64&#8243; directory. However Hiroki still has not compiled 0.3.9 version for 64Bit processors and you can test with older versions of dll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan library 0.3.9 released by Rod Cloutier</title>
		<link>http://dokan-dev.net/en/2008/09/28/dokan-library-039-released/#comment-770</link>
		<dc:creator>Rod Cloutier</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=52#comment-770</guid>
		<description>Hi,

Anyone having problem running under Vista64? I know that the 64bit version is not yet available but can we run the 32bit version in emulation? Should the 64bit version of 0.9.37 work? Are there any special steps to make it work? 

Thanks a lot.

Keep up the great work.

Rod</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Anyone having problem running under Vista64? I know that the 64bit version is not yet available but can we run the 32bit version in emulation? Should the 64bit version of 0.9.37 work? Are there any special steps to make it work? </p>
<p>Thanks a lot.</p>
<p>Keep up the great work.</p>
<p>Rod</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan library 0.3.9 released by Wolfram</title>
		<link>http://dokan-dev.net/en/2008/09/28/dokan-library-039-released/#comment-769</link>
		<dc:creator>Wolfram</dc:creator>
		<pubDate>Tue, 18 Nov 2008 09:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=52#comment-769</guid>
		<description>Hi Hiroki

First I have implemented a RAM - Disk in c#  based on your Dokan library 0.3.9. Now it seems to run :-) - I can create, move, renname files and directorys - so all seems to be perfect. But it seems that your lib will change some Errorcodes. When open a file with CreateFile and FileMode = OpenOrCreate and the file already exits WinXP will set the Errorcode to 183 - ERROR_ALREADY_EXISTS. If I try to get the same result with my RAM Disk i produce the same Error (183*-1) but the testing application will receive Error 80 - ERROR_FILE_EXISTS. Why is the received Errorcode not the same as the sended Errorcode.

Best regards, Wolfram

PS: thanks a lot for your great work</description>
		<content:encoded><![CDATA[<p>Hi Hiroki</p>
<p>First I have implemented a RAM - Disk in c#  based on your Dokan library 0.3.9. Now it seems to run <img src='http://dokan-dev.net/en/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> - I can create, move, renname files and directorys - so all seems to be perfect. But it seems that your lib will change some Errorcodes. When open a file with CreateFile and FileMode = OpenOrCreate and the file already exits WinXP will set the Errorcode to 183 - ERROR_ALREADY_EXISTS. If I try to get the same result with my RAM Disk i produce the same Error (183*-1) but the testing application will receive Error 80 - ERROR_FILE_EXISTS. Why is the received Errorcode not the same as the sended Errorcode.</p>
<p>Best regards, Wolfram</p>
<p>PS: thanks a lot for your great work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan library 0.3.9 released by Michael</title>
		<link>http://dokan-dev.net/en/2008/09/28/dokan-library-039-released/#comment-768</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 18 Nov 2008 08:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=52#comment-768</guid>
		<description>Hi Hiroki.
When will be your next source-code update? I tried to figure out the problems but i couldn't understand the bug source.
By the way, your project is wonderful and too much helpful.</description>
		<content:encoded><![CDATA[<p>Hi Hiroki.<br />
When will be your next source-code update? I tried to figure out the problems but i couldn&#8217;t understand the bug source.<br />
By the way, your project is wonderful and too much helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan library 0.3.9 released by Allen</title>
		<link>http://dokan-dev.net/en/2008/09/28/dokan-library-039-released/#comment-767</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Tue, 18 Nov 2008 07:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=52#comment-767</guid>
		<description>Fabulous work, this looks really helpful. I have an application that requires mounting more than one drive letter from the same application. It looks to me like the driver should support this, but the user space library doesn't. If the drive letter was added to the DOKAN_FILE_INFO structure that's passed to the callbacks, then it would be relatively easy for me to do the rest. Any plans on adding this in a future release?</description>
		<content:encoded><![CDATA[<p>Fabulous work, this looks really helpful. I have an application that requires mounting more than one drive letter from the same application. It looks to me like the driver should support this, but the user space library doesn&#8217;t. If the drive letter was added to the DOKAN_FILE_INFO structure that&#8217;s passed to the callbacks, then it would be relatively easy for me to do the rest. Any plans on adding this in a future release?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan Ruby 0.1.4 released by Bas</title>
		<link>http://dokan-dev.net/en/2007/12/13/dokan-ruby-014-released/#comment-742</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Sat, 15 Nov 2008 10:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://decas-dev.net/en/2007/12/13/dokan-ruby-014-released/#comment-742</guid>
		<description>Wow, this is really great. After having searched for a windows fuse version for quite a while this Dokan lib with ruby bindings is godlike!</description>
		<content:encoded><![CDATA[<p>Wow, this is really great. After having searched for a windows fuse version for quite a while this Dokan lib with ruby bindings is godlike!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dokan library 0.3.9 released by Wolfram</title>
		<link>http://dokan-dev.net/en/2008/09/28/dokan-library-039-released/#comment-714</link>
		<dc:creator>Wolfram</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://dokan-dev.net/en/?p=52#comment-714</guid>
		<description>Thanks for your reply :-)</description>
		<content:encoded><![CDATA[<p>Thanks for your reply <img src='http://dokan-dev.net/en/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Download by Access *nix on Windows as if it were a local drive - Drive:Activated</title>
		<link>http://dokan-dev.net/en/download/#comment-688</link>
		<dc:creator>Access *nix on Windows as if it were a local drive - Drive:Activated</dc:creator>
		<pubDate>Wed, 12 Nov 2008 04:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://decas-dev.net/en/?page_id=4#comment-688</guid>
		<description>[...] needs to have SSH enabled and running.Download the Dokan Library. It is available from here&#160;http://dokan-dev.net/en/download/&#160;- first link after the Dokan library header; download the version appropriate to your [...]</description>
		<content:encoded><![CDATA[<p>[...] needs to have SSH enabled and running.Download the Dokan Library. It is available from here&nbsp;http://dokan-dev.net/en/download/&nbsp;- first link after the Dokan library header; download the version appropriate to your [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
