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

Problem with #$ and the compiler



(Using 2.0b1p2)
The compiler does not seem to consider interface constants like #$optionKey
as real constants, but instead generates code with a reference to the NAME
of the constant. The effect is that if you load the binary in a fresh MCL,
you will get unbound variable errors when running the code.
This may be fixed either by loading the needed interface each time, or refe-
ring to such constants as #.#$xxx, but I'd prefer to call it a bug.
     Daniel Ranson (ranson@lannion.cnet.fr)