Abdelrazak Younes wrote:
> Indeed I solved the problem by adding a static there:

> For trunk that would be:
> 
> #ifdef Q_WS_WIN
>     static LQApplicationapp(argc, argv);
> #else
>     LQApplication app(argc, argv);
> #endif

This works fine here with msvc.

But when I call lyx from the command line
and then break with CTRL-C I get the same
infinite loop.

Peter

Reply via email to