Results 1 to 3 of 3

Thread: Obsolete directive

  1. #1

    Obsolete directive

    In jedi-sdl.inc (in the 1.0 (beta) and, as far as I can tell, in the CVS repository), we have the following global directive for the FPC compiler:

    Code:
    {$THREADING on}
    This directive is obsolete, and has been since v1.9.8 (threading is now on by default). This is why one gets the following error message...

    Code:
    Warning: Illegal compiler directive "$THREADING"
    ...when one compiles JEDI-SDL programs with newer versions of FPC. Can we please remove the directive if it's still there?
    [size=10px]"In science one tries to tell people, in such a way as to be understood by everyone, something that no one ever knew before. But in poetry, it's the exact opposite." -- Paul Dirac[/size]

  2. #2

    Obsolete directive

    Thanks for the heads up, will do that tonight and check it in.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  3. #3

    Obsolete directive

    This change has finally been checked into CVS
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

Bookmarks

Posting Permissions

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