News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Can eye use SDK help file in Qeditor ?

Started by skywalker, March 15, 2006, 11:49:35 AM

Previous topic - Next topic

skywalker

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.

Tedd

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)
No snowflake in an avalanche feels responsible.

skywalker

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.


Tedd

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)
No snowflake in an avalanche feels responsible.

Shantanu Gadgil

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?
To ret is human, to jmp divine!

skywalker

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