Talk:Windows CE Interface

From Free Pascal wiki
Revision as of 17:37, 24 March 2006 by Sekelsenmat (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)
I tryed to copy-and-paste code from the win32 interface, but the end result was many missing winapi functions that are not supported on Windows CE. --Sekelsenmat 16:37, 24 Mar 2006 (CET)