Page 1 of 1

error

Posted: Thu Oct 20, 2005 11:10 pm
by j0lle
compiling Reeks1 (in use)
Oef2 is new
pos 0 err 155 generation of new symbol file not allowed


da komt als ik Reeks1 2x compileer..
oplossennnnn.. hoe? :-)

Posted: Fri Oct 21, 2005 4:17 pm
by Yo_rik
gebruikt ge /s bij het compileren? Ik gebruik altijd Builder.Compile /wsv.
De mogelijkheden volgens InlOmgeving.Text:
Compiler Options: (default values in parenthesis)
f find error position (select PC line in Trap viewer)
s allow generation of new symbol file (off)
e allow extension of symbol file (off)
x index check (on)
v overflow check (off)
t type check (on)
a ASSERT evaluation (on)
p initialize local pointer variables (on)
z also initialize other local variables (on)
w show warnings (off)
1 compile only Oberon-1 with dyn. arrays (off)
2 compile Oberon-2 extensions (off)
S allow importing of SYSTEM (on)
Px prefix generated .Obj file with x
hope this helps :wink:

Posted: Fri Oct 21, 2005 7:22 pm
by j0lle
cheers ;) fixed