I think you're supposed to use Palm Reporter, which is a non-CodeWarrior tool, and the 
HostTraceXXX calls.  You can find the Reporter stuff here:
<http://www.palmos.com/dev/support/docs/devguide/UsingReporter.html>

-Jon

------------------------------------------------------
Jonathan Hays
Palm OS Certified Developer
GE Infrastructure
http://hazelware.luggle.com
------------------------------------------------------


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lotfi
Sent: Tuesday, March 30, 2004 8:19 AM
To: Palm Developer Forum
Subject: Re: function printf



"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/

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

Reply via email to