Rein Klazes wijn@online.nl writes:
- pmemcpy(mem+5, mem,nLen+1);
- ok(pmemcmp(mem+5,xilstring, nLen) == 0,
"Got result %s\n",mem+5);
- if( pmemcpy) {
pmemcpy(mem+5, mem,nLen+1);
ok(pmemcmp(mem+5,xilstring, nLen) == 0,
"Got result %s\n",mem+5);
- } else
skip("memcpy not found\n");
I doubt any version of the dll is missing memcpy, and even so that should be a separate patch.
On Tue, 21 Apr 2009 17:48:44 +0200, you wrote:
skip("memcpy not found\n");
I doubt any version of the dll is missing memcpy, and even so that should be a separate patch.
Yes, I was not paying attention. The problem was the handle to the msvcrt.dll. When compiled with Visual Studio 2008, msvcrt.lib loads msvcr90.dll.
I will use another build environment for the msvcrt tests in future.
Rein.