Vladimir Ulchenko

Results 20 comments of Vladimir Ulchenko

hello in order to build DSiWin32 with bcb2007 I've had to introduce few more externalsym directives, please see attached version, note comments marked as // vavan ouch. the page says...

attached as txt [DSiWin32.txt](https://github.com/gabr42/OmniThreadLibrary/files/916030/DSiWin32.txt)

besides other differences in format string syntax (such as say leading "{:" and trailing "}") there's requirement that "A chrono-spec must start with a conversion specifier" and despite of "All...

see also [[[New Port Request] ](https://github.com/microsoft/vcpkg/issues/32897#top)](https://github.com/microsoft/vcpkg/issues/32897)

@mrboojum > I've got a workaround by deploying the icu.dll next to the app (loading this dll before the code above is invoked) and deploying the ICU data files to...

also had to implement some custom classes even with Hinnant's date lib last year but not for performance reason but due to different set of problems such as say failed...

@doomlaur hello! do you happen to know the answer to my https://github.com/microsoft/STL/issues/1911#issuecomment-1396789047 ? downloaded https://github.com/unicode-org/icu/releases/download/release-72-1/icu4c-72_1-Win64-MSVC2019.zip to no avail also tried to install icu from vcpkg, broke it during attempts (https://github.com/microsoft/vcpkg/issues/29008)...

@doomlaur thanks for your answer. wanted to avoid building icu with "disable-renaming" option (to get rid of suffixes) and placed icu, ucuin, icuuc and few required dependence dlls from home...

@apolukhin not sure what is workaround there. I suppose it's just the order of static init/finit and there's not much end user can do cleanly if stacktrace lib internals finalized...