>Basic C problems... (or C++)
>the header that contains the CharPtr definition is not included in your
>source.
>dayStr, monthStr, etc are either not defined in your function or are
defined
>outside of the function's scope.
AKA: add the header include that contains the CharPtr definition and define
dayStr, monthStr, etc in the function that uses them (or make them global so
the function can use them)!
PS: (in all seriousness) Get yourself a couple of C/C++
beginner/intermediate books and try a couple of example projects on the PC
(or Mac if you prefer). Your errors are not Palm specific but rather
language dependent. Experience is a good reference but a good book is even
better.
----- Original Message -----
From: "Johnathan Smith" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, August 28, 2001 8:56 AM
Subject: Please Help. this project has to get done today
> I am very new to palm, c and c++ programming. I am
> using CodeWarrior 7 in C++ mode and I am trying to get
> the following code to build
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/