News:

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

Main Menu

Radasm3 project converter Update

Started by ragdog, January 04, 2014, 11:39:03 PM

Previous topic - Next topic

ragdog

Hi All

I have updated the Project converter for radasm3

After successfully converted the Radasm2 project
opens the project in RadASM3.


.if edx==BN_CLICKED
.if eax==IDOK
invoke CreateNewProject
;-- Open the converted project
lea   ebx,project3x
push  ID_PROJECT
push  ebx
mov   eax,lpProc
call  [eax].ADDINPROCS.lpOpenTheFile

invoke SendDlgItemMessage,hWin,IDC_EDTFILES,EM_REPLACESEL,FALSE,addr szDone


Greets,