Winforms
Winforms copied to clipboard
A simple GUI library for Odin programming language.
1 - I downloaded the Winform Odin clone to a directory.  2 - I entered the command line inside the directory and tried to compile and it was not...
I'd recommend the [BSD 3-Clause](https://choosealicense.com/licenses/bsd-3-clause/) (same as Odin).
pulled the latest changes. can't build example app.odin with `odin build .` got the following ` D:/Dev/Odin/Odin/core/sys/windows/gdi32.odin(15:15) Error: Redeclaration of foreign procedure 'SetBkMode' with different type signatures at D:/Dev/Odin/Sources/Winforms/winforms/api_procs.odin(263:29) SetBkMode...