[EMAIL PROTECTED] (Fred Dujardin) writes:
> Currently I use SDK 3.5 from Palm with GCC.
> Will a prc generated by these tools run on a Visor ?
Yes, but keep in mind that the visor is not running 3.5; it's running
3.0 or 3.1 or something like that. Some API functions don't exist, and
others behave differently. Especially watch out if you use any of the
*PrintF functions; they seem to have changed incompatibly in every
version of PalmOS, and there doesn't seem to be any documentation on how
they changed(*). You would do well to go to the Handspring web site and
get the Visor version of Pose, and the Visor ROMs to test your app. Give
yourself lots of lead time, because Handspring makes you jump through
more hoops to get the ROMs than Palm does.
> Also, does the compatibility include conduit development ?
Presumably, since Visor basically uses the same Palm Desktop software. I
think the only change is the addition of USB.
> I use CDK3.0 from Palm with MSVC 5.0
> Will a conduit generated by these tools run with Handspring Desktop
> for Windows ?
It should.
--
Dave Carrigan ([EMAIL PROTECTED]) | Yow! I'll clean your ROOM!! I
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | know some GOOD stories, too!!
Seattle, WA, USA | All about ROAD Island's, HUSH
http://www.rudedog.org/ | Puppies, and how LUKE finds GOLD
| on his LAND!!
(*) Yes, I'm bitter, because StrPrintF("%hx", 42) broke my registration
function on the Visor and other 3.1 devices, because it ignores the h
qualifier for x, and it overwrote the bounds of a Char[5]. :-)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/