
Anyhow, This version and the previous ... when Auto-declare is set to true, japbe will not allow you to compile/run/debug any program that has a procedure which references a pointer to a structure ... example ...
Code: Select all
Structure stSprite
Surf2D.l
EndStructure
Procedure Test(*Sprite.stSprite)
; foo bar code
EndProcedure
Structure not found: stSprite
Even though it is there. After that error popups, there is line after line of Timeout(###) errors in the status screen, and it continues until either out of memory or close of japbe.