Re: [sal][MSVC] Wrong global variable initialization order

2019-04-09 Thread Egor Pugin
It's any VS version issue. On Tue, 9 Apr 2019 at 19:13, Noel Grandin wrote: > > If you don't want to be fixing issues, then you should probably just be > compiling with the version of VS we support. > > -- Egor Pugin ___ LibreOffice mailing list Lib

Re: [sal][MSVC] Wrong global variable initialization order

2019-04-09 Thread Noel Grandin
If you don't want to be fixing issues, then you should probably just be compiling with the version of VS we support. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[sal][MSVC] Wrong global variable initialization order

2019-04-09 Thread Egor Pugin
Hi, I'm doing custom builds (not wiki workflow) on VS2019. So, the first target to build is sal, then codemaker and it does not start because of an error during globals initialization by CRT (before main call). (sal/rtl/strimp.cxx) rtl_allocateStringFn rtl_allocateString = malloc; is initialized