> Windows suppresses stdio in GUI programs. 

You can change that after having built soffice.bin (and soffice.exe):

editbin /subsystem:console \path\to\executable

then you will get a console window always opened for the executable in 
question, and any output written to stdout will be visible there.

(I don't remember now if editbin is confused by soffice.bin not having an .exe 
suffix; you might need to temporarily rename if to foo.exe before running 
editbin on it, and then back.)

--tml



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to