The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: skywalker on March 15, 2006, 11:49:35 AM

Title: Can eye use SDK help file in Qeditor ?
Post by: skywalker on March 15, 2006, 11:49:35 AM
Got the 2003  SDK installed. Really like the detailed help, but didn't see any .hlp files. Any way to link the help in to one of Qeditor's hot keys?

Thanks.
Title: Re: Can eye use SDK help file in Qeditor ?
Post by: Tedd on March 15, 2006, 12:42:56 PM
You'll have to add a menu item which calls the help viewer with the appropriate string as an argument (not sure on the format, but I think it's a pseudo http-url)
Title: Re: Can eye use SDK help file in Qeditor ?
Post by: skywalker on March 15, 2006, 01:24:33 PM
Quote from: Tedd on March 15, 2006, 12:42:56 PM
You'll have to add a menu item which calls the help viewer with the appropriate string as an argument (not sure on the format, but I think it's a pseudo http-url)


I think the help files are .hxi or something like that.
I'll get it figured out some way.

Title: Re: Can eye use SDK help file in Qeditor ?
Post by: Tedd on March 15, 2006, 06:15:28 PM
Yes, and the ide has it's own viewer program.
But what it actually does it unpack the pages as html(-ish) and display them. To navigate to a particular page, it passes the 'url' of the page to the program for it to display. Except that the urls aren't simple urls, they're some non-readable combination of symbols.
Anyway, you'll need to find the name of the program that gets called, and then figure out how to make show at least the index page.
(I don't have it installed, so I can't help you :P)
Title: Re: Can eye use SDK help file in Qeditor ?
Post by: Shantanu Gadgil on March 15, 2006, 06:44:54 PM
How about if you can configure (somehow, I don't how ::) ), to use H2Viewer with QEditor:

http://www.masmforum.com/simple/index.php?topic=1086.0

Does this help?
Title: Re: Can eye use SDK help file in Qeditor ?
Post by: skywalker on March 15, 2006, 07:13:11 PM
Quote from: shantanu_gadgil on March 15, 2006, 06:44:54 PM
How about if you can configure (somehow, I don't how ::) ), to use H2Viewer with QEditor:
Does this help?

Thanks a lot, I just dled it.

Andy