Re: Program can't find pixmap/icon



> My program loads the pixmap at runtime (using
> gdk_pixmap_create_from_xpm).  But as soon as someone moves the binary,
> it can no longer find the pixmaps to use for my icons.  How can I bundle
> the pixmaps and the binary together so that the pixmaps are always
> found?  Thanks.
You may #include it into your sources and use gdk_pixmap_create_from_xpm_d()
-- 
Best regards
Pavel.





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