Re: How compile resource inside .o file?



éç å wrote:
I want all icons and images my programm used be
packaged in to the final execute binary file. How can I do this?
Use 'gdk-pixbuf-csource' program (comes with gtk source, vendors usually put it in gtk devel package) to translate image to C source code. gdk_pixbuf_new_from_data() function creates pixbuf from in-memory data.

        Olexiy



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