Use StrPrintF

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 10:12 AM
To: Palm Developer Forum
Subject: How to print a UInt32


Hi,

I would like to know the value of a UInt32 with WindrawChars (I can't
use the debug to know the value).

I have tried 

UInt32 L;
WinDrawChars((char*)L,StrLen((char*)L),10,120);

But it make a fatal exception.

I have tried

UInt32 L;
StrCopy(codePhys,(const char*)L);
WinDrawChars(codePhys,StrLen(codePhys),20,100);

But it make the same error.

If someone could help me.

Thanks

Best Regards

Helene

____________________________________________________________
Faites un voeu et puis Voila ! www.voila.fr 
Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. 
�(tm)��'=
-���z�my�����>�r���

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to