I have got a stuck on my research about “using InDesign SDK to develop a plugin for InDesign”. Through my research, I have tried to start a sample project that shipped along with the SDK from Visual Studio 2013 (Note that all sample projects are using C++). Also, I have post many questions on InDesign’s forum to request a help but long time without response. I need your help to continue my research on this issue. The issue is described as below:
- Involved Document: plugin_sdk_CC2015_072_20150618.zip (An InDesign SDK – Downloaded from Adobe site - http://www.adobe.com/devnet/indesign/sdk.html)
- Development Framework: Visual Studio 2013 (C++)
- I have followed the guideline in folder “plugin\docs\html\index.html”.
- I open a sample project in folder “plugin\build\win\prj” on Visual Studio 2013.
- From the Visual Studio 2013 window, I click “Local Windows Debuggeer” to run the project. But after compiled the project, it generated an error message and the project cannot run further.
Note: All document and sample projects are belong to InDesign SDK.
I stuck there and cannot find a solution for this issue even I have followed the document from InDesing SDK strictly. Finally, the purpose of this research is to create a sample plugin for InDesign.
Regards