> when compiled as C++, gives the error of no strerror_s declared, but
> when compiled as C, works fine.
You could compare preprocessed source with both compilers:
echo "#include<string.h>" | gcc -E -
echo "#include<string.h>" | g++ -E -
Cheers, Vaclav
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public