Results 1 to 6 of 6

Thread: GetSystemTime not working with SRL

  1. #1
    Join Date
    Oct 2008
    Posts
    196
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default GetSystemTime not working with SRL

    Everytime I try to use the function, GetSystemTime, it works fine, but when I attempt to setup SRL along with it, it will return no value.

    E.g.

    Simba Code:
    program new;
    {$i SRL/SRL.scar}

    begin
      SetupSRL;
      writeln(GetSystemTime);
    end.

    Are there any ways to circumvent this?

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

  3. #3
    Join Date
    Oct 2008
    Posts
    196
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Read that thread before posting but it had nothing of use to me. also tries GetTickCount(), same result as GetSystemTime

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

    Default

    Huh. Seems odd. Works just fine for me in both cases (on Win7 x64). What OS are you on? Not sure what that would change, but maybe it could shed some light.

  5. #5
    Join Date
    Oct 2008
    Posts
    196
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    Same as you win 7 x64

  6. #6
    Join Date
    Oct 2008
    Posts
    196
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    nvm, restarted computer and it's working now

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
  •