I'm getting a runtime error 231 when starting program on arm.
Stems from ANSI2WIDEMOVE in cwstring.pp returning ESysEBADF (9).
Do I need to define something on arm for widestrings?
Thanks
Terry
[EMAIL PROTECTED]:~$ project2 -qws
[HINT] TWinControl.CreateWnd creating Handle during loading Form1:
On Sun, Nov 2, 2008 at 6:31 PM, Vladimir Zhirov <[EMAIL PROTECTED]> wrote:
> So the questions are:
> 1) Is this an expected behavior?
> 2) Are there any detailed documentation to read on this subject? I have
> not found anything, "Supports" is not very google-friendly name :(
http://dn.codegear.co
On Sun, Nov 2, 2008 at 6:31 PM, Vladimir Zhirov <[EMAIL PROTECTED]> wrote:
>
> "Supports" does not seem to take into account interfaces inheritance,
> so to make the second call work as expected, I have to change TMyClass
> declaration to
>
>> TMyClass = class(IInterfacedObject, IMyBasicInterface,
Hi,
I've got a question on how does "Supports" function work. Here is the
quote from the FPC docs:
> Check whether a class or given interface supports an interface.
> Supports checks whether Instance supports the interface identified by IID. It
> returns True
> if it is supported, False. Optiona