Results 1 to 7 of 7

Thread: weird error

  1. #1
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default weird error

    Line 58: [Error] (244:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

    do i have to download the includes or what. that happens with any script i try ( even a simple move mouse one ).

    this is the little section thing for the file thats in
    SCAR Code:
    Function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
    var
      TempBMP : integer;
    begin;
      TempBMP := CreateBitmapMaskFromText(Txt,Chars);
      Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));// line the error is on
      FreeBitmap(TempBMP);
    end;

  2. #2
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by akwardsaw View Post
    Line 58: [Error] (244:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Math.scar

    do i have to download the includes or what. that happens with any script i try ( even a simple move mouse one ).

    this is the little section thing for the file thats in
    SCAR Code:
    Function CreateTPAFromText(Txt : String; Chars : Integer) : TPointArray;
    var
      TempBMP : integer;
    begin;
      TempBMP := CreateBitmapMaskFromText(Txt,Chars);
      Result := CreateTPAFromBMP( GetBitmapDC(TempBMP));// line the error is on
      FreeBitmap(TempBMP);
    end;
    download scar lite its right next to the normal download

  3. #3
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    eh, wheres that at?

  4. #4
    Join Date
    Mar 2008
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by akwardsaw View Post
    eh, wheres that at?
    www.freddy1990.com under scar it is right next to the normal download... and get subversion as well.

  5. #5
    Join Date
    Oct 2007
    Location
    brooklyn, new york
    Posts
    258
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First make sure u have scar version 3.15. If not, go to http://www.freddy1990.com/scar.php and download left one. After your sure u have 3.15 download THIS . Install, restart scar, tools --> options --> Srl download --> subversion repository ---> checkout. ok.

    now, file and update srl svn to rev. 16


    Hope i helped.

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

  7. #7
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    thanks guys, but i think i got it set up, thanks to Jethr0x's tut on sythe

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. weird error
    By mormonman in forum OSR Help
    Replies: 4
    Last Post: 02-05-2009, 02:06 AM
  2. Weird Error:
    By D1zl3 in forum OSR Help
    Replies: 8
    Last Post: 11-12-2008, 05:03 AM
  3. weird ; error
    By del_signo in forum OSR Help
    Replies: 3
    Last Post: 04-09-2007, 08:52 PM

Posting Permissions

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