Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Writing Windows Shell extensions with CDT tutorial
Writing Windows Shell extensions with CDT tutorial [message #201709] Sun, 16 September 2007 06:24 Go to next message
Eclipse UserFriend
Hi Guys,

Is there any tutorial out there explaining how to write windows shell
extensions with the CDT ? I'm in particular interested in writing a shell
extension that would contribute to the shell context menu using the
IContextMenu interface. Note that I'm an experienced Java developer but a
poor C++ developer.

I've found articles explaining how to write such extensions with Visual C++
of course, one of those if the following:
http://www.codeproject.com/shell/shellextguide1.asp

But I can't figure out how to get the same result with the CDT.

What's more, if such a tutorial doesn't exist yet, I think it would make a
very good addition and why not a very good CDT C++ project wizard ;)

Kind regards,

C
Re: Writing Windows Shell extensions with CDT tutorial [message #201798 is a reply to message #201709] Mon, 17 September 2007 14:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dschaefer.qnx.com

Cédric Vidal wrote:
> Hi Guys,
>
> Is there any tutorial out there explaining how to write windows shell
> extensions with the CDT ? I'm in particular interested in writing a shell
> extension that would contribute to the shell context menu using the
> IContextMenu interface. Note that I'm an experienced Java developer but a
> poor C++ developer.
>
> I've found articles explaining how to write such extensions with Visual C++
> of course, one of those if the following:
> http://www.codeproject.com/shell/shellextguide1.asp
>
> But I can't figure out how to get the same result with the CDT.
>
> What's more, if such a tutorial doesn't exist yet, I think it would make a
> very good addition and why not a very good CDT C++ project wizard ;)
>
> Kind regards,
>
> Cédric
>
>

Interesting idea. I wonder if you can write a windows shell extension
using Wascana and MinGW?

Doug
Re: Writing Windows Shell extensions with CDT tutorial [message #201867 is a reply to message #201798] Tue, 18 September 2007 08:20 Go to previous message
Eclipse UserFriend
Hi Doug,

Well actually, I wonder too :) But I guess it's possible since:
1. It's possible to write a windows dll with MingW and CDT
2. The required IContextMenu interface is declared in
<mingw>/include/shlobj.h

The thing is I'm not experienced enough with C++ and CDT to figure out how
to configure a project to build a dll with all the required headers. This is
why help from an experienced fellow would be most welcome ;)

Kind regards,

C
Previous Topic:Project Explorer: Filter out .o files
Next Topic:GTK+2.0 Compilation Problems
Goto Forum:
  


Current Time: Fri Apr 25 01:29:10 EDT 2025

Powered by FUDForum. Page generated in 0.04037 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top