Results 1 to 4 of 4

Thread: SRL doesn't work?

  1. #1
    Join Date
    Feb 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SRL doesn't work?

    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.

  2. #2
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    You have to move your plugins. 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! ^^

    (With this! )


  3. #3
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    You have to move your plugins. 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! ^^

    (With this! )

    The admins should move the tutorials on properly setting up SCAR and SRL to this section and sticky it. It will save people time and a lot of frustration. Before the tutorial island was located before the scripts section now its right at the end...People hardly go down there for serious things like learning stuff Especially newcomers.

  4. #4
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    FEAR, suggest it to them. ^^ There's a section for that.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •