Hello,
I've created a short <https://github.com/ik5/libnotify-fpc/blob/master/tests/test_notify.lpr> example to display how to use libnotify in Pascal. The problem is that I'm getting the following exception: (process:7633): GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed (process:7633): GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed (process:7633): GLib-CRITICAL **: g_variant_new_string: assertion `g_utf8_validate (string, -1, NULL)' failed The text as you can see, is pure "ASCII", so what am I missing or doing wrong here ? Ido Forgot to call gtk_init? Ludo
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
