On 03/13/2010 11:39 PM, Vitaliy Margolen wrote:
On 03/13/2010 11:27 AM, Paul Vriens wrote:
On 03/13/2010 05:19 PM, Andrew Nguyen wrote:
- lstrcpyW(container, testW);
This won't work on Win9x/WinMe as most of these W-functions are not available.
According to MS:
Windows 95/98/Me: lstrcmpW is supported by the Microsoft Layer for Unicode. To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Systems.
There is a dx8.1 available for Win98/ME. If it has those interfaces it better be supported by everything else. Testing ancient DX version on Win95 makes no sense.
There are loads of interfaces out there that only take unicode strings. Most tests work around that and apps have to as well of course.
On the other hand if things don't make sense (I can't judge here) then we should just skip these tests altogether.