If gtk_show_uri() doesn't work, this should do fine to open the default browser:

system("start \"\" \"file:///C:/where/ever/foo.html#blah\"");

At least it works fine from the command line.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.