Page 1 of 1

assembler error / call _procedure 92

Posted: Tue Jun 17, 2003 11:36 am
by JoRo
I have this error Message:
flat assembler version 1.46.9.6
PureBasic.asm [14798]:
CALL _Procedure92
error: undefined symbol.

Need explanation, what is Procedure92?
Or how can I find the error.
I have had a systemrecovery

Johannes

Posted: Tue Jun 17, 2003 2:41 pm
by Fred
May be you have a 'Declare' without the procedure. This bug is already fixed for the next version. I hope it's that :).

Posted: Tue Jun 17, 2003 5:04 pm
by JoRo
it was a procedure call for a procedure, which I just had commented out.

But is it right, that the number for the Procedure in this message stands for an intern numbering of procedures, so that the number is a hint, where the probelm is?

Johannes