<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//DE"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><TITLE>Message</TITLE></HEAD><BODY>Hi,<br><br>my application (gpxview) is using gtkhtml2. Now i'd like to integrate my application<br>into the hildon help framework. Once the help file is there and is accessible,<br>my application just crashes when the help system should pop up (e.g. when<br>clicking the question mark on my test dialog). <br><br>I figured out it's pretty simple to reproduce this problem as it seems to be <br>caused simply by the presence of libgtkhtml2.<br><br>In order to reproduce the problem in scratchbox you just need to do the following:<br><br>- Follow the instructions to build the help_framework demo from the howto<br>&nbsp; http://maemo.org/development/documentation/how-tos/4-x/help_framework_howto.html<br><br>(which btw doesn't fully work since the colorchooser itself is not a dialog and thus just<br>doesn't display, but that's a different issue and can be ignored here). The resulting program<br>will give you a help dialog when clicking the "Help" button (don't forget to copy the example.xml<br>to /usr/share/osso-help/en_GB). Fine :-)<br><br>- Then just add the libgtkhtml-2.0 to the compiler/linker call:<br><br>gcc `pkg-config --cflags --libs hildon-1 libosso hildon-help libgtkhtml-2.0` -o example_help_framework example_help_framework.c<br><br>This will compile fine, but the resulting binary core-dumps once you click the help button.<br><br>How is this to be resolved?&nbsp; I could build my own help system based on gtkhtml, but that's imho<br>not how it should be ...<br><br>Till<br></BODY></HTML>