programming tools for Windows applications development
  Home  |   SwiftForth Archive  |   SwiftX Archive  |

Re: - bug in REQUIRES ?

From: Gene LeFave <gene_at_tekdata.com>
Date: Sat, 27 Feb 1999 14:56:35 -0600

I've had this same problem, It has something to do with directory =
searches. Apparently requires searches directories in a different =
sequence as (include) so that the file actually included may be =
different. I had too versions of a file with the same name. Deleting =
the wrong one solved the problem.

Gene
----------
From: talk_at_forth.com[SMTP:talk_at_forth.com]
Sent: Friday, February 26, 1999 11:46 AM
To: Members of SF Talk
Subject: SFTALK - bug in REQUIRES ?

Original sender: ForthCAD <mail_at_forthcad.com>
A bug in REQUIRES ?

With 3 sources files A, B, C.

        A.F REQUIRES( B.F, C.F )
        B.F REQUIRES( C.F )

If I load "A.F",=20
        I see the system load "C.F",=20
        then "B.F",=20
        then "C.F",=20
        then terminate the "A.F" interpretation.

But, in the documentation, I read "include the file is not already =
included..."

Charles Melice

=20

.
Received on Sat Feb 27 1999 - 14:56:35 PST

This archive was generated by hypermail 2.2.0 : Thu Nov 20 2008 - 03:04:26 PST