catch(pdftron::Common::Exception& ex)
{
std::cout << ex.GetMessage() << std::endl;
}
error C2039: 'GetMessageA': is not a member of 'pdftron::Common::Exception'
#define GetMessage GetMessageA
#define GetMessage GetMessageW
#undef GetMessage
::GetMessageA