Structure not found: Point. - on Linux (Solved)
Posted: Tue Jul 12, 2022 11:23 pm
Hi,
I'm trying to follow the brilliant Snake example from the Pure Programming Youtube channel to learn some basics.
When running the code in Windows it works fine, but trying to compile in Linux it throws a error:
[00:13:42] [COMPILER] Line 32: Structure not found: Point.
Line 32 is:
Any ideas ?
Link to the code:
https://pastebin.com/h4jHwbg6
I'm trying to follow the brilliant Snake example from the Pure Programming Youtube channel to learn some basics.
When running the code in Windows it works fine, but trying to compile in Linux it throws a error:
[00:13:42] [COMPILER] Line 32: Structure not found: Point.
Line 32 is:
Code: Select all
Global Dim snake.Point(0)Link to the code:
https://pastebin.com/h4jHwbg6