nsb823
03-07-2010, 04:02 AM
I downloaded scar 3.23 prerelease and srl opendev with svn.
i tried to run script and got this:
Failed when compiling
Line 58: [Error] (543:11): Unknown identifier 'CreateTPAFromBMP' in script C:\SCAR 3.23\includes\SRL\SRL\Core\Math.scar
function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
var
TempBMP : integer;
begin;
TempBMP := CreateBitmapMaskFromText(Txt,Chars);
Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
FreeBitmap(TempBMP);
end;
{$endif}
I moved all the plugins to the correct loacation and the SRL folder is in the includes.
i tried to run script and got this:
Failed when compiling
Line 58: [Error] (543:11): Unknown identifier 'CreateTPAFromBMP' in script C:\SCAR 3.23\includes\SRL\SRL\Core\Math.scar
function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
var
TempBMP : integer;
begin;
TempBMP := CreateBitmapMaskFromText(Txt,Chars);
Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));
FreeBitmap(TempBMP);
end;
{$endif}
I moved all the plugins to the correct loacation and the SRL folder is in the includes.