I am a newbie on win32 assembly programming. I am using old win32 assembly programms to learn. I got an error that I would like some explanion on:
The Error is "Syntax Error".
I got it on instructions like the following:
AbortDoc PROCDESC WINAPI :HDC
BitBlt PROCDESC WINAPI :HDC WORD WORD
PrintDlg PROCDESC WINAPI :LPRINTDLG
etc.
I know the error points to the word "PROCDESC" and I am aware that PROCDESC must be an obsolete instruction
Could someone put me on the right road to the correct instruction to use in place of PROCDESC?
Thanks for any help I can get.
The Error is "Syntax Error".
I got it on instructions like the following:
AbortDoc PROCDESC WINAPI :HDC
BitBlt PROCDESC WINAPI :HDC WORD WORD
PrintDlg PROCDESC WINAPI :LPRINTDLG
etc.
I know the error points to the word "PROCDESC" and I am aware that PROCDESC must be an obsolete instruction
Could someone put me on the right road to the correct instruction to use in place of PROCDESC?
Thanks for any help I can get.