Re: [dev] Debug output

2010-10-26 Thread Oliver Brinzing
Hi,

 Windows suppresses stdio in GUI programs. As a workaround you may copy
 solver/wntmsci*/bin/guistdio.com to your OOo installation's program
 directory, name it soffice.com and start soffice.com instead of
 soffice.exe

why not adding the guistdio.com to oo dev builds ?

Regards

Oliver
-- 

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45



signature.asc
Description: OpenPGP digital signature


Re: [dev] Debug output

2010-10-26 Thread Tor Lillqvist
 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



[dev] Tools Container - replace to STL

2010-10-26 Thread Bartosz
Hi.
In TODO available at webpage:
http://wiki.services.openoffice.org/wiki/To-Dos#Replace_code_with_3rd_party

There is an task to replace Tools Container with STL.

What is Tools Container, for what is used?

Where is located the source code of this container

Best Regards
Bartosz 

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



Re: [dev] Tools Container - replace to STL

2010-10-26 Thread Daniel Rentz

Hello,

Am 26.10.2010 18:49, schrieb Bartosz:

Hi.
In TODO available at webpage:
http://wiki.services.openoffice.org/wiki/To-Dos#Replace_code_with_3rd_party

There is an task to replace Tools Container with STL.

What is Tools Container, for what is used?

Where is located the source code of this container


Container base class:
tools/inc/tools/contnr.hxx

and all derived (just grep for Container in the hxx files).


Regards
Daniel

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