Re: [Cegcc-devel] Proposed implementation of getenv and friends

2007-01-15 Thread Pedro Alves
Danny Backx escreveu: > Pedro, > > Attached is a proposed implementation for getenv, setenv, unsetenv. I > would put this in src/mingw/mingwex/getenv.c . A test program is in the > other attachment. > > Based on the Makefile.in patch looks like you meant mingw/mingwex/wince/ > I would propose u

[Cegcc-devel] timeGetTime()

2007-01-15 Thread Cool_Zer0
Hi there, Looks like CeGcc doesn't know what timeGetTime() is... ffmpeg contains this piece of code: #if defined(CONFIG_WINCE) /* Skip includes on WinCE. */ #elif defined(__MINGW32__) #include #include #elif defined(CONFIG_OS2) #include #include #else #include #include #include #endif #

Re: [Cegcc-devel] Problem with virtual fuctions

2007-01-15 Thread Pedro Alves
Hi Israel, Israel Lins Albuquerque wrote: > Well I'm compiling with arm-wince-cegcc-g++, because, I use classes... > but some fuctions are virtuals, and when I compile an project using > those classes, the '.exe' don't work the pocket show an alert ' > "AppName" is not a valid Windows CE applic

Re: [Cegcc-devel] timeGetTime()

2007-01-15 Thread Danny Backx
I've attached /opt/cegcc/arm-wince-cegcc/lib/libmmtimer.a . Please install it on your system, change the compile command to link with this library, and let me know whether this works. Danny On Mon, 2007-01-15 at 16:06 +, Cool_Zer0 wrote: > Hi there, > > Looks like CeGcc doesn't know

Re: [Cegcc-devel] timeGetTime()

2007-01-15 Thread Cool_Zer0
make[1]: Entering directory `/root/ffmpeg/libavformat' /usr/ppc/arm-wince-cegcc/bin/gcc -shared -Wl,--output-def,avformat-51.def,--out-implib,libavformat.dll.a -Wl,--enable-runtime-pseudo-reloc -Wl,--warn-common -Wl,--as-needed -Wl,-rpath-link,"/root/ffmpeg"/libavcodec -Wl,-rpath-link,"/root/f