Author Topic: Feature request: dll error message. :)  (Read 961 times)

0 Members and 1 Guest are viewing this topic.

Brian Alvarez

  • Guest
Feature request: dll error message. :)
« 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?

:)
« Last Edit: June 15, 2019, 03:34:37 PM by Brian Alvarez »

Charles Pegge

  • Guest
Re: Feature request: dll error message. :)
« Reply #1 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.

Brian Alvarez

  • Guest
Re: Feature request: dll error message. :)
« Reply #2 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. :)