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
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
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
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