[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Require, Load



                   
The syntax:

  (REQUIRE (directory filename))

Works nicely in that it looks first for a BIN file and then for a T
file if no BIN file is found.

Unfortunately, the second time T encounters the same REQUIRE form,
it generates the following error message:

  ** Error: STRUCTURES has already been loaded from file #[Filename () PROJ_TEMP
  STRUCTURES T]
    Do (RET T) to reload from #[Filename () PROJ_TEMP STRUCTURES], or (RET) not to
  >>   (ret)

    
Seems that REQUIRE is not quite consistent -- It should generate the full pathname
before it checks for already-loaded status, or something like that.... 

Guess it serves me right for using un-released REQUIRE....



/c