printf question

Stephen Brown stephengrantbrown at mcmedia.com.au
Sun Mar 20 20:17:48 EDT 2011


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 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>
----------------------------------------------------------------------------------
Where does the output of the printf statement go?

Yours Sincerely Stephen Grant Brown 



More information about the gnucash-devel mailing list