Re: [Cegcc-devel] News about Qt

2010-04-05 Thread mobi phil
after the first day is it was very slow). However first try to accomodate with small C apllications then go for software monsters like QT apps... -- rgrds, mobi phil being mobile, but including technology http://mob

Re: [Cegcc-devel] UPDATE: Re: windows mobile emulator

2009-12-01 Thread mobi phil
-- rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sess

Re: [Cegcc-devel] UPDATE: Re: windows mobile emulator

2009-12-01 Thread mobi phil
driver that is installed when you install VirtualPC. I hope now it is clear :) -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Join us December 9, 2009 for the Red Hat Virtual

[Cegcc-devel] UPDATE: Re: windows mobile emulator

2009-11-30 Thread mobi phil
ping the IP from my linux box, so gdb should work as well. rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused

Re: [Cegcc-devel] windows mobile emulator

2009-11-30 Thread mobi phil
server for ex.) from the emulated windows mobile device, but DNS is not "inherited". I also do not understand now the topology, so that outside world can connect to the emulated device (gdb). This should make at least for me life easier finishing my porting of fullscreen vim. rgrds, mobi p

[Cegcc-devel] windows mobile emulator

2009-10-17 Thread mobi phil
. Another related question: was anybody able to run the image under qemu? -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA

Re: [Cegcc-devel] UNDER_CE

2009-10-14 Thread mobi phil
Thanks, I have the impression that I have seen it somewhere else as well, but I might be wrong. fair enough your feedback, thanks On Wed, Oct 14, 2009 at 10:36 PM, Danny Backx wrote: > On Tue, 2009-10-13 at 23:38 +0200, mobi phil wrote: >> UNDER_CE has low value. If I understand wel

[Cegcc-devel] UNDER_CE

2009-10-13 Thread mobi phil
one can overwrite it? -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to

Re: [Cegcc-devel] Console to windows mobile,

2009-10-07 Thread mobi phil
> In my mind, your question translates into two pieces of software : > - a terminal emulator > - a shell (like /bin/ksh or cmd.exe) exactly! > The PocketConsole / PocketCmd pair can do this for you, but the cmd part > is a port of ReactOS's cmd. No unix-like shell, so (I suppose) no pipes. > Th

[Cegcc-devel] Console to windows mobile,

2009-10-04 Thread mobi phil
? Another problem is that the rapi libraries do not work well, at least on ubuntu, so even basic functions like rapi cp, ls etc are not available for me... any help? -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com

Re: [Cegcc-devel] library dependencies of the built cegcc

2009-09-10 Thread mobi phil
cally probably LD_LIBRARY_PATH need to contain the path to the library. In order to make life easier the correct builds of the libraries should be available for download on the cegcc homepage. Regards On Wed, Sep 9, 2009 at 8:40 PM, Danny Backx wrote: > On Wed, 2009-09-09 at 19:34 +0200, m

[Cegcc-devel] library dependencies of the built cegcc

2009-09-09 Thread mobi phil
Hello, I am trying to run cegcc on a redhat 5 machine, but the libmpfr is not present. Wouldn't it be a good idea to include these dependencies into the cegcc package? -- rgrds, mobi phil being mobile, but including technology http://mobiphi

Re: [Cegcc-devel] links2 on windows mobile

2009-09-02 Thread mobi phil
nk that you could have a fast and beautiful web browser. > > about what can be done with the EFL : > > http://calaos.fr/pub/moshi_wince.avi > > regards > > Vincent Torri > -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com --

[Cegcc-devel] links2 on windows mobile

2009-09-02 Thread mobi phil
"gaming" api... we would end up with a fast browser... anybody already did any work in this direction -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Let Crystal Reports

[Cegcc-devel] build pocketputty with cegcc

2009-09-02 Thread mobi phil
, mobi phil being mobile, but including technology http://mobiphil.com -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus

[Cegcc-devel] pocketputty with cegcc

2009-08-31 Thread mobi phil
obile -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integratio

Re: [Cegcc-devel] getenv/setenv

2009-07-19 Thread mobi phil
I started to edit the wiki... please do it yourself. I mentioned an idea how I would implement the getenv/setenv, if it would be possible... So I would write a kernel driver that if could intercept process creation events, then it would always copy environment from parent process etc/etc. Anybo

[Cegcc-devel] wiki and forum

2009-07-12 Thread mobi phil
chance they would use that... so if you cannothost such a wiki, I would be happy to create one on http://cegcc.mobiphil.com, or even a phpbb based forum -- rgrds, mobi phil being mobile, but including technology http://mobiphil.com

Re: [Cegcc-devel] getenv/setenv

2009-07-08 Thread mobi phil
uses a static buffer, if you call getenv twice, the second call > will erase the first one (same behavior than what is described in the man > page of the opengroup: > http://www.opengroup.org/onlinepubs/95399/functions/getenv.html) > > Vincent >

[Cegcc-devel] getenv/setenv

2009-07-08 Thread mobi phil
, mobi phil being mobile, but including technology http://mobiphil.com -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications

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

2009-07-07 Thread mobi phil
/09, Danny Backx wrote: > 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

[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