Author Topic: Radasm3 project converter Update  (Read 4356 times)

ragdog

  • Member
  • ****
  • Posts: 609
Radasm3 project converter Update
« 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.

Code: [Select]
.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,