<?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: SciTE Context Menu Extension</title>
	<atom:link href="http://www.burgaud.com/scite-context-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burgaud.com/scite-context-menu/</link>
	<description>André Burgaud’s Blog</description>
	<lastBuildDate>Thu, 12 Jan 2012 11:16:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Clark Rivers</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-725</link>
		<dc:creator>Clark Rivers</dc:creator>
		<pubDate>Thu, 10 Nov 2011 18:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-725</guid>
		<description>This extension is absolutely fantastic to work with. I had installation issues until I used the setup provided by Bruce Dodson &amp; C++ redistribution packs. It works really fine. Thanks for you help. It was very infomative.Hats Off.</description>
		<content:encoded><![CDATA[<p>This extension is absolutely fantastic to work with. I had installation issues until I used the setup provided by Bruce Dodson &amp; C++ redistribution packs. It works really fine. Thanks for you help. It was very infomative.Hats Off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-676</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 22 Jul 2011 18:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-676</guid>
		<description>I can usually get it working but when I try to edit a system file (such as &quot;hosts&quot;) it doesn&#039;t let me. I assume I need to ALWAYS run scite as administrator so I go into its properties and check that option. However, when right-click any file and open with SciTE it would give me: &quot;Error creating process: wscitecm.dll needs to be in the same directory as SciTe.exe&quot;. Any thoughts? I&#039;m on Windows 7x64.</description>
		<content:encoded><![CDATA[<p>I can usually get it working but when I try to edit a system file (such as &#8220;hosts&#8221;) it doesn&#8217;t let me. I assume I need to ALWAYS run scite as administrator so I go into its properties and check that option. However, when right-click any file and open with SciTE it would give me: &#8220;Error creating process: wscitecm.dll needs to be in the same directory as SciTe.exe&#8221;. Any thoughts? I&#8217;m on Windows 7&#215;64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caspar @ Bröllopsdekorationer</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-670</link>
		<dc:creator>Caspar @ Bröllopsdekorationer</dc:creator>
		<pubDate>Sun, 17 Jul 2011 19:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-670</guid>
		<description>@ Daniel

I had the same errors bur it went away just by re installing the 2005 redistibutable service pack and then restarting. 

Hope it works for you!

// Caspar</description>
		<content:encoded><![CDATA[<p>@ Daniel</p>
<p>I had the same errors bur it went away just by re installing the 2005 redistibutable service pack and then restarting. </p>
<p>Hope it works for you!</p>
<p>// Caspar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-526</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-526</guid>
		<description>The errors

 &quot;Error in LoadLibrary(“wscitecm.dll”)-Application can’t be started because it’s configuration is incorrect, reinstalling application can fix the problem.&quot; 

and

&quot;Generate Activation Context failed for C:\Program Files\Scintilla Text Editor\wscitecm.dll. Reference error message: The referenced assembly is not installed on your system.&quot;

are resolved by installing Visual C++ 2005 Redistributable Service Pack 1 (SP1).</description>
		<content:encoded><![CDATA[<p>The errors</p>
<p> &#8220;Error in LoadLibrary(“wscitecm.dll”)-Application can’t be started because it’s configuration is incorrect, reinstalling application can fix the problem.&#8221; </p>
<p>and</p>
<p>&#8220;Generate Activation Context failed for C:\Program Files\Scintilla Text Editor\wscitecm.dll. Reference error message: The referenced assembly is not installed on your system.&#8221;</p>
<p>are resolved by installing Visual C++ 2005 Redistributable Service Pack 1 (SP1).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie Harper</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-520</link>
		<dc:creator>Leslie Harper</dc:creator>
		<pubDate>Mon, 04 Jan 2010 18:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-520</guid>
		<description>I just wanted to say thank you for posting this code. I found it after barking up the wrong tree for days trying to do the same thing using managed code.

I did have a problem when compling - I got a file not found error when the mt.exe part of the build ran (it seems as if the .manifest file is missing. The dll was still created and it works so  I&#039;m not sure if it&#039;s a big deal. I&#039;m compiling using the VS 2010 beta on Windows 7 x64 if that explains anything.</description>
		<content:encoded><![CDATA[<p>I just wanted to say thank you for posting this code. I found it after barking up the wrong tree for days trying to do the same thing using managed code.</p>
<p>I did have a problem when compling &#8211; I got a file not found error when the mt.exe part of the build ran (it seems as if the .manifest file is missing. The dll was still created and it works so  I&#8217;m not sure if it&#8217;s a big deal. I&#8217;m compiling using the VS 2010 beta on Windows 7 x64 if that explains anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fiery</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-504</link>
		<dc:creator>fiery</dc:creator>
		<pubDate>Sat, 31 Oct 2009 12:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-504</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-267&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-267&quot; rel=&quot;nofollow&quot;&gt; André Burgaud&lt;/a&gt; :&lt;/strong&gt;

Did you try to install the extension in elevated mode? In the Vista &lt;strong&gt;Start Menu&lt;/strong&gt;, find &lt;strong&gt;Command Prompt&lt;/strong&gt; (cmd.exe), right click and select &lt;strong&gt;Run as administrator&lt;/strong&gt;. In the command prompt window open in elevated mode, change to the directory that contains &lt;em&gt;wscitecm.dll&lt;/em&gt; and execute: &lt;code&gt;regsvr32 wscitecm.dll&lt;/code&gt;. I’m not sure this will solve this issue, but I would try it if you did not do it yet.
-André-
         &lt;/blockquote&gt;

That was exactly what solved my problem on Windows 7. The SciTE setup provided by Bruce Dodson just fails if shell extension is installed. So I tried to install this extension manually. If Command Prompt is not run as Administrator the following error appears: 0x80004005. So it would be fine if you add some comments about this problem in the Read Me.</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-267"><p>
<strong><a href="#comment-267" rel="nofollow"> André Burgaud</a> :</strong></p>
<p>Did you try to install the extension in elevated mode? In the Vista <strong>Start Menu</strong>, find <strong>Command Prompt</strong> (cmd.exe), right click and select <strong>Run as administrator</strong>. In the command prompt window open in elevated mode, change to the directory that contains <em>wscitecm.dll</em> and execute: <code>regsvr32 wscitecm.dll</code>. I’m not sure this will solve this issue, but I would try it if you did not do it yet.<br />
-André-
         </p></blockquote>
<p>That was exactly what solved my problem on Windows 7. The SciTE setup provided by Bruce Dodson just fails if shell extension is installed. So I tried to install this extension manually. If Command Prompt is not run as Administrator the following error appears: 0&#215;80004005. So it would be fine if you add some comments about this problem in the Read Me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAK</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-502</link>
		<dc:creator>DAK</dc:creator>
		<pubDate>Thu, 15 Oct 2009 18:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-502</guid>
		<description>Hi,

I&#039;m having trouble compiling the DLL; and I think it&#039;s because of the version of WIN32.MAK I&#039;m using. Can you post the file with which you&#039;ve successfully compiled this DLL, or let us know where I can download it?  Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m having trouble compiling the DLL; and I think it&#8217;s because of the version of WIN32.MAK I&#8217;m using. Can you post the file with which you&#8217;ve successfully compiled this DLL, or let us know where I can download it?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-412</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Tue, 02 Jun 2009 18:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-412</guid>
		<description>Hi, I can&#039;t install the dll, for me appears this message:

Error in LoadLibrary(&quot;wscitecm.dll&quot;)-Application can&#039;t be started because it&#039;s configuration is incorrect, reinstalling application can fix the problem.

What can be the problem or solution?

My OS is Windows XP Service pack 3 (32 bits)

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I can&#8217;t install the dll, for me appears this message:</p>
<p>Error in LoadLibrary(&#8220;wscitecm.dll&#8221;)-Application can&#8217;t be started because it&#8217;s configuration is incorrect, reinstalling application can fix the problem.</p>
<p>What can be the problem or solution?</p>
<p>My OS is Windows XP Service pack 3 (32 bits)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Explorer Shell extension &#124; keyongtech</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-281</link>
		<dc:creator>Explorer Shell extension &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-281</guid>
		<description>[...] the application icon and two will execute my app when selected. to see what i mean just clikc here http://www.burgaud.com/scite-context-menu/ The icon shows in the context menu and that is only done through a custom DLL.  [...]</description>
		<content:encoded><![CDATA[<p>[...] the application icon and two will execute my app when selected. to see what i mean just clikc here <a href="http://www.burgaud.com/scite-context-menu/" rel="nofollow">http://www.burgaud.com/scite-context-menu/</a> The icon shows in the context menu and that is only done through a custom DLL.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosen Sharma</title>
		<link>http://www.burgaud.com/scite-context-menu/comment-page-1/#comment-272</link>
		<dc:creator>Rosen Sharma</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://74.220.207.61/~burgaudc/wordpress/?p=6#comment-272</guid>
		<description>Hello André,

   great sample. is it possible to extend this to have 2 level menu?

Rosen</description>
		<content:encoded><![CDATA[<p>Hello André,</p>
<p>   great sample. is it possible to extend this to have 2 level menu?</p>
<p>Rosen</p>
]]></content:encoded>
	</item>
</channel>
</rss>

