Re: printf question

2011-03-21 Thread Christian Stimming
Am Montag, 21. März 2011 schrieb Geert Janssens: > > >> -- -- Where does the output of the printf statement go? > > > > > > If the start-up of gnucash still opens a separate console, it should > > > go there. If we've switched off that separate console, it goes > > > nowhere. > > > > How

Re: printf question

2011-03-21 Thread Geert Janssens
On maandag 21 maart 2011, Stephen Brown wrote: > Hi Christian > - Original Message - > From: "Christian Stimming" > To: "Stephen Brown" > Cc: "GNUCash Devel" > Sent: Monday, March 21, 2011 8:22 PM > Subject: Re: printf question > &

Re: printf question

2011-03-21 Thread Stephen Brown
Hi Christian - Original Message - From: "Christian Stimming" To: "Stephen Brown" Cc: "GNUCash Devel" Sent: Monday, March 21, 2011 8:22 PM Subject: Re: printf question Zitat von Stephen Brown : run install.sh, open a Microsoft

Re: printf question

2011-03-21 Thread Geert Janssens
On maandag 21 maart 2011, Christian Stimming wrote: > Zitat von Stephen Brown : > > run install.sh, open a Microsoft Vista Command prompt, and then > > - > > -- P:\soft\gnucash\inst\bin>gnucash-launcher.cmd > > > > P:\

Re: printf question

2011-03-21 Thread Christian Stimming
Zitat von Stephen Brown : run install.sh, open a Microsoft Vista Command prompt, and then --- P:\soft\gnucash\inst\bin>gnucash-launcher.cmd P:\soft\gnucash\inst\bin> --

Re: printf question

2011-03-20 Thread Stephen Brown
- Original Message - From: "Stephen Brown" To: "GNUCash Devel" Sent: Monday, March 21, 2011 11:17 AM Subject: printf question Hi All, Under Microsoft Vista when I modify gnucash-bin.c as follows ---

printf question

2011-03-20 Thread Stephen Brown
Hi All, Under Microsoft Vista when I modify gnucash-bin.c as follows - int main(int argc, char ** argv) { printf ( "%s $d" , __FILE__ , __LINE__ ) ; #if !defined(G_THREADS_ENABLED) || defined(G_THREADS_IMPL_NONE) #error "No G