Difference between revisions of "Talk:Windows CE Interface"

From Free Pascal wiki
Jump to navigationJump to search
(Windows Mobile 6.5)
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
: 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. --[[User:Sekelsenmat|Sekelsenmat]] 16:37, 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. --[[User:Sekelsenmat|Sekelsenmat]] 16:37, 24 Mar 2006 (CET)
  
any more info on how to build that application with lazarus?
+
 
should i download daily build or the normal one which i have is adequate?
+
Well i know nobody seems to read these!but,does this step by step info are enough and precise or maybe i should cut some nonsense and make it easier.--[[User:Roozbeh|Roozbeh]] 23:18, 27 December 2006 (CET)
 +
 
 +
== Windows Mobile 6.5 ==
 +
 
 +
Hey.
 +
 
 +
I added the part about Windows Mobile 6.5. There is also a Windows Mobile 6 and 6.1.4 Image aviable. Maybe it should be in the article? Sry for my bad english, I'm from Germany. --[[User:Qnkel|Qnkel]] 07:46, 27 December 2009 (CET)

Latest revision as of 07:46, 27 December 2009

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)


Well i know nobody seems to read these!but,does this step by step info are enough and precise or maybe i should cut some nonsense and make it easier.--Roozbeh 23:18, 27 December 2006 (CET)

Windows Mobile 6.5

Hey.

I added the part about Windows Mobile 6.5. There is also a Windows Mobile 6 and 6.1.4 Image aviable. Maybe it should be in the article? Sry for my bad english, I'm from Germany. --Qnkel 07:46, 27 December 2009 (CET)