I didn't know the answer the first time you posted, and I still don't, but since you've posted twice, I'll give out a few WAGs.
- You didn't include <PalmOS.h> before SerialMgr.h? I would expect you'd have a lot more problems than the one you're reporting though... - You have a wacky path setting that's pointing to an older version of SerialMgr.h? Again, I'd expect worse behavior than you're reporting here... - You have a wacky path setting and you're not finding SerialMgr.h? Same here... - You have forgotten a semicolon someplace? Though hard to imagine a way that doesn't cause worse problems for you... You see, you've received no responses because there seems to be only wacky answers... -----Original Message----- From: Sean Rogers [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 4:17 PM To: Palm Developer Forum Subject: Help with fundamental Serial Manager Problem I posted this message before, but it doesn't seem to have gone through. I'm using Codewarrior 4.0.1 and tring to do some simple serial communication. I've got: #include <SerialMgr.h> Then later on I've got: error = SrmOpen(serPortCradlePort, baud, &newPortIDP); But every time I compile it says: Error : function has no prototype error = SrmOpen(serPortCradlePort, baud, &newPortIDP); Can any one suggest what I might be doing wrong? Thanks, Sean _________________________________________________________________ Join the world's largest e-mail service with MSN Hotmail. http://www.hotmail.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ ------------------------------------------ The information in this transmittal and any attachments is privileged and confidential and is intended only for the recipient(s) listed above. You are hereby notified that any unauthorized distribution or copying of this transmittal or its attachments is prohibited. If you have received this transmittal in error, please notify Invivodata immediately at (831) 438-9550. ------------------------------------------ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
