|
Boost : |
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-09-06 10:09:29
I get multiple 4786 warnings in tss.cpp and it doesn't compile in debug for
some reason.
That fixed, I get an assertion failure in once.cpp(29):
wchar_t name[41];
swprintf(name, L"2AC1A572DB6944B0A65C38C4140AF2F4%X%X",
GetCurrentProcessId(), &flag);
HANDLE mutex = CreateMutexW(NULL, FALSE, name);
assert(mutex != NULL);
I'm on Win98, it probably doesn't have CreateMutexW. When I change it to use
the ANSI version, it works.
-- Peter Dimov Multi Media Ltd.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk