The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Gunner on July 03, 2010, 01:42:24 PM

Title: Radasm addins - 2 -> 3
Post by: Gunner on July 03, 2010, 01:42:24 PM
Quickly looked over the addins stuff for version 3.  Is there an equivalent in version 3 of RAM_OUTPUTDBLCLK?  or is it not implemented yet?
Title: Re: Radasm addins - 2 -> 3
Post by: ragdog on July 03, 2010, 05:18:31 PM
If correct i have see in the radasm3 include
I cannot find it
RAM_OUTPUTDBLCLK      equ 40000000h         ;AIM_OUTPUTDBLCLK

I have look in the source from radasm2x and 3x and cannot find it any function in the outputproc

.elseif eax==WM_LBUTTONDBLCLK
      invoke DllProc,hWin,AIM_OUTPUTDBLCLK,wParam,lParam,RAM_OUTPUTDBLCLK

Title: Re: Radasm addins - 2 -> 3
Post by: KetilO on July 05, 2010, 12:11:48 PM
Hi Gunner

AIM_OUTPUTDBLCLK / HOOK_OUTPUTDBLCLK has been added in latest upload.

Ketilo