22 Feb
2010
22 Feb
'10
5:41 p.m.
On Mon, Feb 22, 2010 at 11:03 AM, Alex Villacís Lasso <a_villacis(a)palosanto.com> wrote:
I have a VB6 application that requires oledb32 to convert from DBTYPE_VARIANT to DBTYPE_BYTES, and fails with builtin oledb32 since conversions to DBTYPE_BYTES are unimplemented. I set up a VirtualBox VM with Windows XP and the latest Cygwin in order to add a oledb32 test to show me what should be done for these conversions to DBTYPE_BYTES. However, I have trouble when running "make test" on dlls/oledb32/tests. I get the following:
It's not quite the answer to your question, but why not use mingw on your native OS and run the mingw created exe on windows? -- -Austin