Discussion:
using htmlhelp in modula 2 .
(too old to reply)
Ann Maybury
2019-03-16 20:29:12 UTC
Permalink
I have converted a quite large windows based Modula 2 that executedd under XP to run on Windows 10 using the ADW Compiler. I am now trying to convert the WINHelp to HTML Help. I have a test set of the HTML help files created by the HTML help workshop. Things work when I view the chm either under the workshop or by double clicking an the file. However when I use the ADW calls, things do not work properly.

I have tried every calling sequence variant that I can think of or that I found on the web. I feel that I am missing some initialization steps. Does anyone know where there are some samples or instructions?
Chris Burrows
2019-03-17 00:15:51 UTC
Permalink
Post by Ann Maybury
I have tried every calling sequence variant that I can think of or that I found on the web. I feel that I am missing some initialization steps. Does anyone know where there are some samples or instructions?
How were you trying to call the HTML Help? By calling the HTMLHELP module directly or via the WinShell Module?

What does 'do not work properly' mean exactly?

Unless you are trying to do something fancy I would recommend using the WinShell interface. If that is what you have already tried, or you don't have any success with that either, show us an example of a *minimal* test program that you have tried and I, or somebody else, may be able to help you.

Regards,
Chris Burrows
CFB Software
http://www.cfbsoftware.com/modula2

Loading...