Re: [Cegcc-devel] x86 libstdc++ crashes

2009-07-07 Thread Dave Korn
Danny Backx wrote: > - linker mentions ios_base::Init::Init() > - crash occurs, says gdb, in ios_base::Init __ioinit; > - gdbserver occasionally shows the glitch with reading dll names > (Symbol file not found for li) > Info: resolving std::cout by linking to __imp___ZSt4cout (auto-import) > I

Re: [Cegcc-devel] x86 libstdc++ crashes

2009-07-07 Thread Danny Backx
On Mon, 2009-07-06 at 08:53 +0200, Johnny Willemsen wrote: > Hi, > > > > You need to either make both calls be to __main, or to __gccmain, > > never to both. > > > > I think I fixed that one already. > > > > Right now, a constructor from libstdc++ is dying when it gets called > > for the first t

Re: [Cegcc-devel] list of API functions available in mingw32ce

2009-07-07 Thread mobi phil
vim 7.2 is running on the same phone I am writing this email :) after several attempts, I managed to build it. Stay tuned on my blog mobiphil.com, I will make available a full screen vim experience :) and I gathered some "strategical" ideas how to improve porting experience On 7/7/09, Danny Backx

Re: [Cegcc-devel] Incorrect definition of CRITICAL_SECTION?

2009-07-07 Thread Dave Korn
Pedro Alves wrote: > On Monday 18 May 2009 11:56:24, Danny Backx wrote: >> According to >> http://fpc.freedoors.org/fpc-2.2.0.source/rtl/win/sysosh.inc >> the definition should be something like the patch below says. >> >> The copyright on this stuff is LGPL so I can take it over. > > Huh? How

Re: [Cegcc-devel] Incorrect definition of CRITICAL_SECTION?

2009-07-07 Thread Danny Backx
On Sun, 2009-07-05 at 17:11 +0100, Pedro Alves wrote: > On Monday 18 May 2009 11:56:24, Danny Backx wrote: > > According to > > http://fpc.freedoors.org/fpc-2.2.0.source/rtl/win/sysosh.inc > > the definition should be something like the patch below says. > > > > The copyright on this stuff is LG

Re: [Cegcc-devel] list of API functions available in mingw32ce

2009-07-07 Thread Danny Backx
On Tue, 2009-07-07 at 14:20 +0200, mobi phil wrote: > Hello, > > > First of all, nice job! I managed to build vim72 with mingw32ce, > however there are still some functions that are not available. I am > trying to use celib (http://www.rainer-keuchel.de/documents.html) , > but there are lot of

Re: [Cegcc-devel] list of API functions available in mingw32ce

2009-07-07 Thread Vincent R.
> >> I did not get the point, is there an >> intention to implement all the functions defined in the header files >> , etc.? It would probably make sense, as this >> would >> allow easier port of certain applications from windows to windows mobile. >> Do >> you have such a plan? > > No. But, I

Re: [Cegcc-devel] list of API functions available in mingw32ce

2009-07-07 Thread Pedro Alves
On Tuesday 07 July 2009 13:20:31, mobi phil wrote: > Hello, > > > First of all, nice job! I managed to build vim72 with mingw32ce, however > there are still some functions that are not available. I am trying to use > celib (http://www.rainer-keuchel.de/documents.html) , but there are lot of > war

[Cegcc-devel] list of API functions available in mingw32ce

2009-07-07 Thread mobi phil
Hello, First of all, nice job! I managed to build vim72 with mingw32ce, however there are still some functions that are not available. I am trying to use celib (http://www.rainer-keuchel.de/documents.html) , but there are lot of warnings about duplicate symbols. I did not get the point, is there