-
Is it possible to provide primitive-type-specific property template?.
2008-01-13 09:30:25 UTC in Visual Component Framework
-
setX(const string& _x) is suitable, but setX(const int& _x) is not I like.
Anyway, it works. Thank you Diego.
2008-01-13 09:27:28 UTC in Visual Component Framework
-
Found in VCF-0.9.0, which is downloaded from sourceforge file release area.
Reproduce the defect as steps below:
1. registered a class in ClassRegistry which has a property with primitive type "int";
2. invoke Property::set(VCF::Object*, VCF::VariantData*),
3. if provides a integer property value 12345 to the Property::setter(), in my environment, the value of "X" property of object will...
2007-11-07 13:27:52 UTC in Visual Component Framework
-
suntoech registered the Dao-zero: implement your DAO intefaces project.
2006-04-10 19:56:19 UTC in Dao-zero: implement your DAO intefaces