Results 1 to 2 of 2

Thread: help with error line plz

  1. #1
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default help with error line plz

    i have smart 8 installed plz give as much help as possable

    i use this code and get this
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SIXHOURFIX ;# TRUE;
    SMART_FIXSPEED ;# true;
    SetupSRL();
    end.

    and this is what i get

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    at that line the code is
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '',

    i have been looking for 8 hours solid now plz will some one help plz

  2. #2
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by 07fred View Post
    i have smart 8 installed plz give as much help as possable

    i use this code and get this
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SIXHOURFIX ;# TRUE;
    SMART_FIXSPEED ;# true;
    SetupSRL();
    end.

    and this is what i get

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    at that line the code is
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '',

    i have been looking for 8 hours solid now plz will some one help plz
    You have not installed Smart8 properly. You might want to reinstall it by uninstalling it through Control Pannel, then deleting C:\Simba, and then re-running the SimbaInstaller. Then try installing SMART8 again.

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
  •