Using directfb_util.h from C++ gives link errors. I think directfb_util.h needs the addition of
#ifdef __cplusplus
extern "C"
{
#endif
...
#ifdef __cplusplus
}
#endif
around it. It in turn includes some other headers which may also need
treatment.
Regards,
Mark
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
