Results 1 to 1 of 1

Thread: (gtkmm/glibmm) Need help with argument handling

  1. #1
    Join Date
    Mar 2010
    Beans
    Hidden!

    (gtkmm/glibmm) Need help with argument handling

    Hello,

    I need some help with my program(using gtkmm) which now need to parse command-line arguments, the problem is I couldn't find any guides/tutorial regarding glibmm, the ref/documentation is very limited... so just hoping anyone here might give me a good link to guides, idea etc.

    thanks!

    PS: It seems basicaly I have to deal with Glib::OptionContext, Glib::OptionGroup and Glib::OptionEntry classes, but how to use them correctly is a mistry!, especially the function void Glib::OptionGroup::add_entry(const OptionEntry& entry) giving me nightmares(segfaults)

    EDIT: solved now!
    Last edited by d2btoo; January 25th, 2012 at 10:07 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •