CScriptAny is not handling primitive types correctly.
When i give it a uint32, it stores the value correctly, but when i later try to retrieve it, the retrieve method that takes a asTYPEID_INT64 is called, preventing it from getting the value. I recall reading something somewhere about this being fixed, but i don't remember where.
Does the latest version on SVN fix this?