Re: (2) Segmetation fault assigning a GdkPixmap* to a GdkPixmap& parameter (using C++)



Ignacio Nodal <inodal teleline es> writes:
> but not the segmentation fault I get with "pix = *pixmap;" which I don't
> really understand ;((

You can't copy GdkPixmap by value. It can only be manipulated as a
pointer.

Havoc




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