Hi All,
Someone informed me that the CtrlBuild program was broke.
I forgot to take out a test routine.
You can go to my web site for the update at:
http://asmedit.massmind.org
Thanks,
Ewayne
Someone informed me that the CtrlBuild program was broke.
I forgot to take out a test routine.
You can go to my web site for the update at:
http://asmedit.massmind.org
Thanks,
Ewayne
Hi Ewayne,
this versi?n is working properly under windows XP-sp1 and Windows 2k-sp3.
I have not found problems for the moment. Will get in touch if nesessary.
You are doing a really good jobs.
regards
ipadilla
this versi?n is working properly under windows XP-sp1 and Windows 2k-sp3.
I have not found problems for the moment. Will get in touch if nesessary.
You are doing a really good jobs.
regards
ipadilla
Hi Ewayne,
Asmedit501 is working without problems under win98SE, w2k+sp3 and winXP+sp1.
regards
ipadilla
Asmedit501 is working without problems under win98SE, w2k+sp3 and winXP+sp1.
regards
ipadilla
Hi Ewayne,
I have detected a new problem when creating stepbystep.
If you remember this bug were killed. It appears after re?nstalling your last versi?n 5.01. Replace is inserted on constants section as you can see:
IDM_FINDPREV equ 1014
IDM_REPLACE INVOKE SendMessage, hREdit, EM_GETSELTEXT, 0, addr szFind
INVOKE CreateDialogParam, hInst, 4902, hwnd, addr FindReplace, 0
cmp eax, 0 ; Canceled?
je Ret0 ; yes, then return
INVOKE SetDlgItemText, hFRDlg, 101, addr szFind
equ 1015
.data
RichEdit db 'RichEdit20A',0
________________________
.elseif eax == IDM_REPLACE
????????????????????????EMPTY
.endif
I am trying to resolver the bug, but I have not too much time...
Ipadilla
I have detected a new problem when creating stepbystep.
If you remember this bug were killed. It appears after re?nstalling your last versi?n 5.01. Replace is inserted on constants section as you can see:
IDM_FINDPREV equ 1014
IDM_REPLACE INVOKE SendMessage, hREdit, EM_GETSELTEXT, 0, addr szFind
INVOKE CreateDialogParam, hInst, 4902, hwnd, addr FindReplace, 0
cmp eax, 0 ; Canceled?
je Ret0 ; yes, then return
INVOKE SetDlgItemText, hFRDlg, 101, addr szFind
equ 1015
.data
RichEdit db 'RichEdit20A',0
________________________
.elseif eax == IDM_REPLACE
????????????????????????EMPTY
.endif
I am trying to resolver the bug, but I have not too much time...
Ipadilla