Functions like swprintf are in coredll.dll, and should be described in stdlib.h, says http://msdn2.microsoft.com/en-us/library/ms860374.aspx .
In mingw32ce, we do have a definition for it, but we don't in cegcc : dannypc: {442} fgrep swprintf /opt/mingw32ce/arm-wince-mingw32ce/include/{*,*/*}.h /opt/mingw32ce/arm-wince-mingw32ce/include/stdio.h:_CRTIMP int __cdecl swprintf (wchar_t*, const wchar_t*, ...); /opt/mingw32ce/arm-wince-mingw32ce/include/stdio.h:_CRTIMP int __cdecl vswprintf (wchar_t*, const wchar_t*, __VALIST); /opt/mingw32ce/arm-wince-mingw32ce/include/tchar.h:#define _stprintf swprintf /opt/mingw32ce/arm-wince-mingw32ce/include/tchar.h:#define _vstprintf vswprintf /opt/mingw32ce/arm-wince-mingw32ce/include/wchar.h:_CRTIMP int __cdecl swprintf (wchar_t*, const wchar_t*, ...); /opt/mingw32ce/arm-wince-mingw32ce/include/wchar.h:_CRTIMP int __cdecl vswprintf (wchar_t*, const wchar_t*, __VALIST); dannypc: {443} fgrep swprintf /opt/cegcc/arm-wince-cegcc/include/{*,*/*}.h dannypc: {444} Shouldn't we add these functions to src/w32api/include/stdlib.h ? When I say "these" I mean all the ones in tchar.h that we don't have yet. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel