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 (working copy)
@@ -29,6 +29,7 @@
#include <windows.h>
#include <devload.h>
#include <stdlib.h>
+#include <stdio.h>
#define KEY_NAME_BASE L"PipeDevice_"
#define NAME_BASE L"PD" /* Pipe Device */
Index: PipeTest/PipeTest.cpp
===================================================================
--- PipeTest/PipeTest.cpp (revision 942)
+++ PipeTest/PipeTest.cpp (working copy)
@@ -5,6 +5,8 @@
#include <windows.h>
#include <commctrl.h>
+#include <stdio.h>
+#include <stdlib.h>
#include <PipeLib.h>
Index: TestClient/TestClient.cpp
===================================================================
--- TestClient/TestClient.cpp (revision 942)
+++ TestClient/TestClient.cpp (working copy)
@@ -1,4 +1,5 @@
#include <windows.h>
+#include <stdio.h>
int WINAPI WinMain(HINSTANCE /*hInstance*/,
HINSTANCE /*hPrevInstance*/,
dannypc: {154}
--
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 [email protected] https://lists.sourceforge.net/lists/listinfo/cegcc-devel
