News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Lightweight Win32 & COM help

Started by jj2007, November 25, 2012, 06:12:29 AM

Previous topic - Next topic

jj2007

Quote from: dedndave on November 25, 2012, 11:46:28 AM
i can see why it might get flagged
the main exe has no manifest or version control block
All that worked, otherwise Tater would not have see error 127
By the way, MSE doesn't spot anything on my puter ::)

Quoteit spawns an exe and downloads a package, then opens it as a chm
malware can be spread in a chm via iframe
No chm there, it's a plain old RichEdit control.

jj2007

Here is version 2:
- asks for download
- can handle two search strings
- is prepared for use in IDEs:
    either send a WM_COPYDATA message with s=whatever
    or use MasmBasic to do the job:

include \masm32\MasmBasic\MasmBasic.inc   ; download
  Init
  ; send a string passed via the commandline:
  SendData "Sdk32OLE - JNotes", Cat$("s="+CL$())
  Exit
end start

Vortex

Hi Jochen,

The new release works fine on my XP Sp3 :t

jj2007

#18
Quote from: Vortex on November 27, 2012, 05:51:57 AM
Hi Jochen,

The new release works fine on my XP Sp3 :t

Thanks, Erol!

In the meantime, I have fixed a few glitches and added the integration to qEditor's Help menu.
Attached is the new version for use with qEditor. Feedback welcome - the usual disclaimers apply 8)

P.S.: The first zip (xHelpQE2c.zip) is xHelp, the zip below the image is the image itself (don't open that one).