Hi Christian,
Christian Werner wrote:
> Compiling SQLite 3.5.x (CVS version as of 2007-11-13) using CeGCC (SVN rev
> 1064)
> worked OOTB. However running the resulting SQLite 3 shell (sqlite3.exe) on a
> WM 5
> device with PXA 270 CPU gave strange results when selecting the sqlite_master
> schema
pgeorges wrote:
At http://msdn2.microsoft.com/en-us/library/ms913056.aspx
it is stated that
"All threads initially start at THREAD_PRIORITY_NORMAL (251)."
Currently I use
CeSetThreadPriority(GetCurrentThread(), priority);
where priority is between 248 and 254 to run threads in background.
Matthew Kille wrote:
> Here's the suggested patch:-
Good thing it's documented:
http://msdn2.microsoft.com/en-us/library/ms834197.aspx
I also needed this for:
http://sourceware.org/ml/gdb-patches/2007-11/msg00218.html
I can confirm it makes a difference :-)
Will commit your patch when I get
Wang Yi wrote:
Hi, all
I'm a newbie in using cegcc, currently , with the help of some posts in
cegcc-devel, I have succeeded in compiling FFMPEG using mingw32ce compiler
tools-chain. But when I add all files to my WM5 based device, It first show
up a waiting logo ,then a message " Not a v
Quoting Aldo Calpini <[EMAIL PROTECTED]>:
> hello again,
>
> having lobbied for them, I decided to make the cygwin binaries I built
> available for others.
>
> take a look at: http://dada.perl.it/cegcc/
>
> the page should be self-explanatory enough. I hope there are no
> problems with a) the b
Quoting Aldo Calpini <[EMAIL PROTECTED]>:
> hello again,
>
> having lobbied for them, I decided to make the cygwin binaries I built
> available for others.
>
> take a look at: http://dada.perl.it/cegcc/
>
> the page should be self-explanatory enough. I hope there are no
> problems with a) the b
Hi guys,
Hi have for the past week been trying to build the VLC player with
mingw32ce. This has been serving me to get a feeling for what is
needed/lacking in mingw32ce. I have successfully ported/built a bunch
of stuff, like zlib, libogg, libmad, libbidi, and freetype. I have
built ffmpeg also
Hi guys,
Hi have for the past week been trying to build the VLC player with
mingw32ce. This has been serving me to get a feeling for what is
needed/lacking in mingw32ce. I have successfully ported/built a bunch
of stuff, like zlib, libogg, libmad, libbidi, and freetype. I have
built ffmpeg also
Hi Nuno,
Quoting Nuno Lucas <[EMAIL PROTECTED]>:
> Some functions in math.h (like rint), are inlined in the math.h
> header, but fail to compile with an error when used:
>
>
> [EMAIL PROTECTED]:~/prjs/wince/cegcc/test/math_h_header$ cat main.c
> #include
> int main( void )
> {
> double
Citando Cool_Zer0 <[EMAIL PROTECTED]>:
Pedro Alves wrote:
> Hi Nuno,
>
> Cool_Zer0 wrote:
>
>>
>> I've compiled FFMpeg with this setup:
>> ./configure --cross-compile
>> --cross-prefix=/usr/ppc/arm-wince-cegcc/bin/ --arch=armv4l
>> --disable-static --enable-shared --enable-mingwce --di
10 matches
Mail list logo