Re: MiniGUI Viable?
- Posted by Icy_Viking Aug 04, 2023
- 695 views
I could wrap the latest version of IUP which appears to be 3.3.0, although it hasn't seen a update since 2020. To its credit, IUP is open source, so it is possible to expand upon it.
I've been working on semi-automated wrapper which I've been trying to roll into a fully-automated wrapper for some time. I've also been trying to get IUP built from source so we can take advantage of any recent but unpublished changes.
-Greg
As I've mentioned before, while long-time fixed in the sources, there is a bug in the 3.30 binaries which renders them useless, which is why Phix still ships with 3.29
I wish I knew of the 3.30 bug in the binaries. I would have built it from source instead. Oh well.
Here is my current wrapper which uses 3.30. I need a bit of help with the callbacks, but everything else seems to work.
https://github.com/gAndy50/IUPWrapper
EDIT: I've made it so the wrapper is running off of IUP 3.29 due to the bug in 3.30