Results 1 to 2 of 2

Thread: wsprintf help

  1. #1
    ChimpFace9000
    Guest

    Post

    Could someone explain to me how to use wsprintf in masm, thanks!

  2. #2
    Junior Member
    Join Date
    Jun 2000
    Posts
    28
    wsprintf PROTO C DWORD,:VARARG
    include user32.lib
    buffer db 100 dup (?)
    string db "%d",13,10,0
    invoke wsprintf,ADDR buffer,ADDR string,12345678

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width