john,
what devlpt enviroment are u using?
if its CW, then simply separate these functions to another file (call it
johnslib.c or something :) ), add it to the project, and compile this file
singularly (just compile to make sure u get rid of include file errors,
syntax etc.)
once ur fine, then just compile the entire project, and ur done!
for GCC, separate the file as above - and compile the file alone to an
object file just to make sure its compilable, then link it with the other
files
something like
gcc a.c johnslib.c b.c
of course the commandline would differ depending on your makefile.
HTH,
vm
http://homecreations.tripod.com
"Johnathan Smith" <[EMAIL PROTECTED]> wrote in message
news:60368@palm-dev-forum...
>
> Please keep in mind that I am new to palm, c and C++
> programming but I would like to put the
> SetFieldTextFromHandle and SetFieldTextFromStr
> funcation in some other c++ file or lin and have my
> main c++ file use it. Can someone please tell me how
> in details.
>
> Thanks (take it easy on me, I am trying to learn)
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/