Getting Started with GLib

The following files must be added to the MMP file of the project in order to build an application based on GLib:

  • Include GLib headers as system include files:

            SYSTEMINCLUDE \epoc32\include\stdapis\glib-2.0
           
  • Add the libraries libc.lib and libglib.lib . The application does not link in the absence of the libc.lib library.