objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

Support legacy MSVCRT-based MinGW #493

Closed ghost closed 4 months ago

ghost commented 4 months ago

https://github.com/objeck/objeck-lang/issues/429

objeck commented 4 months ago

32-bit?

ghost commented 4 months ago

32-bit?

Still 64-bit. You are using some APIs that are only available in UCRT. See: https://github.com/objeck/objeck-lang/issues/429

objeck commented 4 months ago

Sorry, I do not have the time to add another Windows environment.