SciTE Context Menu 1.4.0 is now available. If fixes bugs introduced in version 1.3.0. This version introduced a new GUID to prevent conflicts with other context menus based on this implementation.
Downloads and updated documentation are available at:
Thank you to Daniel Chambers who raised the issues he encountered with SciTE Context Menu 1.3.0 and his help with testing the new version. Daniel is the author and maintainer of Digitally Created.

#1 by Bulat - May 4th, 2009 at 02:11
thank you for sharing these sources! i need to write shellext for my FreeArc program and your code was the only one that easily compiled in x64 mode
i’ve used VS2008 to compile, the only thing i changed is replacement of $*.manifest with wscitecm.dll.manifest in Makefile ($*.manifest expanded to wscitecm.manifest)
may be you can say how to change makefile to create dlls that doesn’t need VS redistributables? 100kb+ is ok for me since my application is rather large by itself
#2 by Bulat - May 5th, 2009 at 05:50
nevermind. i’ve dolved the problem