On Fri, Aug 25, 2006 at 01:23:21PM -0500, Bo Peng wrote: > > 2767 regression configure.py's printouts are hidden > > > > Bo? > > I still do not quite get what is the problem. Under linux, there are > configure.py printouts, under windows, there is no cmd are lyx is > started. There is nothing different from previous versions.
The long term solution to this "problem" would be eliminating the console hiding code in LyX and using hidecmd.exe (as done in trunk) for that job. One short term solution would be starting LyX in a cmd window whose title is *not* LyX. Indeed the console hiding code triggers only when the window title is LyX. So, using the following command to start lyx: start "LyX/Win" "C:\Programmi\LyX14\bin\lyx.exe" the console window is not hidden and the "problem" is solved. -- Enrico
