On Mon, 6 Jun 2011, Alessandro Antonello wrote:
> Hi, all.
>
> Is possible to build a version of CeGCC for MSYS that doesn't rely on
> cygwin1.dll?
cross compile on linux, it will be way faster
Vincent Torri
>
> Alessandro Antonello
>
>
Hi,
yes it is.
You should browse the list archive to find out how it's done.
Regards,
Sebastien
On Mon, Jun 6, 2011 at 8:27 PM, Alessandro Antonello <
antonello@gmail.com> wrote:
> Hi, all.
>
> Is possible to build a version of CeGCC for MSYS that doesn't rely on
> cygwin1.dll?
>
> Alessan
Hi, all.
Is possible to build a version of CeGCC for MSYS that doesn't rely on
cygwin1.dll?
Alessandro Antonello
--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and
Hi, all.
The function "_wtoi()" in the 'stdlib.h' header is protected with:
#if !defined(__COREDLL__)
...
#endif
But in the Windows CE standard SDK the function is fully available. Indeed it
is redirected to '_wtol()' function. But why these functions prototype are
protected in the CeGCC distrib