01-23-2026, 02:55 AM
How many of you guys use this?
Why do you use it if you do?
To me, its a weird but maybe compile side reasons reducing bloat. But if thats not the reason then WHY as to me it just adds a whole extra layer on a language that's supposed to be basic! And as an example...
THIS ERRORS! And this error took me a couple of mins to trace to this command! So i ask, can we add to the DEBUGGER something that says "Variable not defined before use - Option Explicit Error" or something as if it baffled me, newbies got no chance!
also at the devs the error that this reports isnt very informative either
Surely the parser should pick up the somesilly and not inference the declare command as having been already declared!
It's minor BS like this that adds to the "WTF" and people not wanting to play with QB64PE!
Also, as it has 32 and 64 bit variants, why not call it QBasic PE - removes the "Oh its only for 64 bit systems" thought from a possible user who doesnt care to dig deeper.
Whinge, whinge whinge!
Unseen
Why do you use it if you do?
To me, its a weird but maybe compile side reasons reducing bloat. But if thats not the reason then WHY as to me it just adds a whole extra layer on a language that's supposed to be basic! And as an example...
Code: (Select All)
OPTION _EXPLICIT
kb$ =inkeys$
THIS ERRORS! And this error took me a couple of mins to trace to this command! So i ask, can we add to the DEBUGGER something that says "Variable not defined before use - Option Explicit Error" or something as if it baffled me, newbies got no chance!
also at the devs the error that this reports isnt very informative either
Code: (Select All)
declare somesilly library
SUB Nothing
end declare
Surely the parser should pick up the somesilly and not inference the declare command as having been already declared!
It's minor BS like this that adds to the "WTF" and people not wanting to play with QB64PE!
Also, as it has 32 and 64 bit variants, why not call it QBasic PE - removes the "Oh its only for 64 bit systems" thought from a possible user who doesnt care to dig deeper.
Whinge, whinge whinge!
Unseen

