Re: [Cegcc-devel] LoadLibrary on DLL returns null (Check SYSGEN ?? )

2007-07-31 Thread Radu Poenaru
> > Radu Poenaru wrote: > > Hello ! > > > > > > > > I have managed to compile FFmpeg using mingw32ce under cygwin. I get > a > > lot of warning on deprecated functions, but the .so file gets build > in > > the end. > > > > > > What the heck is everyone doing, that they all need FFmpeg? > (Just c

Re: [Cegcc-devel] Building pthread.

2007-07-31 Thread Leonardo Weiss Chaves
Hi Pedro, I am able to compile the '"normal" libtool (http://www.gnu.org/software/libtool/) with both mingw32ce and cegcc, but when I run jamvm's configure I get the following with both minge32ce and cegcc: configure:20943: arm-wince-mingw32ce-gcc -o conftest.exe -g -O2 conftest.c -ldl -lm

Re: [Cegcc-devel] LoadLibrary on DLL returns null (Check SYSGEN ?? )

2007-07-31 Thread Radu Poenaru
This is exactelly the same problem as I have: http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg00382.html My compiled avcodec.dll depends on a "COREDLL." Without extension?? for most of the coredll.dll functions (_fclose,asin,etc). It also uses a "COREDLL.DLL" for a function nam

Re: [Cegcc-devel] RegisterDeivce and DeRegisterDevice Definitions

2007-07-31 Thread Pedro Alves
Steven Hicks wrote: > > The winbase.h header in cegcc/src/w32api/includes is missing > >> RegisterDevice: http://msdn2.microsoft.com/en-us/library/ms919794.aspx >> DeRegisterDevice: http://msdn2.microsoft.com/en-us/library/ms898281.aspx > > The patch that is attached just provides the definition

Re: [Cegcc-devel] Building pthread.

2007-07-31 Thread Pedro Alves
Leonardo Weiss Chaves wrote: > Hi Pedro, > > I am able to compile the '"normal" libtool > (http://www.gnu.org/software/libtool/) with both mingw32ce and cegcc, but > when I run jamvm's configure I get the following with both minge32ce and > cegcc: > > configure:20943: arm-wince-mingw32ce-gcc -

Re: [Cegcc-devel] LoadLibrary on DLL returns null (Check SYSGEN ?? )

2007-07-31 Thread Pedro Alves
Radu Poenaru wrote: > This is exactelly the same problem as I have: > > http://www.mail-archive.com/cegcc-devel@lists.sourceforge.net/msg00382.html > > My compiled avcodec.dll depends on a "COREDLL." Without extension?? for > most of the coredll.dll functions (_fclose,asin,etc). > It also uses a

Re: [Cegcc-devel] LoadLibrary on DLL returns null (Check SYSGEN ?? )

2007-07-31 Thread Pedro Alves
Radu Poenaru wrote: >>> >> What the heck is everyone doing, that they all need FFmpeg? >> (Just curious). > > > I need to play a video on my application. Boss wants me to do it "for all > plaforms" ?!?!?!?? > Thanks, curiosity killed. >>> >> Did you take a look at the patch I posted a few week