From sgruby at markspace.com Wed Sep 1 07:56:30 2004 From: sgruby at markspace.com (Scott Gruby) Date: Wed Sep 1 06:56:46 2004 Subject: [missing-sync-palmos-dev-talk] Compiling Conduit Samples Message-ID: It appears that in the conduit samples we posted, you must turn on "Short Enumeration Constants" in XCode (for both the Cocoa/MachO and Carbon/MachO conduits) in order to have the conduits work properly. There are a few structures in Palm's SYNCMGR.H that use enums in them and in order for us to be compatible with the existing conduits, we had to compile our code such that the enums were replaced by UInt8s. Please let us know if this change works for you and if you have any issues developing MachO conduits. Note that when making this change, you need to make it for both Development and Deployment targets. -- Scott Gruby Lead Engineer, Missing Sync for Palm OS Mark/Space, Inc. Please contact support@markspace.com for assistance with Mark/Space products. From ulfs at sdsdata.com Wed Sep 1 22:42:10 2004 From: ulfs at sdsdata.com (Ulf Schroder) Date: Wed Sep 1 12:42:23 2004 Subject: [missing-sync-palmos-dev-talk] Compiling Conduit Samples In-Reply-To: References: Message-ID: <20040901194210.14297@mail.space2u.com> That solved all my problems with my Carbon/MachO conduits. Both the wrong HotSync action described in a previous post and a problem with wrong FSSpec in CSyncProperties parameter. Ulf Schroder >It appears that in the conduit samples we posted, you must turn on >"Short Enumeration Constants" in XCode (for both the Cocoa/MachO and >Carbon/MachO conduits) in order to have the conduits work properly. >There are a few structures in Palm's SYNCMGR.H that use enums in them >and in order for us to be compatible with the existing conduits, we had >to compile our code such that the enums were replaced by UInt8s. > >Please let us know if this change works for you and if you have any >issues developing MachO conduits. Note that when making this change, >you need to make it for both Development and Deployment targets. > >-- >Scott Gruby >Lead Engineer, Missing Sync for Palm OS >Mark/Space, Inc. > > >Please contact support@markspace.com for assistance with Mark/Space >products. > >_______________________________________________ >missing-sync-palmos-dev-talk mailing list >missing-sync-palmos-dev-talk@lists.markspace.com >http://lists.markspace.com/mailman/listinfo/missing-sync-palmos-dev-talk > From sgruby at markspace.com Wed Sep 1 13:44:11 2004 From: sgruby at markspace.com (Scott Gruby) Date: Wed Sep 1 12:44:17 2004 Subject: [missing-sync-palmos-dev-talk] Compiling Conduit Samples In-Reply-To: <20040901194210.14297@mail.space2u.com> References: <20040901194210.14297@mail.space2u.com> Message-ID: <4C1379F9-FC4F-11D8-AC4E-000D932F4F94@markspace.com> On Sep 1, 2004, at 12:42 PM, Ulf Schroder wrote: > That solved all my problems with my Carbon/MachO conduits. Both the > wrong > HotSync action described in a previous post and a problem with wrong > FSSpec in CSyncProperties parameter. > > Please double check this when we post 4.0.1b3 (soon). Thanks. -- Scott Gruby Lead Engineer, Missing Sync for Palm OS Mark/Space, Inc. Please contact support@markspace.com for assistance with Mark/Space products. From brian_hall at markspace.com Thu Sep 23 14:59:30 2004 From: brian_hall at markspace.com (Brian Hall) Date: Thu Sep 23 13:59:31 2004 Subject: [missing-sync-palmos-dev-talk] Mac OS X Conduits Session at PalmSource Euro DevCon Message-ID: PalmSource has invited us (Mark/Space) to give a session on developing conduits for Mac OS X at the PalmSource Euro DevCon this month, Sep 28-29, in Munich, Germany. It will be from 9pm-9:30pm during the "Hardware Labs" time slot the first night of the event, this coming Tuesday, Sep 28. For more information on this conference, please visit: http://www.palmsource.com/eurodevcon/ The presentation will be an updated version of Eric Shapiro's session from Machack/Adhoc 2004, with the bonus that we have the mach-o/Cocoa sample code available this time around. For more developer resources from Mark/Space, please see: http://www.markspace.com/developers.html Regards, Brian Hall -- _____________________________________________________________________ Mark/Space, Inc. voice 408-293-7299 654 N. Santa Cruz Ave. #300 fax 408-293-7298 Los Gatos, CA 95030-4360 From brian_hall at markspace.com Fri Sep 24 12:28:12 2004 From: brian_hall at markspace.com (Brian Hall) Date: Fri Sep 24 11:27:41 2004 Subject: [missing-sync-palmos-dev-talk] Missing Sync 4.0.1 Now Available Message-ID: Mark/Space is pleased to announce the immediate availability of The Missing Sync for Palm OS v4.0.1. This release fixes an issue introduced by Mac OS X 10.3.5, where trying to use The Missing Sync to mount a Sony CLI? memory card on the Mac's desktop would cause a kernel panic. This release also adds support for several conduits, including FMSync and Vindigo, introduces a new menu bar icon that allows users to check status and change settings, adds keychain support, improves support for Tapwave Zodiac handhelds and includes a new version of the MemoPad application with an updated UI and improved synchronization. Mark/Space recommends that all users of version 4.0 download and install this free update, available from . Thanks for helping us get the word out. Best regards, Eric -- Eric Ullman Director of Sales and Marketing Mark/Space, Inc. eullman@markspace.com _______________________________________________ markspace-pr mailing list markspace-pr@lists.markspace.com http://lists.markspace.com/mailman/listinfo/markspace-pr -- _____________________________________________________________________ Mark/Space, Inc. voice 408-293-7299 654 N. Santa Cruz Ave. #300 fax 408-293-7298 Los Gatos, CA 95030-4360 From sgruby at markspace.com Wed Sep 1 07:56:30 2004 From: sgruby at markspace.com (Scott Gruby) Date: Fri May 6 12:02:40 2005 Subject: [missing-sync-palmos-dev-talk] Compiling Conduit Samples Message-ID: It appears that in the conduit samples we posted, you must turn on "Short Enumeration Constants" in XCode (for both the Cocoa/MachO and Carbon/MachO conduits) in order to have the conduits work properly. There are a few structures in Palm's SYNCMGR.H that use enums in them and in order for us to be compatible with the existing conduits, we had to compile our code such that the enums were replaced by UInt8s. Please let us know if this change works for you and if you have any issues developing MachO conduits. Note that when making this change, you need to make it for both Development and Deployment targets. -- Scott Gruby Lead Engineer, Missing Sync for Palm OS Mark/Space, Inc. Please contact support@markspace.com for assistance with Mark/Space products. From ulfs at sdsdata.com Wed Sep 1 22:42:10 2004 From: ulfs at sdsdata.com (Ulf Schroder) Date: Fri May 6 12:02:40 2005 Subject: [missing-sync-palmos-dev-talk] Compiling Conduit Samples In-Reply-To: References: Message-ID: <20040901194210.14297@mail.space2u.com> That solved all my problems with my Carbon/MachO conduits. Both the wrong HotSync action described in a previous post and a problem with wrong FSSpec in CSyncProperties parameter. Ulf Schroder >It appears that in the conduit samples we posted, you must turn on >"Short Enumeration Constants" in XCode (for both the Cocoa/MachO and >Carbon/MachO conduits) in order to have the conduits work properly. >There are a few structures in Palm's SYNCMGR.H that use enums in them >and in order for us to be compatible with the existing conduits, we had >to compile our code such that the enums were replaced by UInt8s. > >Please let us know if this change works for you and if you have any >issues developing MachO conduits. Note that when making this change, >you need to make it for both Development and Deployment targets. > >-- >Scott Gruby >Lead Engineer, Missing Sync for Palm OS >Mark/Space, Inc. > > >Please contact support@markspace.com for assistance with Mark/Space >products. > >_______________________________________________ >missing-sync-palmos-dev-talk mailing list >missing-sync-palmos-dev-talk@lists.markspace.com >http://lists.markspace.com/mailman/listinfo/missing-sync-palmos-dev-talk > From sgruby at markspace.com Wed Sep 1 13:44:11 2004 From: sgruby at markspace.com (Scott Gruby) Date: Fri May 6 12:02:40 2005 Subject: [missing-sync-palmos-dev-talk] Compiling Conduit Samples In-Reply-To: <20040901194210.14297@mail.space2u.com> References: <20040901194210.14297@mail.space2u.com> Message-ID: <4C1379F9-FC4F-11D8-AC4E-000D932F4F94@markspace.com> On Sep 1, 2004, at 12:42 PM, Ulf Schroder wrote: > That solved all my problems with my Carbon/MachO conduits. Both the > wrong > HotSync action described in a previous post and a problem with wrong > FSSpec in CSyncProperties parameter. > > Please double check this when we post 4.0.1b3 (soon). Thanks. -- Scott Gruby Lead Engineer, Missing Sync for Palm OS Mark/Space, Inc. Please contact support@markspace.com for assistance with Mark/Space products. From brian_hall at markspace.com Thu Sep 23 14:59:30 2004 From: brian_hall at markspace.com (Brian Hall) Date: Fri May 6 12:02:40 2005 Subject: [missing-sync-palmos-dev-talk] Mac OS X Conduits Session at PalmSource Euro DevCon Message-ID: PalmSource has invited us (Mark/Space) to give a session on developing conduits for Mac OS X at the PalmSource Euro DevCon this month, Sep 28-29, in Munich, Germany. It will be from 9pm-9:30pm during the "Hardware Labs" time slot the first night of the event, this coming Tuesday, Sep 28. For more information on this conference, please visit: http://www.palmsource.com/eurodevcon/ The presentation will be an updated version of Eric Shapiro's session from Machack/Adhoc 2004, with the bonus that we have the mach-o/Cocoa sample code available this time around. For more developer resources from Mark/Space, please see: http://www.markspace.com/developers.html Regards, Brian Hall -- _____________________________________________________________________ Mark/Space, Inc. voice 408-293-7299 654 N. Santa Cruz Ave. #300 fax 408-293-7298 Los Gatos, CA 95030-4360 From brian_hall at markspace.com Fri Sep 24 12:28:12 2004 From: brian_hall at markspace.com (Brian Hall) Date: Fri May 6 12:02:41 2005 Subject: [missing-sync-palmos-dev-talk] Missing Sync 4.0.1 Now Available Message-ID: Mark/Space is pleased to announce the immediate availability of The Missing Sync for Palm OS v4.0.1. This release fixes an issue introduced by Mac OS X 10.3.5, where trying to use The Missing Sync to mount a Sony CLI? memory card on the Mac's desktop would cause a kernel panic. This release also adds support for several conduits, including FMSync and Vindigo, introduces a new menu bar icon that allows users to check status and change settings, adds keychain support, improves support for Tapwave Zodiac handhelds and includes a new version of the MemoPad application with an updated UI and improved synchronization. Mark/Space recommends that all users of version 4.0 download and install this free update, available from . Thanks for helping us get the word out. Best regards, Eric -- Eric Ullman Director of Sales and Marketing Mark/Space, Inc. eullman@markspace.com _______________________________________________ markspace-pr mailing list markspace-pr@lists.markspace.com http://lists.markspace.com/mailman/listinfo/markspace-pr -- _____________________________________________________________________ Mark/Space, Inc. voice 408-293-7299 654 N. Santa Cruz Ave. #300 fax 408-293-7298 Los Gatos, CA 95030-4360