Talk:Windows CE Interface

From Lazarus wiki
Revision as of 12:04, 24 March 2006 by Vincent (talk | contribs)
Jump to navigationJump to search

I think its easyer to inherite the WinCE interface from Win32 interface ?! maybe something like and GetCaption(s : string) : string and in wince: GetCaption(s : string) : Widestring could be implemented in the Interfaceobject and every call to the api with an Caption or antherstring is called with GetCaption so it schould be easy to use the whole win32 interface for wince ?! Problem at this is that the "overhead" is also used maybe the wince interface could be smaller without ... --Christian 09:51, 24 Mar 2006 (CET)

It was decided to have them seperated, because of the not very good experiences with the gtk1 and gtk2 interface. Vincent 11:04, 24 Mar 2006 (CET)