Re: [Jprogramming] calling a dll that prints to console from jqt

2015-09-21 Thread bill lam
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

[Jprogramming] calling a dll that prints to console from jqt

2015-09-21 Thread 'Pascal Jasmin' via Programming
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? ---