[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GtkV 1.22



On Mon, Aug 16, 1999 at 09:06:55PM +0200, Gerhard Henßen wrote:
> Hi,
> 
> I have installed GtkV 1.22 without any errors on my Linux box. Compiling
> my programs was succesfully, too. But when trying to start the programs,
> noting happens. They seem to sleep and no Gui appears.
> 
You should either change these line in v_defs.h

//#define VCONST
//#define VMUTABLE
#define VCONST const  
#define VMUTABLE mutable

or you should use VCONST yourself.

skimo


Reply to: