I am having problems building and running SDK samples.
When built “out of the box”, the WebLinkDemo fails while getting HFT for AcroColor.
After some googling, I found Adobe Acrobat XI SDK Release Notes:
Following their directions:
deleted
/D PI_ACROCOLOR_VERSION=0x00060000
inserted
/D READER_PLUGIN
WebLinkDemo builds OK, but required SnippetRunner fails to compile with multiple errors like:
>c:\code\adobe\acrobat xi sdk\samples\snippetrunner\sources\snippets\shared\acetranspdetextcolo rsnip.cpp(60): error C2065: 'PDEContentGetNumElemsSELPROTO' : undeclared identifier
SELPROTO seems to be the commot suffix.
Any suggestions?
Thank you!