Problem porting CS5.5 to CS6
HelloI run into a problem when I try to port a CS5.5 plugin to CS6. I get the following error message: >C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(108,5): error MSB3073:...
View ArticleCompatibility of Indesign CS6 plugins with InDesign CS5.5
Hi, I have created a inDesign CS6 plugin using InDesign CS6 SDK successfully. I want know will this plugin be compatible(Work successfully) with the InDesign CS5.5 .Can anybody help me with this?...
View ArticleHow to call SQL statements in InDesign CS6?
Hi, My plug-in needs to interact with the database, and update the database content, how should I do, can I call SQL statements in InDesign CS6? Thanku very much.
View Articleerror R32: # Error: Could not open include file VCPlugInHeaders.h
Newbie to Indesign SDK. Help me to get rid out of this following error: error R32: # Error: Could not open include file VCPlugInHeaders.hLike this it is listing 22 missing header files error. VS...
View ArticleBoost regex not working inside indesign plugin
Hi, While i was writing the below code in a separate project inside visual studio express, It works fine!Now when I am using the same code in a Adobe InDesign plugin then boost::regex_search fails.. I...
View Article[ID CS5.5/CS6] Get the InDesign's minimize/maximize events
Hi All, I need to catch the event whenever InDesign is minimized/ maximized. I hope this is possible, but I'm not able to figure it out yet. Cheers,Sahil
View Article.fres is an empty file
Hi All, Can anybody help me, im trying to create my first plugin for CS6. Im unable to build a plugin the following errors are occur while building. 1>------ Build started: Project: test,...
View ArticleHow to get UIDRef of the selected document in indesign cs6
How to get UIDRef of the selected document in indesign cs6 from the Isession
View Article[IDCS2] Trouble applying object styles
I'm trying to apply an object style to a page item but I'm not having any success.<br /><br />I'm using IObjectStylesFacade::ApplyObjectStyleToUIDList to apply the style. <br />The...
View Article[CS2/CS3] - Resizable dialog window
Hello, I would like to create resizable dialog window with only few widgets, please does anybody have some sample of resources, how to do it or some link ? Thank you for all answers, marxin
View ArticlePrevent Document Close by Close(X)
Hi, Im Developing a Indeisgn SDK to control the Indesign QuitInDesign option & Close(X) Option.I need to control the document close by the cloe(X) option of the document.I have already disabled...
View ArticleCS 3 samples not getting compiled on mac10.6 with XCode 3.2
Hi, I am trying to build the InDesign CS 3 SDK Samples with the latest sdk of CS 3(i.e., adobe_indesign_cs3_products_sdk_504mac.dmg) and Base SDK 10.5 or 10.6 on mac snow leopard with XCode 3.2. But...
View ArticlePMString::substring
Hello people. This is a general question about how best to write some code. In my many projects I have lots of examples of this kind of code: PMString *d, Data("SomeString of decent length");d =...
View Articleboost::Regex dylib in Adobe InDesign CS5 SDK
Dear all, I am doing my plugin for InDesign that uses regular expression. So I have done the plugin and its running fine in Windows. To get it run successfully I had included the path...
View ArticleConverting PMString to std::wstring in InDesign CS6
I'd have to get the filepath of a resource of the opened document to a std::wstring. I can easily get the filepath of the resource as a PMString:InterfacePtr< ILinkResource > pResource(...
View ArticleWhere is the InDesign CC SDK? It is still incomplete?
I was so excited that I couldn't sleep Release day. I welcome NewRelease Adobe Creative Cloud.*This discussion is moved from the InDesign forum. I'm a plug-in developers. I'm looking for InDesign CC...
View ArticlePlugIn ported from CS6/Win32 to CC2014/Win64: PlugIn not lodable
Hello everybody! I have ported my CS6 plug-in to CC 2014, but at loading time this message appears: Entry point "?_Orphan_all@_Container_base0@std@@QEAAXXZ not found in DLL <plug-in>-name."...
View ArticleInsertLabel and ExtractLabel of selected frame in indesign cc sdk using c++
Please answernow i am using IScriptManager for it. but i want to do this with a right solution.
View ArticleFit Content To Frame Crashes InDesign CS3 !
Hiiam try to fit the content to it's frameif(Utils<Facade::IFrameContentFacade>()->CanFitContentToFrame(UIDList(newPageItemRef))){ErrorCode...
View ArticleInDesign Plugins Development using C# or Java
Dear All,I would like to know the below questions all answers are welcome:Is it possible to develope InDesign plugins using C#/Java? If yes, then please let me know how.Is it possible to develop...
View Article