Winforms icon indicating copy to clipboard operation
Winforms copied to clipboard

A simple GUI library for Odin programming language.

Results 3 Winforms issues
Sort by recently updated
recently updated
newest added

1 - I downloaded the Winform Odin clone to a directory. ![Odin1](https://github.com/kcvinker/Winforms/assets/55815349/6a40be23-4432-4213-9abb-3b1577e33d7d) 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...