"Vu Pham" <[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Lotfi" <[EMAIL PROTECTED]>
> Newsgroups: palm-dev-forum
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Sent: Tuesday, March 30, 2004 9:13 AM
> Subject: function printf
>
>
> > Hi
> >
> > how can you add
> >          printf ("%ld bytes sent\n", nTx );
> > in my codewarrior programs ???
> > it is not supported by Codewarrior as standard ???
> > but I found
> > \CodeWarrior\(MSL for Palm OS)\MSL_C\MSL_Common\Include\
> > the stdio.h
> > but not the .lib or...
> > how do you add it in your file (for debugging purpose) ?
> >
>
> Use StrPrintF instead.
>
> Vu

I already do that with a

  StrPrintF  ( ReferenceLabel,"IrDA Rx Disable Failed (%x)", err);
  FrmCustomAlert ( Alerte_persoAlert, ReferenceLabel, "", "");

for example
my pb is that I know that a direct output to the screen is possible with
non-Codewarrior tools ???

Thanks



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

Reply via email to