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:
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
This is my answer in detail:
The problem here is that Visual Studio cannot find the debug program for InDesign plugin. All we need to do to fix this is config the property of project and change command target of debugging to InDesign.exe which located under installed directory of InDesign.
Event you do the step above, you still not able to debug any project from Plugin SDK. Because, currently Adobe just provide a productive version of InDesign but doesn't provide debugging version for user to download. But the debugging version of InDesign is not free and need to be bought from Adobe site.
However, this is not the dead end to developers like us who just want to use free debugging version of InDesign to develop our own plugin. All we have to do is to build the project as release version. Then we can install release version of our plugin on productive version of InDesign and test its features.
This answer just show how to fix the issue from the question, for more detail everyone can contact me via email trind09@yahoo.com.
Regards, Dung Tri