Hi,
I tried to compile source code that contained Win CRT functions _create_locale and _printf_l. Although I found their definitions in locale.h and sec_api/stdio_s.h I got undefined references error by linker. Does the mingw-crt miss these functions or do I have to link against some specific library? I am using precompiled toolchain mingw-w32-bin_i686-mingw_20100527_sezero.
Thank you very much. Regards,
-Tomas
They are indeed missing in the crt.
OK, thanks for quick response.