begineer, Codewarrior

2004-02-09 Thread Teresa smith
hi
i'm trying to write an simple application for adding
two numbers, but i've not used palm  before. I'm using
Codewarrior R8 o develop the code, but am having
difficulty figuring it out. Is there anyone who can 
tell me where to start.
Thanks
 
Teresa. 







___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

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


begineer, Codewarrior

2004-02-09 Thread Teresa smith
 hi,
 i was wondering is there any website that would show
how to set up and run simple applications
usingCodewarrior r8 for palm simulator, as i wont be
able to obtain a suitable book for a fortnight. 
and i need to start straight away

thanks

Teresa 





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

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


Re: begineer, Codewarrior

2004-02-09 Thread Jeremy Neal Kelly
"Teresa smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi
> i'm trying to write an simple application for adding
> two numbers, but i've not used palm  before. I'm using
> Codewarrior R8 o develop the code, but am having
> difficulty figuring it out. Is there anyone who can
> tell me where to start.
> Thanks
>
> Teresa.

The Palm OS can be a bit idiosyncratic, so it's advisable to do some
studying before first facing your compiler. I recommend 'Palm OS
Programming: The Developer's Guide, 2nd Edition' by Neil Rhodes and Julie
McKeehan for a good tutorial introduction. After that, you should be able to
guide yourself.

Best of luck,

Jeremy Neal Kelly
Software Engineer
Peapod




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


Re: begineer, Codewarrior

2004-02-09 Thread Teresa smith
thanks i'll try that..

 --- Jeremy Neal Kelly <[EMAIL PROTECTED]> wrote: >
"Teresa smith" <[EMAIL PROTECTED]> wrote in
> message
> news:[EMAIL PROTECTED]
> > hi
> > i'm trying to write an simple application for
> adding
> > two numbers, but i've not used palm  before. I'm
> using
> > Codewarrior R8 o develop the code, but am having
> > difficulty figuring it out. Is there anyone who
> can
> > tell me where to start.
> > Thanks
> >
> > Teresa.
> 
> The Palm OS can be a bit idiosyncratic, so it's
> advisable to do some
> studying before first facing your compiler. I
> recommend 'Palm OS
> Programming: The Developer's Guide, 2nd Edition' by
> Neil Rhodes and Julie
> McKeehan for a good tutorial introduction. After
> that, you should be able to
> guide yourself.
> 
> Best of luck,
> 
> Jeremy Neal Kelly
> Software Engineer
> Peapod
> 
> 
> 
> 
> -- 
> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/ 





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

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


Re: begineer, Codewarrior

2004-02-09 Thread Eron Hennessey
Teresa smith wrote:

hi,
i was wondering is there any website that would show
how to set up and run simple applications
usingCodewarrior r8 for palm simulator, as i wont be
able to obtain a suitable book for a fortnight. 
and i need to start straight away

thanks

Teresa 

 

How's this?

http://rzm-hamy-wsx.rz.uni-karlsruhe.de/External/Documents-Mirrored/Palm/mirror/code_warrior_docs/Targeting_Palm_OS_Platform/PAL000.fm.html

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


Re: begineer, Codewarrior

2004-02-09 Thread Dave Lippincott
Use one of the examples included with Codewarrior and the Palm SDK.  The
stationary project is a good shell to add your own code.  (suggestion: make
a copy of the project first).

- Original Message - 
From: "Teresa smith" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Monday, February 09, 2004 3:04 PM
Subject: begineer, Codewarrior


> hi,
>  i was wondering is there any website that would show
> how to set up and run simple applications
> usingCodewarrior r8 for palm simulator, as i wont be
> able to obtain a suitable book for a fortnight.
> and i need to start straight away
>
> thanks
>
> Teresa
>
>
>
>
>
> ___
> BT Yahoo! Broadband - Free modem offer, sign up online today and save £80
http://btyahoo.yahoo.co.uk
>
> -- 
> 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/


RE: begineer, Codewarrior

2004-02-09 Thread Ben Combee
A tutorial for creating a Palm OS app comes with Codewarrior.  Have you read that?  
The quick start doc with the product should point you to the right place in the docs 
folder.

-Original Message-
From:  Teresa smith
Date:  2/9/04 2:04 pm
To:  Palm Developer Forum
Subj:  begineer, Codewarrior

 hi,
 i was wondering is there any website that would show
how to set up and run simple applications
usingCodewarrior r8 for palm simulator, as i wont be
able to obtain a suitable book for a fortnight.
and i need to start straight away

thanks

Teresa





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

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


Re: begineer, Codewarrior

2004-02-09 Thread RVRoadie
Version 9 has a pretty decent tutorial. Check in this folder for the
tutorial:

C:\ProgramFiles\Metrowerks\CodeWarrior\CodeWarrior Manuals\MW Tutorial For
Palm OS

I was able to get started using that, and the C++ tutorial at
http://www.cplusplus.com/doc/#tutorial

Good luck

"Teresa smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi
> i'm trying to write an simple application for adding
> two numbers, but i've not used palm  before. I'm using
> Codewarrior R8 o develop the code, but am having
> difficulty figuring it out. Is there anyone who can
> tell me where to start.
> Thanks
>
> Teresa.
>
>
>
>
>
>
>
> ___
> BT Yahoo! Broadband - Free modem offer, sign up online today and save £80
http://btyahoo.yahoo.co.uk
>



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


RE: begineer, Codewarrior

2004-02-09 Thread Girish NS
Hi,

The following links might be useful to u.

http://www.palmos.com/dev/support/docs/recipes/
http://www.codeproject.com/ce/#Palm+Development

Girish.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Teresa
smith
Sent: Tuesday, February 10, 2004 1:34 AM
To: Palm Developer Forum
Subject: begineer, Codewarrior

 hi,
 i was wondering is there any website that would show
how to set up and run simple applications
usingCodewarrior r8 for palm simulator, as i wont be
able to obtain a suitable book for a fortnight. 
and i need to start straight away

thanks

Teresa 





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save
£80 http://btyahoo.yahoo.co.uk

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