Re: Builder create_from_file throwing exception
- From: Daniel Boles <dboles src gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Builder create_from_file throwing exception
- Date: Thu, 4 Jun 2020 08:51:01 +0100
You can debug it to find out.
The quoted exception stated clearly that your code is somehow invoking an std::string constructor with a nullptr, which is illegal. Since Glib::ustring contains an std::string, it might be a ustring causing this. Debug to find out where a null pointer is arising and then determine why.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]