Ooh, there's a `wineconsole` command.
-
Ooh, there's a `wineconsole` command. You can directly run yer Windows/DOS CLI apps and whatnot. (I can't seem to cross compile anything that actually works in Windows or Wine, but when I finally do, it's gonna be real nice.)
-
Ooh, there's a `wineconsole` command. You can directly run yer Windows/DOS CLI apps and whatnot. (I can't seem to cross compile anything that actually works in Windows or Wine, but when I finally do, it's gonna be real nice.)
Zig on the other hand, makes it easy to cross-compile for Windows. What it doesn't do is make is easy (possible?) to capture user input in a console application (no examples for how to do so anywhere on the web work in the current version of Zig), so I still can't seem to make a console application to run in `wineconsole`. I know it works, because it'll run a bat file, which I could make work.