GLBasic forum

Main forum => Bug Reports => Topic started by: MrPlow on 2021-Jan-18

Title: Bug trying to run a project that worked before
Post by: MrPlow on 2021-Jan-18
Project just hangs...

But when in Debug mode it runs fine....

Only messages I get are...
Start debug session.
DECLARE entry not found: GetPointerTouchInfo
DECLARE entry not found: EnableMouseInPointer

Title: Re: Bug trying to run a project that worked before
Post by: Schranz0r on 2021-Jan-19
Old Bug!
Check this Inline-functions if something is typed uppercase...
Most times return changed to RETURN for example. :)
Title: Re: Bug trying to run a project that worked before
Post by: MrPlow on 2021-Jan-20
Thanks for getting back to me!
It wasnt that, I figured out the issue, I had a condition with an array object to push another object into the array based on set of values...so GLB didnt like that - and I can see that it would not be good-practice anyway.

Title: Re: Bug trying to run a project that worked before
Post by: Schranz0r on 2021-Jan-22
INLINE is sometimes a bit tricky! :)