RE: Where to set the path of conduit

2005-06-02 Thread Chris Mumford
I believe the path is different for HotSync < 6.0, and HotSync >= 6.0. For HotSync < 6.0: HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop\Core This means that it was coupled to the user that originally installed the desktop. For HotSync >= 6.0 it is in a value in: HKEY_LOCAL_MACHINE\SOF

RE: PRC2OVL

2005-06-02 Thread Chris Mumford
Do you want to compile this application using CodeWarrior from the command line? You can drive CodeWarrior from the command-line if you want - we do it. PRC2OVL is for stripping out non-localized resources from an existing PRC, so I'm not sure that is what you want. -Original Message- Fro

Does PODS support exceptions

2005-05-05 Thread Chris Mumford
I have a simple test application where I am throwing an exception in a PODS project. This compiles just fine in both CodeWarrior and PODS 1.1, but the PODS compiled program dies when throwing the exception. Does PODS support exception handling? Chris Mumford email: [EMAIL PROTECTED] url

RE: Creating CSV files

2005-04-13 Thread Chris Mumford
Depending on how smooth you want it to work you may have to write a conduit. There are a few simpler approaches which I've used to get back ASCII text which are: 1) Write the data to a NotePad database record and then sync it back. 2) Beam the data back (easier than you think). 3) Write the da

RE: Help!!!! Samsung iSPH 500

2004-04-25 Thread Chris Mumford
I don't believe that Samsung has ever released an emulator or simulator for any of their devices. This is their first OS5 device so they may change their policy, but I'm not hopeful. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sangeetha bose Sent: Sund

RE: Store Information permanently

2004-04-25 Thread Chris Mumford
You need to read up on the Database Manager. Search the documentation for DmOpenDatabase. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pit Sent: Sunday, April 25, 2004 6:56 AM To: Palm Developer Forum Subject: Store Information permanently Hi all, i wa