On Wed, Feb 14, 2007 at 05:17:37AM -0800, Daniel Laird wrote: > > I have wriiten an applications that calls > DirectFBCreate() > It then releases the top level interface. > > It then repeats (so calls DirectFBCreate again. > > This fails. The master application never exits (it just reinitialises DFB > as required). > The problem it shows is that it will not load a gfxdriver that I have > written.
Call DirectFBInit() before DirectFBCreate(). -- 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
