:shock:

Hey, I need some help:

I´m working in masm32 and  I need to show some hex value in a edit box  using the API SETTEX , but to do this is necesary to convert  de value in a zero terminated ascii string.  I prove with de functio htodw and dwtoa of masm32 library but my .exe be closed when I try to show the number in the edit box . ¿Can anyone to help me? ¿Another text API are more easy to use than settext?
Posted on 2005-12-09 13:18:41 by danielvf
Hi danielvf,

Try here: http://www.masmforum.com/simple/index.php?topic=3060.msg23719#msg23719

LL
Posted on 2005-12-09 13:28:20 by LL
Or here if you need to display a floating-point value.
Posted on 2005-12-09 15:22:45 by ti_mo_n