It seems like a common topic on the Palm Developer Forums is how to detect if your application is running on the emulator. I am always amazed at how many people do not know how to do this, especially when it is exactly one line of code: bool emulatorPresent = (FtrGet(kPalmOSEmulatorFeatureCreator,kPalmOSEmulatorFeatureNumber,&value) != ftrErrNoSuchFeature);
|