Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can anyone tell me why this won't compile?
#2
Line 16 is the issue.

    Animate(frames&())

You can't pass an array to a sub via parenthesis like that. Change the line to:

    Animate frames&()

OR change it to:

CALL Animate(frames&())
Reply


Messages In This Thread
RE: Can anyone tell me why this won't compile? - by SMcNeill - 04-09-2025, 04:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using gcc to compile C file aurel 22 4,281 04-22-2024, 03:48 PM
Last Post: aurel
  Can't compile .bas files PhilOfPerth 11 2,018 01-03-2023, 02:21 AM
Last Post: PhilOfPerth

Forum Jump:


Users browsing this thread: 1 Guest(s)