assembler error / call _procedure 92

Just starting out? Need help? Post your questions and find answers here.
JoRo
User
User
Posts: 70
Joined: Sat May 10, 2003 2:03 pm
Location: Essen, Germany
Contact:

assembler error / call _procedure 92

Post 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
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post 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 :).
JoRo
User
User
Posts: 70
Joined: Sat May 10, 2003 2:03 pm
Location: Essen, Germany
Contact:

Post 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
Post Reply