double RoundDouble(double inDouble, Int16 places) {

 FlpCompDouble outDouble;

 outDouble.d = 1.23D;

 return outDouble.d;
}


This (somewhat stripped down) bit of code produces a buss error on return.
Any ideas what could be the problem??  I've scratched my head for ages on
this one, and I'm now hoping I've missed something really obvious.

Please help!

Regards,

Alan Ingleby
Systems Developer
ProfitLink Consulting Pty Ltd
309 Burwood Road
Hawthorn
Victoria 3122
Australia



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to