Page 1 of 1

pixilang error message

Posted: Sat Aug 08, 2015 2:09 pm
by kmatze
hi nr,

i try to configure the editor SciTE to use with pixilang.

to problems ti solve a solution:

1)
there is only one commandline parameter c to compile, otherwise the file is running.
in both cases there is a gui message if an error in the script.
how can i get only the error message to the console/stdout from pixilang without the gui message (like other compiler/interpreter)?
so, the editor can use pixilang as compiler/interpreter, graps the error messages or start the script.

2)
when the editor is calling the interpreter pixilang.exe, a new process (task) is open but nothing to see on Windows screen from pixilang. only in the taskmanager. why that? other window programs comes on the windows screen like as startet from explorer.

thx - kmatze

Re: pixilang error message

Posted: Mon Aug 10, 2015 7:06 pm
by NightRadio
Hello!
how can i get only the error message to the console/stdout from pixilang without the gui message (like other compiler/interpreter)?
Unfortunately you can't do it in the current version. I will try to add such feature.
when the editor is calling the interpreter pixilang.exe, a new process (task) is open but nothing to see on Windows screen from pixilang. only in the taskmanager. why that? other window programs comes on the windows screen like as startet from explorer.
Hm... I don't know, sorry :( Please try to find the pixilang_log.txt file on disk - maybe some errors in it?

Re: pixilang error message

Posted: Tue Aug 11, 2015 3:34 am
by kmatze
NightRadio wrote:Hello!
how can i get only the error message to the console/stdout from pixilang without the gui message (like other compiler/interpreter)?
Unfortunately you can't do it in the current version. I will try to add such feature.
when the editor is calling the interpreter pixilang.exe, a new process (task) is open but nothing to see on Windows screen from pixilang. only in the taskmanager. why that? other window programs comes on the windows screen like as startet from explorer.
Hm... I don't know, sorry :( Please try to find the pixilang_log.txt file on disk - maybe some errors in it?
thx for your fast answer.
1. point
that would be great

2. point?
in the directory, where pixilang is located, there is no pixilang_log.txt.
i test it wiht a normal sample without errors. with errors the same result and no pixilang_log.txt.
when pixilang is called from the SciTE-Edior then (i believe) it starts in background so it's hidden. More i cannot see and say.

greetings - kmatze