News:

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

Radasm addins - 2 -> 3

Started by Gunner, July 03, 2010, 01:42:24 PM

Previous topic - Next topic

Gunner

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?
~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

ragdog

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


KetilO

Hi Gunner

AIM_OUTPUTDBLCLK / HOOK_OUTPUTDBLCLK has been added in latest upload.

Ketilo