[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: IUP "basic" mode
- From: "Antonio Scuri" <scuri@...>
- Date: Fri, 3 Jun 2011 09:59:16 -0300
No, for strictly IUP the best place to do that is on the IUP mailing list
(iup-users@lists.sourceforge.net).
Those libraries actually do not exist outside the Visual C++ project. But
yes, you only need to port the core modules and the win modules. In fact I
believe that nothing should be changed at the core modules.
I guess the most problematic issue to port is the support for Unicode. But
it is a welcome addition. I can assist you for the best way to do it.
Best,
Scuri
PS: Please reply to the IUP list.
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Marc Balmer
> Sent: sexta-feira, 3 de junho de 2011 04:51
> To: Lua mailing list
> Subject: IUP "basic" mode
>
> Is this mailing list also he right place for IUP questions? I want to
start
> porting it to Windows Mobile (Windows CE), am right that for the standard
> controls I only need to build iupcore.lib and iupwin.lib plus the Lua
> bindings?