May 10, 2008
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
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
>