Qt-interest Archive, April 2008
Re: How to execute a file hlp with Qt?
Message 1 in thread
Hi,
> Hello, I have created a help for my Qt application in hlp, and now not
> if I can execute it. Is it possible this?
Qt won't do that for you, but it's straightforward to do that using the
Windows API. See for example:
http://msdn2.microsoft.com/en-us/library/bb762153.aspx
It looks like the *.hlp format is obsolete and not supported under Windows Vista:
http://support.microsoft.com/kb/917607
If so, the *.hlp format is probably a poor choice...
--
[ signature omitted ]