Re: [Mingw-w64-public] What library has strcpy_s and friends?

2010-07-16 Thread Kai Tietz
Hello Greg, 2010/7/16 Greg Peele aerovec...@hotmail.com: I've been taking MinGW-w64 TDM-GCC 4.5 for a spin on my company's code and I ran into a problem compiling a third party dependency: CppUnit 1.12.  Looks like MinGW defines __STDC_SECURE_LIB__ which causes CppUnit to use sprintf_s

Re: [Mingw-w64-public] What library has strcpy_s and friends?

2010-07-16 Thread Greg Peele
Kai, Thanks for the response. I have a few follow up questions about GCC and MSVC runtimes. From: ktiet...@googlemail.com Hello Greg, 2010/7/16 Greg Peele aerovec...@hotmail.com: I've been taking MinGW-w64 TDM-GCC 4.5 for a spin on my company's code and I ran into a problem