[Lazarus] Unicode branch

Marco van de Voort marcov at stack.nl
Tue Jun 11 09:29:50 CEST 2013


On Tue, Jun 11, 2013 at 07:10:31AM +0800, Paul Ishenin wrote:
> > Nope, WinCE uses FPC_OS_UNICODE ;)
> 
> Not in FPC 2.6.2 which must be supported by Lazarus too.

If you add the 

{$ifdef FPC_OS_UNICODE}{$DEFINE UNICODE}{$endif}

to the top, it will work in both the old situation (UNICODE is already
defined globally on wince) as the new (FPC_OS_UNICODE will set UNICODE locally)




More information about the Lazarus mailing list