On Mo, 2011-06-27 at 11:59 +0200, Jacek Caban wrote:
How can we force tests to use VT_UI4?
It's not JScript builtin type, you need to extend tests host object for that.
Sorry, no clue. Which host object?
+/* 0x7fffffff is 2147483647 is INT_MAX */ +tmp = 2147483647*-1;
0x... is correct jscript syntax, why not use it?
Didn't know that. Thanks for the hint