Hello. I have the following IDL: typedef fixed<16,4> Numeric And the following C++ causes an assertion failure: Numeric value, x, y; x = 1; y = 15; value = x / y; Any clues? Mike Mascari mascarm at mascari.com