Cs6 sdk(Adobe_InDesign_CS6_Plugin_SDK_413_Win) compile question.

Hello,
I have simple question.
Error message is
"D:\git_repo\Adobe_InDesign_CS6_Plugin_SDK_413_Win\Adobe InDesign CS6 Plugin SDK\build\win\objr\BasicDialog\*.idrc not found.
merge_res.cmd - calling ConcatRes
     1 file is copy.
ConcatRes skipped since ".\..\objr\BasicDialog"\BscDlg.fres is an empty file".
I use visual studio 2010 Ultimate SP1 version and windows 7 64bit.
How to sdk6 compile??

Hi,
This normally means something is wrong with some paths. What I tend to do to help diagnose is temporarily modify merge_res.cmd so it displays the paths it is getting. It's been a while since I needed to do this, so I can only describe the broad strokes in what to do. If you open merge_res.cmd in a text editor, you edit it and add some additional info:
I had a quick look, and I noticed these lines:
rem echo %RESFILE%
rem echo %FRESFILE%
rem echo %TEMPRESFILE%
I'd uncomment them, and then try again. With a little luck, your Output window in Visual Studio will show what each of these are. If nothing appears (I am not 100% sure the echo-s from the .cmd will make it to the Output Window), make it something like
echo %RESFILE% > C:\tmp\merge_res_log.txt
echo %FRESFILE% >> C:\tmp\merge_res_log.txt
echo %TEMPRESFILE% >> C:\tmp\merge_res_log.txt
You can also throw in some additional things:
echo %1%
echo %2%
echo %3%
to help figure out what is happening.
Then you need to check your project file and properties in Visual Studio. I often forego Visual Studio, and instead open the .vxproj project file and the various .props files in a text editor, which makes it much easier to get an overview. Somewhere in there is an incorrect path setting.
Hope that helps. It's not possible to give you a simple 'do this and that fixes it' response: too many variables involved. If you would like to have a more in-depth discussion, a number of InDesign SDK developers will be at PePcon 2015; I'll be there!
http://www.pepcon.com/session/creative-developers-summit-2015/

