C++ in Palm OS???

misirlou

Junior Member
Apr 20, 2000
13
0
0
Can a C++ source developed for Windows be ported to PalmOS without moving to a new programming language? It's somewhat cheesy but I am interested in porting the Virtual TI emulator program to a Handspring so that I have access to my TI-92 calculator functions on a Handspring. The source will require tweaking for the graphics regardless, but I am curious if C++ compilers exist for PalmOS and if so what are my options?
 

GL

Diamond Member
Oct 9, 1999
4,547
0
0
I think the Palm simply uses a custom-compiled version of gcc (for C dev) and g++ (for C++ dev). Palm's website has a link to their development kit - you can verify it there.

I think porting from Windows to the Palm would be quite difficult. If I'm not mistaken, PalmOS is a 16-bit OS so that would affect a lot of things.

-GL
 

noninterleaved

Senior member
Mar 25, 2001
628
0
0
PalmOS doesn't support Win32 api calls... so if you are doing any real "windows programming" you are SOL as far as a direct port to PalmOS.

I read the SDK a little bit, and it seems like programming for that guy is a little strange. Seems to me that ALL of the programs are running silently in the background ( I may be wrong ) and so you have to keep an eye out, cause if they are doing something unneccesary you are gonna drain the battery bigtime. Also the "filesystem" is a little different, as it is more database oriented.