- 05 Jan, 2003 1 commit
-
-
Francois Gouget authored
-
- 02 Jan, 2003 3 commits
-
-
Marcus Meissner authored
Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE. Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType correctly. Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*). Changed allocation to include 16 bytes before the SAFEARRAY (to store IID/VARTYPE/IRecordInfo*). VARTYPE -> size array was not indexed correctly. Added lots of testcases for most functionality. Added IRecordInfo interface definition.
-
Francois Gouget authored
-
Francois Gouget authored
-
- 24 Dec, 2002 1 commit
-
-
Francois Gouget authored
using a for loop. This lets us later print the offending string when a test fails. Fix the MSVC compilation error (XXXe183) and warnings (put suffixes as in 0L & 1.0F, signed/unsigned warnings, s/-2147483648/0x80000000L/). Uncomment the DateFromStr tests and fill in the todo fields where appropriate. Define an NB_OLE_STRINGS macro and use it to make sure all the arrays have the right number of fields. In the *FromStr loops, fill the return field with a dummy value (42) before calling the conversion function. This way a test no longer depends on whether the previous test failed or not! If a test is expected to fail, then retval is meaningless -> omit it from the result arrays. If a test actually fails or was expected to fail, then there is no point in checking retval. Improve error reporting. Pass the printf-style format directly to ok, remove the unnecessary sprintfs.
-
- 23 Dec, 2002 1 commit
-
-
Marcus Meissner authored
Started regression test for SafeArray functions. Fixed SafeArrayAllocDescriptor (check bounds, set cDims). Fixed VARTYPE_SIZE array entries so it matches native.
-
- 09 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 21 Jun, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 23 May, 2002 1 commit
-
-
Francois Gouget authored
-
- 21 May, 2002 1 commit
-
-
Alexandre Julliard authored
-
- 11 May, 2002 1 commit
-
-
Alexandre Julliard authored
Added -exe mode to generate a .spec.c for an exe without having to provide a .spec. Removed some no longer needed spec files. Removed .dll extension in makefiles import specifications.
-
- 09 May, 2002 1 commit
-
-
Alexandre Julliard authored
it can be used on platforms that don't build a .spec.c file.
-
- 26 Mar, 2002 1 commit
-
-
Marcus Meissner authored
-