Hi there,
I'm developing a Twitter lib(Dweetta) and while trying to compile under
Lazarus, it complains about the switches.
superobject.pas:601
{$if true}
FO: record
case TSuperType of
stBoolean: (c_boolean: boolean);
stDouble: (c_double: double);
stCurrency: (c_currency: Currency);
stInt: (c_int: SuperInt);
stObject: (c_object: TSuperTableString);
stArray: (c_array: TSuperArray);
{$IFDEF SUPER_METHOD}
stMethod: (c_method: TSuperMethod);
{$ENDIF}
end;
{$ifend}
-------------------------8<--------------------
I'm sorry not to give a patch, but I still need some more study of your source.
Cheers,
Gus
Original issue reported on code.google.com by guscarreno on 14 Dec 2009 at 11:32
Original issue reported on code.google.com by
guscarreno
on 14 Dec 2009 at 11:32