> How do I force the OS to make the product 32-bit?

You cannot "force the OS", you have to force the compiler to generate
the appropiate code.

You have to make sure that one of the factors is UInt32 (you can only cast
arguments, never operators) This triggers the automatic type conversion
feature of the C compiler.

        (UInt32)(SystemRandomInt(0)) * 4096

would enforce 32bit multiplication.

With kind regards / Mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED]                             http://www.klawitter.de



-- 
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