I am a new user and am having trouble getting started. Is there someone who can help me take all the files that I've downloaded to my desktop and make something work? I am currently working on a project where we are going to download our own reports and would like to get the emulator working.....help!
-----Original Message----- From: Mark Wilden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 7:09 AM To: Palm Developer Forum Subject: Re: undefined identifier error ----- Original Message ----- From: "Martin Elzen" <[EMAIL PROTECTED]> > void __pushTail(void* data); > > Of course, in your own class definitions, you are free to use whichever > legal way you want when choosing identifier names. However, IIRC the > standards for C++ include the info that identifiers starting with one or > more underscores are usually reserved for the implementor of the standard > libraries. The rules are a little complicated, but leading double underscores are forbidden for our use. However, I do prefix member variables with a single underscore. That's legal. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
