HaxeDevelop shows an option to compile for windows, but it never worked for me.
However I recently read through Nw.js so I am wondering if I want to program a simple windows application with haxe/haxeui, then would haxe alone be sufficient to make one. Or will I need help of something like nw.js to run it on windows? I also read about waxe. But it does seem to be active since a long time.
my haxelib version is 4.0.2 and it isn’t in my haxelib list. I’ve never had it installed that way, it comes with haxe installation. I tried haxelib install haxelib just to see what happens, and haxelib version then gave me version 3.3.0 like you. It wouldn’t let me remove with haxelib remove haxelib 3.3.0 so I went in to HaxeToolkit/haxe/lib/ and deleted haxelib folder there and then my haxelib version was back to 4.0.2.
Maybe this wrong version of haxelib is the problem?
EDIT
I would try deleting the haxelib folder from HaxeToolkit/haxe/lib and then run haxelib run openfl setup again.
you shouldn’t have to install it.
It’s already installed with haxe.
Just remove the old version 3 by deleting the folder and then 4.0.2 will be your version.
But that might not be your problem with windows build. Make sure you have installed Desktop development with c++ with Visual Studio Installer (modify)
It looks like you might have setup the lime alias before Haxe switched to 64-bit Neko. Try running haxelib run lime setup -alias. Then, try to run this command again.