On Tue, Jul 25, 2006 at 10:32:13AM +0200, Attilio Fiandrotti wrote: > Hi > > it's some time i'm trying to understand why in some cases DFB > applications trash argc / argv couple in a way that i found to be easy > to reproduce using the "sprite" app from tutorials. > Below is what i get with gdb: does someone can reproduce this too (i'm > running tests on an unstable debian and using DFB from CVS) ? is > modification of argc/argv something expected ?
Yes. > if yes, why ? You can pass options to DirectFB from the command line. argc and argv are modified to hide the options from the app itself. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/ _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
