[Live-devel] Live on Windows CE ( eVC 4 )

Gabriel Bouvigne gabriel.bouvigne at resonate-mp4.com
Thu Aug 26 16:35:31 PDT 2004


Thiago A. Corrêa a écrit :

> 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.

There is an issue that only appears when linking liveMedia with your 
application: winCE does not have ctime(x) but wce_ctime(x), so you need 
to add this to groupsockhelper.cpp:


#ifdef _WIN32_WCE
#include <afxwin.h>
#include <wcealt.h>
#define ctime wce_ctime
#endif


Regards,

-- 


Gabriel Bouvigne
Resonate mp4
Tel: (+33) 142 411 665


More information about the live-devel mailing list