I just downloaded the KX Developer and Installed it. It works to do the computation, but it doesn’t work to print messages.
In KX Developer, if I simply run “show 123”, I will have the error “cannot write to handle 1. OS reports: the parameter is incorrect”. Any ideas? My version is “KX Developer 1.5.4”.
I’m using Windows 11 version 22H2 (OS build 22621.1555)
Yes, I used the 5 steps as mentioned by you and then I saw the error I mentioned. But I run **C:\q\w64\w64\q.exe C:\developer\launcher.q\_** instead of **q C:\developer\launcher.q\_** because I have 32-bit q and 64-bit q so I need to specify a 64-bit q.exe
Yes I tried restarting developer/browser/laptop and still have this problem
I didn’t modify q.k. Meanwhile, I don’t have a q.q file. When I downloaded the w64.zip file from the url provided by the free-trial-email, after unzipping the only available files I saw are q.exe and q.k , and there is no q.q.
Where is no problem for me to load workspace. If I run .z and .Q etc., there is no error.
It seems that the handle 1i is not connected to my console. If I run 1i"123" , theorectically it should output 123 , but at my KX Developer it just give me the same error “cannot write to handle 1. OS reports: the parameter is incorrect”.