Hi, I just tried an application of mine that crashes the Palm OS Simulator DR8. It crashes when with this code:
// setup sound parameters snd.cmd = sndCmdFreqDurationAmp; snd.param2 = noteLenMs[tempo]; snd.param3 = SoundAmp; // do this to avoid the bug in the // HandEra 330 that causes the first // note of the chord to be bad. snd.param1 = 0; SndDoCmd(0, &snd, false); // DR8 Crashes here The message I get is the following: The exception Integer division by zero. (0xc0000094) occurred in the applicaiton at location 0x100259c1. FYI. Mike McCollister __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
