[Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-11 Thread Danny Backx
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 /o

[Cegcc-devel] PipeLib patch

2007-06-11 Thread Danny Backx
Pedro, I need the patches below to get your sources to compile on Linux. Permission to commit ? Danny dannypc: {153} svn diff Index: PipeLib/PipeLib.cpp === --- PipeLib/PipeLib.cpp (revision 942) +++ PipeLib/PipeLib.cpp (wo

Re: [Cegcc-devel] PipeLib patch

2007-06-11 Thread Pedro Alves
Danny Backx wrote: Pedro, I need the patches below to get your sources to compile on Linux. Permission to commit ? Ooops, local patch here. Thanks for trying it out. Attached is what I used. I realized we need a patch like this, because I used a MSVC generated project as a base for PipeLi

Re: [Cegcc-devel] swprintf and its friends missing in cegcc

2007-06-11 Thread Pedro Alves
Danny Backx wrote: > 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