Re: [Cegcc-devel] Windows Mobile Emulator under Linux?

2008-03-14 Thread Pablo Rogina
> Interesting. Can Jacek and you share these tips with us ? Sure. I've just sent some information to Jacek some days ago, and I guess he'll be updating the FAQ page soon (I've got some screenshots too if they're required) As a quick reference: Device Emulator standalone v 3 http://www.microsoft.

Re: [Cegcc-devel] Windows Mobile Emulator under Linux?

2008-03-14 Thread Danny Backx
Interesting. Can Jacek and you share these tips with us ? Danny On Thu, 2008-03-13 at 09:08 -0500, Pablo Rogina wrote: > With some tips from Jacek M. Holeczek and after some trials, I was > able to install and run Device Emulator Standalone v 3 under wine > 0.9.57 / Ubuntu 7.10 using both

[Cegcc-devel] problem with libtool and the creation of dll.

2008-03-14 Thread Vincent Torri
Hey, Currently, there is no support of cegcc in libtool. There is a minor support of mingw32ce, though. Hence, I can cross compile a lib, but only the static lib is created. What is the recommended way to create shared lib with cegcc ? (except givin patches to libtool community) thank you V