Problem after installation

I followed the installation guide and I was able to install everything except “HashLink VM” and I could not execute the “hl” command on my terminal either. In spite of that I have gone on to the next step: “Hello World”, when I compile “Run Build Task” I can not see any window and I do not see any error. I show you a screenshot of the problem. Maybe it’s because I could not install “HashLink VM” ?? Or maybe I have to copy the content of “hl-1.9.0-win.zip” somewhere?
My PC:
Windows 8.1 Pro x64
I7-7700k
GTX 1070

What does “F5” do ? what do you have in Output or Debug Console ?

Hello, I’ve got the same problem with the hashlink target, but, after, some tests, I “found” the best recipes about each version of libs, as :

> haxelib list
format: [3.4.2]
hashlink: [0.1.0]
heaps: [1.6.1]
hldx: [1.9.0]
hlopenal: [1.5.0]
hlsdl: [1.9.0]

:information_source: Well, … the latest realease at this date.

I use the haxe 4.0.0-rc2 and hl 1.9.0 and make symlink under windows to attach my own haxe and hl to each path of chosen release, like :

<SYMLINKD>     haxe [c:\HaxeToolkit\haxe-4.0.0-rc.2]
<SYMLINKD>     hl [c:\HaxeToolkit\HL-1.9.0]

and finally chosen to create a batch file to install the libs :

> cat installLib.bat
haxelib install heaps
haxelib install hldx
haxelib install hlopenal
haxelib install hlsdl

:pray: Hope It can work for you.