[Glade-devel] Glade 2.0.1 and C++ support

Damon Chaplin damon@karuna.uklinux.net
18 Feb 2004 16:35:32 +0000


On Wed, 2004-02-18 at 15:59, Pierre Bacquet wrote:

> > Where did you get your Glade package from? It is possible that they
> > patched Glade to take the option out. If you ask them they'll probably
> > add it back.
> 
> I've got my binary package directly from the Zindows web site referenced
> in Glade Home page, i.e. :
> http://gladewin32.sourceforge.net/
> 
> I'll get in contact with them to know the reasons (if any) behind this 
> removal.

It has been patched by them.

In glade/glade_project_options.c they have:

/* Change this to 0 if you don't want the language option (C/C++/Perl).
*/
#if 1 & !defined(_GLADE_WIN32)

If you just change it to '#if 1' you will see the option again.

Damon