divyang4481 / rcf-cpp

Automatically exported from code.google.com/p/rcf-cpp
0 stars 0 forks source link

Can I run the client on WINCE? #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I can't compile the client project on the WINCE 5.0/ARM, it reports:
Error 2 fatal error C1083: Cannot open include file: 'io.h': No such file 
or directory h:\business\develop\rcf-
0.9c\include\rcf\util\platform\os\Windows\BsdSockets.hpp 1
Also I find a message:
In addition, third parties have deployed RCF on QNX, WinCE and OS X 
platforms, and on Windows/Linux platforms using the Intel C++ 9 compiler. 
On http://code.google.com/p/rcf-cpp/, So, can anyone give me some advices 
on RCF on WINCE?

Thanks a lot! 

Original issue reported on code.google.com by ZHIYAO...@gmail.com on 14 Jan 2008 at 4:07

GoogleCodeExporter commented 9 years ago
You can try to figure out which headers need to be included instead of io.h, 
and 
modify the RCF source code accordingly.

Since I don't have a WinCE system to test on, there's not much I can do. If you 
want 
it to be an offically supported platform, the easiest way is to send me a 
vmware 
virtual machine running WinCE, and I can then do automated builds on it.

Original comment by jarl.lin...@gmail.com on 20 Jul 2008 at 1:21

GoogleCodeExporter commented 9 years ago

Original comment by jarl.lin...@gmail.com on 12 Aug 2008 at 1:23

GoogleCodeExporter commented 9 years ago
Actually, I can't find the vmware for WinCE, normally I use WinCE Emulator to 
test 
related application, here is the link for the emulator:
http://www.microsoft.com/downloads/details.aspx?familyid=A120E012-CA31-4BE9-A3BF
-
B9BF4F64CE72&displaylang=en
Overlapped IO is not supported on WinCE, so there must ne a lot to be done to 
port 
RCF to WinCE.

Original comment by ZHIYAO...@gmail.com on 14 Nov 2008 at 5:58