WinCE Help Files
-
I need to create "Help Topics" for each of my WinCE application programs that run on PocketPC 2002 using eVC++ 3.0 compiler. On desktop programs use WinHelp.exe, but that program does not exist on the PPC device. Does anyone know how to do this?
-
I need to create "Help Topics" for each of my WinCE application programs that run on PocketPC 2002 using eVC++ 3.0 compiler. On desktop programs use WinHelp.exe, but that program does not exist on the PPC device. Does anyone know how to do this?
WinCE's "helpviewer" is called peghelp.exe. Basically you just write an HTML-file, and insert a couple of special tags, then you have a CE helpfile :-) Take a look here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k2/html/WinCEHelp.asp - Anders Money talks, but all mine ever says is "Goodbye!"