Exceptions in Indesign
i working on c++ plugins indesign . how handle exceptions ? tired out using try-catch no use, try-catch not catching indesign exceptions. please , 1 give reply handle exceptions in indesign.
shirish manda.
indesign not throw exceptions, there nothing catch. indesign uses call "poor mans exceptions" - breaks inside "do { ... } while(kfalse);" loop . there no problem in using exceptions in own code, eg. xml data update sdk example uses true exceptions.
More discussions in InDesign SDK
adobe
Comments
Post a Comment