[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua 5.2 : merging lua for Windows CE/Mobile upstream
- From: Petr Štetiar <ynezz@...>
- Date: Mon, 22 Mar 2010 08:53:06 +0100
Vincent Torri <vincent.torri@gmail.com> [2010-03-21 21:13:43]:
> 2010/3/21 Petr Štetiar <ynezz@true.cz>
>
> all the app that i have written for Windows CE, and compiled with cegcc, use
> main() and not WinMain(). I guess that gcc is doing something to have in the
> end WinMain().
In cegcc is missing main() handled in simillar way http://bit.ly/cyvPcN I did.
> For a tutorial about how to compile them with cegcc (mingw32ce):
> http://trac.enlightenment.org/e/wiki/EFLWindowsCE It has been a long time
> since I compiled them and a lot of things were modified in the svn, so maybe
> it is not compiling right now. We are working to have an alpha release, so
> the Windows CE port is a bit on stand by.
Nice, didn't knew about this. I'll play with it for sure.
-- ynezz