-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
8
-
None
-
x86
-
windows
in DeployTk.cpp
we should be consistent how we want to treat the return value of a function.
either as int 1/0 => _variant_t(something != 0 ? 1: 0)
or as bool true/false => _variant_t(bool(something))
it also need to change javascript API and FF dt code
we should be consistent how we want to treat the return value of a function.
either as int 1/0 => _variant_t(something != 0 ? 1: 0)
or as bool true/false => _variant_t(bool(something))
it also need to change javascript API and FF dt code