Thread: palmos

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    28

    palmos

    I am looking for a cheap way to write programs for palmOs using c++. CAn you advise a solution ? Codewarrior appears to be very expensive.
    Thanks
    Michael

  2. #2
    booyakasha
    Join Date
    Nov 2002
    Posts
    208
    there are free GNU tools
    go to handspring.com or palmsource.com

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    28
    Can I use the same program written in visual c++ (console) and compile for use with palm ??
    Anybody got experience with this ???
    Thanks
    Michael

  4. #4
    Registered User
    Join Date
    Feb 2003
    Posts
    28
    Anybody got an answer?
    Can I use code intended for VC++ or is there a specific C++ ?
    Thanks
    Michael

  5. #5
    booyakasha
    Join Date
    Nov 2002
    Posts
    208
    Originally posted by Salem
    > Can I use the same program written in visual c++ (console) and compile for use with palm ??
    If you write your C++ program to use only standard C++ features, then

    You can compile it using VC++, and run it in a console.

    You can compile it using a Palm compiler, and run it on your PalmOS.
    I don't think so because palm devices are very different then a normal, general purpose computer. Everything is different, like the filesystem uses a type of database instead of regular files; the screen is totally different; and the OS is not a multi-threaded OS.
    If you look at code for palm devices it looks very different then regular C++ code. I really doubt you will get any regular programs to run on a palm.

  6. #6
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Originally posted by beege31337
    I don't think so because palm devices are very different then a normal, general purpose computer. Everything is different, like the filesystem uses a type of database instead of regular files; the screen is totally different; and the OS is not a multi-threaded OS.
    I don't think C++ cares about any of that. That's a job for the compiler.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  7. #7
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    Embedded C++. Look for it from Microsoft, it's free.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PalmOS vs Pocket PC
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 02-20-2005, 12:06 PM
  2. PalmOS programming!
    By BrownB in forum C Programming
    Replies: 3
    Last Post: 11-12-2003, 12:20 PM
  3. C for palmOS
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 07-14-2002, 12:33 AM
  4. PalmOS
    By Brian in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 02-17-2002, 10:01 PM