[Lazarus] Is OLE supported under WinCE platform?
Graeme Geldenhuys
graemeg.lists at gmail.com
Tue Oct 12 11:03:47 CEST 2010
On 12 October 2010 10:39, Felipe Monteiro de Carvalho wrote:
> Could you be more specific? There are a couple of stuff and APIs which
> can be identified as OLE.
I'm implementing OLE drag-n-drop in fpGUI. I also want to use the OLE
clipboard in fpGUI. This allows for more versatile data transfer - not
just limited to text transfers.
I played with my PocketPC device and couldn't really see if
drag-n-drop is supported in WinCE (Windows Mobile 2003SE). So I don't
know if I should wrap the OLE drag-n-drop implementation in fpGUI with
{$IFNDEF WINCE}..{$ENDIF}
I guess I'll just implement it without IFDEF's, then try and
cross-compile a simple app for my PocketPC device... if
cross-compiling fails, I know I need to wrap that code with IFDEF's. I
just thought maybe somebody could tell me earlier if it is supported
or not.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net:8080/fpgui/
More information about the Lazarus
mailing list