: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?
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?
Hi danielvf,
Try here: http://www.masmforum.com/simple/index.php?topic=3060.msg23719#msg23719
LL
Try here: http://www.masmforum.com/simple/index.php?topic=3060.msg23719#msg23719
LL
Or here if you need to display a floating-point value.