www.digitalmars.com         C & C++   DMDScript  

c++.stlsoft - winstl::version_info problem under win98

reply "Dimitri kaparis" <kaparis.dimitri gmail.com> writes:
Hello,

Any idea why winstl::version_info is not working under windows 98?
It's working fine under my Vista system, but under Windows 98, when created, 
it causes failed assertion at winstl\system\version_info.hpp, line 1226:
WINSTL_ASSERT(0 == ::wcsncmp(L"VS_VERSION_INFO", key, 16));
Not sure why wide character strings are used here, but possibly some 
ANSI/UNICODE mismatch is occuring?

Regards,
Dimitri
May 10 2008
parent "Matthew Wilson" <matthew hat.stlsoft.dot.org> writes:
Dimitri

Sorry for not replying sooner on this. I will try and look at it this w/e

Cheers

Matt

"Dimitri kaparis" <kaparis.dimitri gmail.com> wrote in message
news:g04eop$2cta$1 digitalmars.com...
 Hello,

 Any idea why winstl::version_info is not working under windows 98?
 It's working fine under my Vista system, but under Windows 98, when created,
 it causes failed assertion at winstl\system\version_info.hpp, line 1226:
 WINSTL_ASSERT(0 == ::wcsncmp(L"VS_VERSION_INFO", key, 16));
 Not sure why wide character strings are used here, but possibly some
 ANSI/UNICODE mismatch is occuring?

 Regards,
 Dimitri
May 15 2008