[Live-devel] Live on Windows CE ( eVC 4 )
Thiago A. Corrêa
thiago at remotevideo.com.br
Wed Aug 25 18:05:35 PDT 2004
Hi,
I've created a small Visual C++ 4 project file and compiled Live on it. It went mostly ok, except for the perror reference on BasicTaskScheduler which I had to wrap out with:
#if !defined(_WIN32_WCE)
perror("BasicTaskScheduler::SingleStep(): select() fails");
#endif
I didn't had the time to test or write an app to use it, so, I'm not sure if it works or not. Wonder if anyone here would have a quick and dirty app that could help me get started on it :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live.com/pipermail/live-devel/attachments/20040825/99c4e08e/attachment.html
More information about the live-devel
mailing list