Issue with Plugin Compatibility in Adobe InDesign
- January 17, 2025
- 4 replies
- 1033 views
As part of our annual system update to support the latest Adobe InDesign version, we include our plugin, which utilizes a third-party library. According to Adobe's porting guide, the recommended setup includes Boost 1.74 and Visual Studio 2022 (version 17.9.6).
Boost 1.74 does not get compiled on VS 2022(version 17.9.6). Consequently, we have been using Boost 1.80 since the InDesign 2023 update, while keeping all other configurations aligned with the porting guide.Additionally, we are compiling our code with C++14 and using indesign::autoptr in our implementation.Despite these adjustments, we are encountering an issue where our plugin fails to load in InDesign. The application crashes and asserts with the error message: "Cannot load the plugin."We would appreciate any insights or suggestions to resolve this issue.
