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, then you *don't* want file reads to be performed synchronously.

If, however, Wince is brain-damaged (like many versions of Windows) and doesn't allow open files to he handled as select()able sockets, then, yes, you will want to define
        READ_FROM_FILES_SYNCHRONOUSLY
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to