Hi,

You declared in PdfFontConfigWrapper:

#if defined(PODOFO_HAVE_FONTCONFIG)
    static Util::PdfMutex m_FcMutex;
#endif

on my system PODOFO_HAVE_FONTCONFIG is false

in this case I've encountered next errors:

PdfFontConfigWrapper.h(113): error C2065: 'm_FcMutex' : undeclared
identifier
...

for example in

Util::PdfMutex & PdfFontConfigWrapper::GetFontConfigMutex()
{
    return m_FcMutex;
}

Best Regards,
Iurie Caraion
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to