Oxygen Basic
Programming => Bugs & Feature Requests => Topic started by: Brian Alvarez on June 15, 2019, 02:35:51 PM
-
When Oxygen cannot load a library or find a procedure inside of the DLL, it just displays the name of the dll.
It would be better if it stated what exact error happened... could not load the dll? could not find the procedure
in the dll? different platform (32/64 bits)? dll not found?
:)
-
It's bare-metal runtime error reporting. I can improve it a bit, but I don't want to make it too elaborate, and bloat the RTLs.
-
It's bare-metal runtime error reporting. I can improve it a bit, but I don't want to make it too elaborate, and bloat the RTLs.
I wouldn't consider it bloat, i would consider it a necesity. But its up to you. :)