Page 1 of 1

Procedure call does nothing?

PostPosted: Dec 7, 2004 @ 11:21am
by webba
I am calling a procedure (A) from mainproc (key and stylus handling routine). In my code this procedure (A) calls another procedure (B). When I run the code it is evident that procedure B is not being executed. I deugged this in PIDE and found that the call was just being ignored. I 'stepped into' the call but nothing happened - it just went onto the next line of code.

Both procedures were working before when they were called from a button press. They are now called from a stylus tap. The parameters are correct. Any ideas?

PostPosted: Dec 7, 2004 @ 12:22pm
by kornalius
Code please!

PostPosted: Dec 7, 2004 @ 5:05pm
by kornalius
Hi,

The problem has been fixed. It was a bug with the linker removing extra bytecodes when attempting to remove unused procedures or functions.

Thanks for reporting the problem.