The resolution:
- You will likely get an error complaining about the AcroSDKPIDir environment variable.
- Create this environment variable and have it point to the plug_ins directory underneath your acrobat directory in program files
- Now go to Project Properties->Build Events->Post-Build Step
- In the Command Line property put
- copy "D:\PathToYourProjectFolder\Debug\*.api" "$(AcroSDKPIDir)"
- Now go to Project Properties->Build Events->C/C++
- In Additional Include Directories include (your paths may vary):
- D:\Acrobat\sdk91_v2_win\Adobe\Acrobat 9 SDK\Version 1\PluginSupport\Headers\API
- D:\Acrobat\sdk91_v2_win\Adobe\Acrobat 9 SDK\Version 1\PluginSupport\Headers\SDK
- D:\Acrobat\sdk91_v2_win\Adobe\Acrobat 9 SDK\Version 1\PluginSupport\Headers\3D
0 comments:
Post a Comment