Hi, I can not use Htmlhelp with Pelles C 9 successfully. If I add htmlhelp.lib to the list of library and object files, then I can successfully compile the source code. But when I start the program, the program crashes. When I debug the program, I get the error "exception: access violation" when invoking the command
HtmlHelp (NULL, NULL, HH_INITIALIZE, (DWORD) & dwCookie);
This happens only when I compile for Machine X64.
Is this just my problem?