Results 1 to 3 of 3

Thread: problem

  1. #1
    Join Date
    Jan 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default problem

    [error] (1:1): Unexpected end of file at line 0
    compiling failed.
    program veracwoodcutter;
    {$i srl/srl.simba}
    wtf ?

  2. #2
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Post the entire script please. But if you don't want to make sure that you end the script with "end."
    Current Project: Retired

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Simba Code:
    program veracwoodcutter;
    {$i srl/srl.simba}
    If that's the entire script then yeah the error arises from the lack of main program.

    Simba Code:
    program veracwoodcutter;
    {$i srl/srl.simba}
    begin
    end.

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
  •