MASM32 Downloads
__UNICODE__=1include \masm32\include\masm32rt.inc.codestart: print "bye" exit invoke wsprintf,eax,eax,eax ; assembles fineend start
No, the problem is incorrect windows.inc
Rui,The line 1813 indicates that you are using the MASM32 v11. For the MASM32 v10 user32.inc the wsprintf protos start on line 9.