----- Original Message -----
From: "Stephen Brown" <stephengrantbr...@mcmedia.com.au>
To: "GNUCash Devel" <gnucash-devel@gnucash.org>
Sent: Monday, March 21, 2011 11:17 AM
Subject: printf question
Hi All,
Under Microsoft Vista when I modify gnucash-bin.c as follows
---------------------------------------------------------------------
int
main(int argc, char ** argv)
{
printf ( "%s $d" , __FILE__ , __LINE__ ) ;
Sorry, made a typo error, changed it to
printf ( "%s %d" , __FILE__ , __LINE__ ) ;
#if !defined(G_THREADS_ENABLED) || defined(G_THREADS_IMPL_NONE)
# error "No GLib thread implementation available!"
#endif
g_thread_init(NULL);
--------------------------------------------------------------------------
run install.sh, open a Microsoft Vista Command prompt, and then
-----------------------------------------------------------------------------------
P:\soft\gnucash\inst\bin>gnucash-launcher.cmd
P:\soft\gnucash\inst\bin>
----------------------------------------------------------------------------------
The above output is still the same.
Where does the output of the printf statement go?
Yours Sincerely Stephen Grant Brown
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel