Kirill Makurin wrote: > In MSVC headers, sprintf and friends can be either simply declared as > externals or defined as inline functions. It seems to be controlled > some internal (not documented) macro. I believe it should always be > visible as an inline function to user code.
I would try to force the MSVC headers to declare 'sprintf' as 'extern', not inline. Bruno