Hi everyone, I am learning to use DFB. Currently I succeded in drawing shapes (rectangles, triangles and lines) on the screen, and lately I copied the DFB sample application to display a PNG image... but I can see nothing.
I found these posts in the mailing list: http://www.mail-archive.com/directfb-users@directfb.org/msg01763.html http://mail.directfb.org/pipermail/directfb-users/2008-September/000935.html the first one describes a different problem, while the second one is very similar to mine but no one replied. I tried to understand what's happening looking at the code, following the last mail's suggestion, and I found that interface.c:130 returns DR_NOIMPL because the "implementations" list is empty. This also happens with the font example. I statically cross-compiled DFB, using: -lpthread -ldirectfb -ldirect -lfusion -lidirectfbfont_ft2 -lidirectfbimageprovider_png -ldl -static. Am I doing something wrong when compiling my application? Best Regards, E. Pamin
_______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users