under linux, one can open a terminal and run jqt from there. Not sure
about windows.
On Tue, Sep 22, 2015 at 1:30 PM, 'Pascal Jasmin' via Programming
wrote:
> is there a way to obtain console output that is made from a dll call in jqt?
>
> (in jconsole the dll prints fine. Just nothing happens i
is there a way to obtain console output that is made from a dll call in jqt?
(in jconsole the dll prints fine. Just nothing happens in qt)
I guess a workaround is to spawn jconsole with the dll call, and get the output
that way?
can printf help?
---