I built a plugin using Acrobat SDK 9 for Adobe reader 9.5 on Redhat Linux OS. I am able to successfully build and reader enable the plugin.
But when I start Adobe Reader 9, the plugin fails to load with error "Undefined Symbol: RestorePlugInFrame".
As I understand, on Linux platform with C++ enabled, the RestorePlugInFrame function should not be required.
Is there any other flag I need to set while building the plugin?
Appreciate any suggestions in resolving this issue. Thank you.
-Srilatha