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,