The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: ragdog on January 04, 2014, 11:39:03 PM

Title: Radasm3 project converter Update
Post by: ragdog on January 04, 2014, 11:39:03 PM
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,