I'd guess that you're returning -1 from your OpenConduit routine. You need to return 0 to signify that your OpenConduit ran fine.
Unfortunately, if you use the Palm CDK Conduit Wizard for Visual C++ and ask for "Entrypoints only", it'll create an OpenConduit that returns -1. Neil on 3/20/02 5:27 PM, Brian Ku at [EMAIL PROTECTED] wrote: > Attempting to synchronize with conduit: > C:\PalmDev\cdk402a\Common\Bin\C4.02\myconduit.dll > Key is Software\U.S. Robotics\Pilot Desktop\Application1 > Sync type is Fast > Local path is C:\PalmDev\cdk402a\Brian\myconduit\ > Remote name 0 is TestDB > Loading C:\PalmDev\cdk402a\Common\Bin\C4.02\myconduit.dll conduit > Conduit 'MyConduit' Error: Unknown error. (65535) > Conduit failed > > Does anyone know what this error means? > > This is actually a very simple conduit (straight C++ DLL). All I'm > doing is logging the OpenConduit() procedure. ConduitInspector returns > fine on all the required entry points. -- Neil Rhodes [EMAIL PROTECTED] Available for contract programming Coauthor: Palm OS Programming: the Developer's Guide, 2nd edition (O'Reilly) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
