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
Code: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.


Reply With Quote


You didn't do it correct. Retry. Sorry, I know it sucks, but it's a pretty exact process. It does work, by the way. Autoing as we speak! ^^
)

Especially newcomers.
