Reputation: 91
I finally set up the haxe in visual studio code, and it says 'Standard library not found.' and so on.
It says that I should check the 'HAXE_STD_PATH' environment variable, but I tried setting it somewhere like: %HAXEPATH%\haxelib, %HAXEPATH%\std, or just %HAXEPATH%. and it still didn't work. The way that I downloaded was:
I firstly downloaded binary version for Windows 64-bit, and there wasn't neko.dll support! So I downloaded it independently. And I downloaded codedox and all extensions made by Kode. And I tried to run command "haxe ./build.hxml" in powershell. And this happened.
Also, my OS is windows.
Upvotes: 1
Views: 1136
Reputation: 91
Nevermind, I fixed it! I didn't close and reopen the vscode, when I set the environment variable to %HAXEPATH%\std.
Upvotes: 1