Am 03.03.2013 22:23, schrieb Louis Salkind:
With the fpc 2.7.1 trunk, the following simple program does not work
under darwin unless I also include the unit cwstring:
program project1;
{$mode objfpc}{$H+}
uses sysutils;// also needs the unit cwstring to work
under darwin
function
With the fpc 2.7.1 trunk, the following simple program does not work
under darwin unless I also include the unit cwstring:
program project1;
{$mode objfpc}{$H+}
uses sysutils;// also needs the unit cwstring to work under
darwin
function toupper(const s: WideString): WideString;
be