Oxygen Basic

Programming => Bugs & Feature Requests => Topic started by: Brian Alvarez on June 15, 2019, 02:35:51 PM

Title: Feature request: dll error message. :)
Post 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?

:)
Title: Re: Feature request: dll error message. :)
Post by: Charles Pegge on June 15, 2019, 05:38:17 PM
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.
Title: Re: Feature request: dll error message. :)
Post by: Brian Alvarez on June 15, 2019, 08:01:16 PM
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. :)