Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jdidier

    wsprintf output

    Hello, I don't know why I keep getting these strange numbers with the wsprintf function: --- .data cid dw 0 idstring db "ID [%lu] = ",0 .code [...] INC word ptr [cid] push [cid] PUSH offset cidstring PUSH EDI CALL wsprintfA --- and and as an ouput I get: ID = [115235551] (and so on)...
  2. jdidier

    create buffer

    I'm programming with tasm32 under windows. I'm wondering if there's another way for the following: I created a buffer with the API GlobalAlloc, its size being based on GetFileSize. Then I create two more buffers with the same size. Is it possible to define in the data setion these two...

Part and Inventory Search

Back
Top