Similar Messages

  • [ID CS6 SDK] Which MS VS?

    Hi, I have a question: which version of MS Visual Studio do I need to work with ID CS6 SDK on Windows? Readme.txt points to VS2010 while getting started guide refers to VS2008… Thanks for claryfying this

    Hi
    It should be VS 2010. Otherwise you'll get errors related to missing stdint.h. But as far as i tested it it works fine on VS2008, 2010, 2012.
    Regards
    Bartek

  • Using Flex 2 SDK to compile for Flash Lite 2.0

    As I understand Flash Lite 2.0 is a stripped down version of
    Flash 7 (that is ActionScript 2.0) with a couple of things added
    for mobile specific things. But is it possible to use the free Flex
    2 SDK to compile a SWF that will run on Flash Lite 2.0 (or Flash 7
    for that matter).
    Zarathrusta

    I'm not familiar with Flash Lite 2.0, so maybe I shouldn't be
    answering this, but I've used the SDK for several projects and I
    believe that like Flex Builder it requires at least Flash 8. So, if
    FL is comparable to Flash 7, I doubt if it would work. Just my
    humble opinion, but hope it helps.
    Later,
    Andy C.(never #)

  • Can i perform SDK 7 Compilation while maintaining SDK6 look and feel for my App

    In our organization we test the App using visual specs and our existing visual specs are aligned with SDK 6 look and feel. When i compile my app with SDK 7 the visual display of the App changes completely and is no longer in sync with the visual specs used for testing. As SDK 7 compilation is a mandate for post Feb 1 submission, is it possible to compile the code with SDK 7 while maintaining SDK 6 visual look and feel?

    What i am actually trying to do is to maintain the existing SDK6 UI Look and Feel on iOS7. Apple has issued a mandate to have all Apps compiled with SDK7 for App Store submission post Feb1, 2014. If i compile with SDK7, even if i set the deployment target as iOS6, when my app runs on iOS7 it will have the new Apple's iOS7 look and feel. How can i accomplish this?

  • How can I retrieve "AIPanelRef" for an Illustrator panel with CS6 SDK?

    I used to get the reference of Swatch panel with the  following code in cs5 sdk
           ADMDialogRef dialogRef;
           sADMDialogGroup->GetNamedDialog("AdobeSwatch_", &dialogRef);
    And ADM suite is deprecated in CS6 SDK. I tried to go through all the windows on the Windows desktop (the panels are even not child windows of Illustrator window), but failed to identify a certain panel, e.g "Swatch".  Caption of window makes no sense.
    Is there some suite avaible in CS6 SDK?  Any clues will be appreciated.
              Thanks

    "My Iphone screen is smashed (Because apple sells garbage products that are DESIGNED to break)"
    Drama queen.  I have yet to have an Apple product fail - 6 year old computer, original iphone, iphone 3gs, 6 year old ipod, 5 year old ipod, original ipod touch, iphone 4, iphone 4s, 3 year old imac.  No failures, no breakage.
    Your contacts should be on your computer in whatever program you have been syncing

  • [svn:fx-trunk] 11488: Resubmitting binary distribution of xercesPatch. jar from the third party module in the SDK and compiled it with Sun JDK 1.4 .2_12.

    Revision: 11488
    Author:   [email protected]
    Date:     2009-11-05 17:10:10 -0800 (Thu, 05 Nov 2009)
    Log Message:
    Resubmitting binary distribution of xercesPatch.jar from the third party module in the SDK and compiled it with Sun JDK 1.4.2_12.
    QE notes: N/A
    Doc notes: N/A
    Bugs:
    SDK-16818 - Must open-source the code for xercesPatch.jar.
    Reviewer: Discussed with Gordon
    Tests run: Checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-16818
    Modified Paths:
        flex/sdk/trunk/lib/xercesPatch.jar
        flex/sdk/trunk/modules/thirdparty/xerces-patch/build.xml

    Did you try this:
    http://forum.java.sun.com/thread.jsp?thread=434718&forum=60&message=1964421

  • CS6 - Does CS6 SDK provide a dialog box whose icon can be adjusted?

    I am porting a CS5 plug in to CS6.
    My plugin contains 1 main form and some alert dialogs which are independent to the main
    (e.g. a "Help" dialog box shows when users click at AI > Help > [My Plug-in Help] button).
    The main form which uses Flash UI is done.
    But the "Help" dialog has a problem.
    I want to use CS6 SDK to show a dialog with my specified icon, not the warning icon as default.
    # I tried the alerts in AIUserSuite but none of them is appropriated.
    Does CS6 SDK provide a dialog box whose icon can be adjusted?

    Thank you LeoTaro.
    But my implementation made AI crashed after PlugPlugLoadExtension is called.
    Please tell me the wrong points of my practice. Thank you!
    LeoTaro wrote:
    1. Create an mxml file for the About dialog in the same way as you did for your main panel.
    MainScreen.mxml
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    width="865" height="545"
                    horizontalScrollPolicy="off" verticalScrollPolicy="off"
                    layout="absolute"
                    creationComplete="init()" >
    --> Create new HelpScreen.mxml
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    xmlns:s="library://ns.adobe.com/flex/spark"
                    width="865" height="545"
                    horizontalScrollPolicy="off" verticalScrollPolicy="off"
                    layout="absolute"
                    creationComplete="init()" >
    2. In your manifest.xml file add an Extension entry for the dialog in the ExtensionList and in the DispatchInfoList.
    3. In the Extension entry in the DispatchInfoList set AutoVisible to false
    I cannot edit manifest.xml by Flash Builder (it just does not allow me to type there)
    so I used Notepad++ to add HelpScreen extension as you mentioned.
    and don't include a Menu setting.
    I don't how to do this so I skipped it for temporary.
    Then, I rebuilt the project by Flash Builder.
    4. You can then use the PlugPlugLoadExtension and PlugPlugUnloadExtension functions in the PlugPlug shared library to show and hide the dialog from your plugin.
    Finally, since some conducted steps are incorrect, the AI is crashed after PlugPlugLoadExtension is called.

  • Where can I download InDesign cs6 sdk?

    Where can I download InDesign cs6 sdk?
    Where can I download InDesign cs6 sdk?
    Where can I download InDesign cs6 sdk?
    Where can I download InDesign cs6 sdk?
    http://www.adobe.com/cn/devnet/indesign/sdk.html  
    The official website only gave cs5.5 sdk。

    win
    mac
    http://www.adobe.com/devnet/indesign/sdk/eula_cs6.html

  • Hello world for indesign CS6 SDK

    Is there any hello world plugin for the Indesign CS6 SDK. Please share the link of the source

    The InDesign SDK is shipped with number of sample plugins which you can build and have a look at the source code. Have a look at the sample plugin projects placed in the folder
    "(Path of the InDesign SDK)\build\win\prj". In this folder there are projects for a lot of sample plugins which demonstrate programming different aspects of InDesign, pick up any of these plugins and study the code. You can find more details on these plugins in the chm file shipped with sdk.
    For the start i would recommend you start with the writefishprice plugin.
    -Manan

  • FORTE M2 - NT partition compilation question

    Microsoft (R) 32-Bit Incremental Linker Version 5.00.7022
    Copyright (C) Microsoft Corp 1992-1997. All rights reserved.
    c:\forte/install/lib/qqDB.lib : fatal error LNK1106: invalid file or disk
    cannot seek to 0x38dff853
    make[2]: *** [all] Error 1
    Any suggestion ? (knowing I got 300 Mo left on drive)
    1) Can that offset be translated in bytes ?
    2) Does this rely on Oracle Client installation (DB) ?
    Thanks,
    j-paul gabrielli
    sema DTS

    Thanks for the info - installed.
    Btw, another point:
    can I tell Microsoft that I really like their
    installation paths ?
    rem
    rem Root of Visual Developer Studio Common files.
    set VSCommonDir=C:\PROGRA~1\MI017E~1\Common
    rem
    rem Root of Visual Developer Studio installed files.
    rem
    set MSDevDir=C:\PROGRA~1\MI017E~1\Common\msdev98
    I fear that I cannot consider this as something portable :-/
    j-paul
    -----Message d'origine-----
    De: Adamek, Zenon [mailto:ZAdamekpurolator.com]
    Date: mardi 30 mai 2000 15:39
    &Agrave;: 'Jean-Paul.Gabriellisema.fr'
    Cc: kamranaminyahoo.com
    Objet: RE: (forte-users) FORTE M2 - NT partition compilation question
    Hi
    You are using the wrong version (5.0) of MSVC++. Forte version M requires
    the MSVC++ 6.0 compiler (Linker Version 6.00). See technote 12083.
    Zenon Adamek
    Purolator
    -----Original Message-----
    From: Jean-Paul Gabrielli [SMTP:Jean-Paul.Gabriellisema.fr]
    Sent: Tuesday, May 30, 2000 9:34 AM
    To: Forte User Group
    Subject: (forte-users) FORTE M2 - NT partition compilation question
    Microsoft (R) 32-Bit Incremental Linker Version 5.00.7022
    Copyright (C) Microsoft Corp 1992-1997. All rights reserved.
    c:\forte/install/lib/qqDB.lib : fatal error LNK1106: invalidfile or disk
    cannot seek to 0x38dff853
    make[2]: *** [all] Error 1
    Any suggestion ? (knowing I got 300 Mo left on drive)
    1) Can that offset be translated in bytes ?
    2) Does this rely on Oracle Client installation (DB) ?
    Thanks,
    j-paul gabrielli
    sema DTS
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe,send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com--
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Sigh. This is wearing me out. compiler question

    I am not really a newbie to java technology but I seem to have a compiler question. My old compiler use to compile my codes. But a compiler I downloaded from your site dosent seem to work. Now there is a possibility that I downloaded a older version but I need someone to check this.
    Problem? My compiler will not comply with the websites. It seems that when I go to test my applet on a website it says not found. Now bear in mind I am testing on my hard drive but they are both in the same folder (Applet .class, .html file) Heres something that may be the deciding factor. My compiler version is 1.1.8
    See any problem that I can fix in this?

    public class Anotherapplet extends Applet {
    public void paint(Graphics g) {
    g.drawString("Hello world!", 50, 25);
    More problems. It says that "Anotherapplet" should not be defined in "filename.java"
    What am I doing wrong now?

  • ~~ New XMP CS6 SDK Releases ~~

    Hi,
    You can now find new versions of our XMP SDKs on Adobe Devnet:
    http://www.adobe.com/devnet/xmp/
    So please check  out the CS6 versions of the SDKs and post your feedback in this forum!
    The prior versions are still listed.
    Updates:
    Updated XMP Specifications [version: April 2012]
    New version of the XMP Toolkit SDK (c++)  [version: CS6]
    Compiler Upgrade: Xcode 4.x, Visual Studio 2010 (VC10)
    A plug-in SDK for XMPFiles that allows you to add custom file handlers, or replace existing file handlers with custom ones in XMPFiles
    A new version of the file handler for RIFF-based formats that also support AIFF. The AVI handler still uses the old code, but WAVE and AIFF are based in the new file handler
    New functions in XMPFiles that allows you to use your own I/O code in XMPFiles
    Support of EXIF 2.3 properties
    A new XMPFiles function, GetFileModDate(), that retrieves the most recent OS file modification date for the associated metadata of a file
    Many bug fixes and minor improvements in XMPFiles
    The XMP FileInfo SDK is now available in version CS6
    Custom Panel Plugin for Flash builder 4.x
    EVE Panel converter (to convert CS 2/3 panels)
    Create generic panel without Action Script (XML only)
    XMPCore Java is now is now available in version CS6 and seperated from the C++ toolkit  (see new Java section)Many bug fixes and minor improvements
    The Adobe XMP Team

    Hi,
    i used the previous version of the java XMPCore. I tried to upgrade however i got the following exception (using java 1.5 and 1.6):
    java.lang.AbstractMethodError: javax.xml.parsers.DocumentBuilderFactory.setFeature(Ljava/lang/String;Z)V
        at com.adobe.xmp.impl.XMPMetaParser.createDocumentBuilderFactory(Unknown Source)
        at com.adobe.xmp.impl.XMPMetaParser.<clinit>(Unknown Source)
        at com.adobe.xmp.XMPMetaFactory.parseFromBuffer(Unknown Source)
        at com.adobe.xmp.XMPMetaFactory.parseFromBuffer(Unknown Source)
    On further investigation the problem is, that you are trying to call a method
    factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
    on an abstract class however you are not catching that error, as you propably intended to.
    The code has been introduced into the new version:
    class XMPMetaParser.java:
    try
                // honor System parsing limits, e.g.
                // System.setProperty("entityExpansionLimit", "10");
                factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
            catch (Exception e)
                // Ignore IllegalArgumentException and ParserConfigurationException
                // in case the configured XML-Parser does not implement the feature.
    The exception is of the type "Error" and thus won't be catched by the "catch (Exception)" block at this point. If you change the following to:
    try
                // honor System parsing limits, e.g.
                // System.setProperty("entityExpansionLimit", "10");
                factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
            catch (Throwable t)
                // Ignore AbstractMethodError, IllegalArgumentException and ParserConfigurationException
                // in case the configured XML-Parser does not implement the feature.
    or to
    try
                // honor System parsing limits, e.g.
                // System.setProperty("entityExpansionLimit", "10");
                factory.setFeature(XMLConstants.FEATURE_SECURE_PROCESSING, true);
            catch(Error e){
                // Ignore AbstractMethodError in case there is no implementation at all
            catch (Exception e)
                // Ignore IllegalArgumentException and ParserConfigurationException
                // in case the configured XML-Parser does not implement the feature.
    Everything is working as aspected again...

  • Java compiling question

    Hi . I have one class file for an IRC client , the compilation works fine...
    javac -O <filename>.java
    jar cvf <filename>.jar <filename>.class
    jarsigner -keystore suresh.store <filename>.jar sureshcert
    But now I want to compile it so it would work with Microsoft VM too on my web browser . What tools should I use or what are the correct commands on compilation (I'm using Java 2 SDK 1.4.2_05)?

    Hi,
    This forum is exclusively for the Sun Java Studio Creator related discussions. Could you please post your question in the appropriate forum.
    http://forum.java.sun.com/forum.jspa?forumID=31
    Thanks,
    RK.

  • InDesign CS6 SDK under Mountain Lion

    Is there a way to setup a plugin development environment under osx 10.8 (mountail lion) ?
    So far i did not succeed in installing xcode 3, nor builing the sdk samples using xcode 4. Is there any way i can do this using ML ?
    Best Regards, DS

    We're building plug-ins for InDesign CS5, CS5.5, and CS6 in Xcode 3.2.6 on Mountain Lion.  It all works fine, although getting Xcode set up can be a bit tricky.  These links might help:
    http://hamstergene.github.com/blog/2012-11-13-xcode3-mountain-lion/
    http://stackoverflow.com/questions/11778243/xcode-3-2-6-and-mountain-lion
    I'll also note that older InDesign SDKs (CS4 and earlier) are problematic under Lion and Mountain Lion because their ODFRC compilers are PowerPC programs:
    http://forums.adobe.com/message/3986937#3986937

  • CS6 SDK and Xcode

    Hello,
    I'm using Xcode 4.3 on Mac 10.7.2 and I have not managed to compile the examples provided in Adobe Illustrator SDK CS6.
    The literature indicates Xcode 3.2.5. I tried with the old version and this time the compilation was successful.
    Do you know why?
    What should change in the projects provided for them to be used with Xcode 4.3?
    It would help me a lot and I could focus on how to replace calls to ADM, which is difficult enough for me.
    Thank you in advance for your answers.
    JLG

    Have you ever tried to compile the sdk samples?
    Does it work?
    Do you still use obselete class?
    Have you tried to set / refresh your target project?
    Just take a look at the libraries linked.
    Carbone, corefoundation.framework?

Maybe you are looking for

  • Can not Upgrade Snow Leopard to Mountain Lion due to Bootcamp

    This is a long standing problem I had since I bought my Macbook Pro (a purchase now I deeply regret) almost two years ago. I keep asking around every few months, to see if anyone came up with a good solution. I hope someone can help me this time When

  • Is it possible to change the automatically set image on the new iMovie Theater title screen?

    I made a few movies on the new iMovies 2013 then uploaded into iTheater. I love the software and its ease of use. However, I noticed iTheater automatically sets the title image. Similar to youtube, iTheater probably uses the video mid point image as

  • Why isn't iTunes displaying any of my installed apps?

    The phone is sync'd and authorized to the same account as the new laptop. Everything but apps are displayed for editing in iTunes.

  • Right Click in ALV output ?

    Hi, I have got an ALV output. The reqmnt now is that, if the user Right Clicks on a particular field which is displayed, it should show two transactions, and then it should go to the transaction which is selected by the user. How to do this in ALV. A

  • Doubt in Activity No assigned to Package Number

    Hii ME53N - T-Code..Under a Purchase Req. No there are many Services...A single service no/Activity(SRVPOS) may have more Pkg No(PACKNO)... how can i find a Service belongs to which Unique Pkg no?? How this Package no is assigned to Activity/Service