The Palm OS 3.5 support libraries contain a suggestive header 
file called StdIOProvider.h.  Here is an excerpt from its header 
comments:

  *  Copyright (c) Palm Computing 1998 -- All Rights Reserved
  *
  * FILE:     StdIOProvider.h
  *
  * DESCRIPTION:
  *    This header file must be included by apps that want to provide
  *  a standard IO window and "execute" standard IO apps in it. 
See the
  *  comments in the file "StdIOProvider.c" for more info


However, there is not StdIOProvider.c, nor have I found any 
mention of it on the Web.

The purpose to which I would like to put an stdio-like facility 
is: conveniently generating a fair amount of diagnostic 
information during the development/debug phase of a new project.

Has anyone heard any sign of an StdIOProvider, or heard about an 
equivalent facility for putting out roughly formatted diagnostic 
text?

Thanks,
Greg Lutz

Reply via email to