On Sun, Jan 24, 2010 at 9:00 PM, Zaher Dirkey <[email protected]> wrote:

> I cannot run my application on WinCE  (WM 5 and WM 6.1)
> when i remote debug it crash in
>
> application.inc line 386
> Res := FindResource(HInstance, PChar('MAINICON'), RT_GROUP_ICON);
>

Hi,

I guess with my weak experience. the problem about RT_GROUP_ICON it is
PWideChar passed as parameter  PChar, widestring manager here worked to
convert not a real string, RT_GROUP_ICON it is an Integer typecasted as
PWideChar in WinCE.

SY, Zaher Dirkey
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to