(1)Calendar Control
Error A2102: Symbol not defined : MCM_GETCURSEL
(2) Toolbar ;include CommCtrl.inc
Error A2102: Symbol not defined : TBN_QUERYINSERT
Symbol not defined : TBN_GETBUTTONINFO
Symbol not defined : TBNOTIFY.iItem
Symbol not defined : TBNOTIFY.tbButton
(3)
lea rdi,Buffer2048 ;hWinEdit box for display
push rdi
invoke SendMessage,hWinEdit,EM_REPLACESEL,TRUE,rdi
pop rdi
Run crash
Found that, as long as the line to perform push XXX command, run crash
push rax
invoke SetFilePointer,hFile,0,NULL,FILE_END ;Move files Tail
pop rax
Experiments show that this is also a problem