Hi,
the problems is solved... actually I just need to add (int) in front of the
fileno() function. The project is build successfully. however, now the problem
lies on the application. Any application that I tried to build does not seem to
work. I've tried some of the test programs and it shows
WINCE does have _fileno() function that can be used to get fd from FILE
pointer.
But I dont know if that would work. I have only used select() call for
socket communication in our system which is based on WinCE.
WINCE documentation states that the select can only be used for sockets.
see the de
You should have following defined in that file.
#define READ_FROM_FILES_SYNCHRONOUSLY 1
That should take care of your problem.
Yes, but that's not necessarily what he wants. Does Wince allow open
files to be handled as select()able sockets (as Windows XP, and all
Unix systems, do)? If so,
You should have following defined in that file.
#define READ_FROM_FILES_SYNCHRONOUSLY 1
That should take care of your problem.
Regards,
Ishwar
"Ardy Salim" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/27/2008 12:15 AM
Please respond to
LIVE555 Streaming Media - development & use <[EMAI
>Hi
>
>I have tried to build it in eVC 4 with Pocket PC 2003 SDK for WinCE
>ARMV4 platform. The project for UsageEnvironment,
>BasicUsageEnvironment and groupsock is ok. However, for the
>liveMedia, it keep showing these errors:
>
>...\live\livemedia\bytestreamfilesource.cpp(93) : error C2664:
Hi
I have tried to build it in eVC 4 with Pocket PC 2003 SDK for WinCE ARMV4
platform. The project for UsageEnvironment, BasicUsageEnvironment and groupsock
is ok. However, for the liveMedia, it keep showing these errors:
...\live\livemedia\bytestreamfilesource.cpp(93) : error C2664:
'turnOf