Bugs item #1421171, was opened at 2006-01-31 21:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1421171&group_id=51305
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxpdfdoc
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: makefont.cpp(791) : error C2065: 'wxPdfFontTrueTypeUnicode'
Initial Comment:
.\..\makefont\makefont.cpp(791) : error C2065:
'wxPdfFontTrueTypeUnicode' : undeclared identifier
the problem is the wxPdfFontTrueTypeUnicode class
definition in pdffont.h is wrapped in
#if wxUSE_UNICODE
but makefont.cpp assumes its always available
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1421171&group_id=51305
|