Archived

This forum has been archived. Please start a new discussion on GitHub.

generateUUID on Tru64

when use IceUtile::generateUUID() in my code on tru64,
UUIDGenerationException must be thrown.

no problem on windows sys.

Please read this update to our support policy.

On all platforms except Windows, IceUtil generates UUIDs using /dev/urandom. It looks like /dev/random & /dev/urandom were introduced in Tru64 5.1B. If you need to run Ice on an older Tru64 version, you'll have to reimplement this UUID generation.

Best regards,
Bernard

Comments