Hello guys!
My first post here ever
I'm migrating a C++ project the first was done in visual studio to CodeComposer4 (IDE for embedded developing of Texas Instruments products).
I have a definition:
and the using of snprintf:Code:#ifdef MSYS_WIN32 #define snprintf _snprintf #endif*/
And there are an error on it: "identifier _snprintf in undefined".Code:snprintf( cFileName, 1023, "%s_ScalSEI.txt", pucBaseName );
I tried to use(in the original file they aren't included) and nothing helps.Code:#include <cstdio> #include <stdio.h>
The intresting part the in VS it works great! what could be the reason?
Thanks, Stas.



LinkBack URL
About LinkBacks




