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.
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)
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.
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)
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?
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