IDCS5 Win X64

I am compiling my first CS5 plugin (this is a CS4 project upgrade) and am receiving some errors/warnings that I cannot seem to resolve.  Here they are:
Could Not Find C:\Program Files\Adobe\Adobe InDesign CS5 Debug\Plug-Ins\(WPCPrintDebug Resources)\*.idrc
I checked the Pre-Link Event command line, and it looked almost exactly that found in the porting guide on page 13; the only difference was "&del" instead of "& del."  Just to be sure, I changed the line to exactly match the guide, reran the compile, but that did not fix the problem.
BTW, the directory does exist, but it is empty.
..\objD\WPCPrintUI\PlugInStatics.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
I've looked all over the project for anything that even remotely looks like an X64 checkbox and haven't found any.  I went into the VCPROJ file, found several references to x64 and removed the whole XML tag.  That doesn't seem to have hurt the project any, but I still get these errors.  What is an IDRC file and how do I generate it? 
And how do I turn off X64 in my project?
(For those of you who wish to gently chastise me for removing X64 specifications from the project, please remember that x64 is only valid for InDesign Server and we do not use InDesign Server and have no plans for using it in the future.)

Update:  The problem with the .idrc files has been resolved.  There seemed to be a pathing issue within Visual Studio 8; once I got that cleared up, the merge_res cmd file worked.  I still need whatever wisdom the group can share with me, however, about the X64 problem.

Similar Messages

  • JAVA_HOME space win x64

    Okay the problem is famous :  on win x64 java is not recognized if  set JAVA_HOME = C:\Program Files\1\Java\jdk1.8.0_25 neither if set JAVA_HOME ="C:\Program Files\Java\jdk1.8.0_25"  and neither JAVA_HOME ="C:\Progra~1\Java\jdk1.8.0_25"   despite a tons of web pages that indicate to use this last setting (Maven: tricky JAVA_HOME setting | Xinotes ) .
    Then what is the solutions ? maybe the unique solution is to install java in a folder without space ?

    If you are suggesting that when you type "java" at the command line it doesn't work regardless of how you set JAVA_HOME then the solution to that is simple (and true for all versions of windows)...use the environment variable "PATH" instead.
    You can use JAVA_HOME from a 3rd party app that wants the location of a java VM.  (There are problems with that for serious applications because they would not normally run with any arbitrary VM but only the ones they are tested for.)

  • GoldenGate for Big Data 12c for Win x64?

    I was looking for the GoldenGate for Big Data download for Win x64 and all I found on edelivery was Linux, Solaris, HP-UX and AIX platforms, but no Windows at all (see the screenshot below). I wonder if it's been released yet? Or, is it just an unfortunate omission?
    Thanks
    Andy

    Thanks, for your reply, Karan!
    I tried following your advice, but bumped into yet another similar problem. I've installed OGG 12c and now I can't seem to be able to find the matching version of the GG Application Adapters for JMS and Flat File for the Win x64 platform. The latest version of Application Adapter available on edelivery is 11.1.1.0.0 which means I need to downgrade OGG to the same version. No big deal but I wanted to make sure I'm not missing anything.
    I wonder if anybody has any idea as to whether Application Adapters 12c for JMS and Flat File is available for the Win x64 platform, and if so, where can I download it from?
    Thanks
    Andy

  • 975X Internet connection problems Win X64

    Hi, I have upgraded my OS from Win XP Prof to Win XP Prof X64. With the old OS I had no problems connecting to the internet. Now I cannot connect. I had downloaded the 64bit drivers from http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=746&kind=1 but there is no installer, and I don't know how to do it manually. Could someone give me step by step instructions please? Tech support will only tell me to do it manually but they won't tell me how. Thank you, Dave

    hello welcome to forum.
    download(http://download.msi.com.tw/support/dvr_exe/mbd_dvr/intel_Gigabit-64bit.zip) and extract drivers from archive.
    go into device manager(right click on "my computer", select "properties", choice "hardware" tab, "device manager", navigate to unknown devices(device with yellow question mark, right click on it and choice update driver, then select "install from a list or specific location(Advanced), click "next", an choice from there "don't search. i will choice drivers to install", click next, and click on "have a disk" and point to files(drivers) where they are extracted.

  • Audigy 2 on Win x64 . NOT FOUND!!

    Hi
    I have an Audigy 2 and it works fine on Win XP Pro.
    However when I want to install latest drivers on Win XP x64, setup says it can't find the card. lol
    What's wrong or what am I doing wrong?
    I have latest NForce drivers and latest bios. MB: MSI K8N Neo4 Platinum. 2 Gb 3200 DDR Kingston (4x52), GForce FX660 256 Mb.
    Could anyone help me, please?
    Thanks

    D/L this driver http://www.station-drivers.com/telec...32-64-whql.exe
    Open it up with WinRar and then go to WDM/common and 64.
    Extract this to your desktop and then try to force it in Dev Man.
    IF that fails then open up again and go to surrport/64 and use the CTzapxx.
    Hope that hel
    ps.
    Message Edited by xmn on 09-07-2005 0:56 AM

  • IDCS5 Win Linking problem

    I would like to try submitting this again to the forum.
    I have a problem linking a UI plugin.  It's a Win32 plugin but I am getting this error at link time:
    ..\objD\NuTest\NuTActionComponent.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'
    I encountered this problem:
    1.)  On a plugin I am trying to convert from CS4 to CS5,
    2.)  On freshly created plugin code created by DollyXS with no changes whatsoever made to the code or project, and,
    3.)  When I attempted to compile one of the sample plugins.
    This suggests a setting in Visual Studio that needs to be correctly set, but I am at a loss to figure out what it is.  does anyone have any ideas where to look?
    TIA!
    John
    P.S.  This is what the online help has to say about this error:
    The object files specified as input were compiled for different machine  types.
    For example, if you try to link an object file compiled with /clr and  an object file compiled with /clr:pure (machine type CEE), the linker  will generate LNK1112.
    Similarly, if you create one module with the x64 compiler and another module  with the x86 compiler, and try to link them, the linker will generate  LNK1112.

    I have found an answer though I am not sure it is the best answer, but it is an answer that works.  I downloaded a trial version of VS 2008 Professional (I was originally using Standard).  After cleaning all test projects and recompiling/relinking, this error went away.
    Was there anyone out there who was successfully using VS 2008 Standard?  At this point, I am more curious than anything else.
    R,
    John

  • IDCS5 Win IPrintData message

    Hello everyone:
       In my code I have these lines:
          //  PrintInfo is an  IPrintData object...this line compiles without a problem.
      PrintInfo -> SetPSLangLevel(IPrintData::kPSLangLevel_3); 
      PrintInfo -> Validate();
    When I execute the latter line I get this message in the Debug version of CS5 Win:
    Print:  Invalid PostScript level string!/PrintDeviceInfo.cpp (1134)
    Does anyone know what this is all about?
    R,
    John

    Hello everyone:
       In my code I have these lines:
          //  PrintInfo is an  IPrintData object...this line compiles without a problem.
      PrintInfo -> SetPSLangLevel(IPrintData::kPSLangLevel_3); 
      PrintInfo -> Validate();
    When I execute the latter line I get this message in the Debug version of CS5 Win:
    Print:  Invalid PostScript level string!/PrintDeviceInfo.cpp (1134)
    Does anyone know what this is all about?
    R,
    John

  • Wine x64 - odd xorg errors

    i'm getting real odd 'glxbaddrawable' errors from trying to launch simcity 4 under 32 bit wine in x86_64 arch; odd in a quite litteral sense: it only seems to happen 'every other time'.
    i'll get the crash on an 'glxbadrawable' error only about half or a third of the time; the rest of the time the game launches fine. which leaves me really puzzled as to where to start debugging this. i've tried different combinations of using built-in or native d3d wine libraries; and i've tried under different ati drivers / xorg-server's .. etc..
    it's just annoying to have to try and launch it two or three times every time..
    any ideas ???
    (ill gather the outputs and attach em to this post in a short while)

    yes im using it software mode ...
    in fact, i've been trying to run the sims 3 as well, which is also supposed to work find, and i'm getting the exact same errors. ive read all about the different registery tips and tricks and none seem to have any effect on that.
    i've also come to the conclusion that i can't seem to be able to run direct 3d at all on my system. if i used hardware acceleration in simcity for instance, i get about 5 frames per second on everything ... with the sims 3, when it does launch (again, roughly 25 percent of the time...), it just stalls there as soon as it tries to render the EA logo after which it dies a painful death some moments later...
    even worse, i recently can't even seem to get anything to start at all ... i get a bunch of fixme: and err: messages about d3d and wined3d and after a while i get this " err:seh:setup_exception_record stack overflow XXX bytes in thread XXX" errors and eveyrthing dies ...

  • Win X64 and Dreamweaver

    I am just curious to see if I am the only one running X64. I
    could not get the 8.0.2 update to take and after searching the
    forums here, I am convinced that it is my operating sytem. I do no
    have any problems running any programs but the update. Photoshop,
    Illustrator, Indesign, Dreamweaver, Fireworks and all my MS
    applications work great. Just the updater for DW 8.0.2 is the only
    problem.

    Say Andrew,
    You claim that Adobe completely ignore x64 support. It is all
    rant, misleading and inaccurate.
    I am pretty darn sure that Adobe system developers and
    engineers are well aware of this issue. Perhaps that you need to be
    either patience for next release or make some constructive,
    professional and netural feedback about X64 support. Ideally, it is
    a good time for you to address this issue around CS3 products
    development currently under development and being engineered for
    next release.
    I'd be honest with you, I don't know what is going to happen
    between now and for next few months, what is going to happen if CS3
    supports X64 platform/architecture, perhaps for sure in time by CS4
    (perhaps other 18 months plus the pre-CS3 release few months from
    now)...
    It is fair for me to say that, however, it will be benefit to
    all of us and Adobe system engineers if you address this issue by
    send feedback email. For now, and until then, sit tight and be
    patient, I guess.
    Happy Holidays, DWD
    quote:
    Originally posted by:
    virnuls
    Yes, I'm running Windows XP x64! I can't run the updater,
    either - 8.0.1 was fine, but 8.0.2 says that it was interrupted
    when it wasn't, and never has been.
    Oh, and Flashpaper doesn't work, either.
    Adobe/Macromedia seem to have almost completely ignored x64,
    whereas I've got drivers for all my hardware and everything else
    works happily - do a search for almost any term and "x64" and this
    site, though, and there are no results found.
    Andrew

  • Z77A-G43 (MS-7758) problem with Win x64 install

    Hello,
    Motherboard is Z77A-G43 (MS-7758) latest bios v2.7.
    I would like to install Windows x64 on 3TB GPT disk.
    In accordance with the product description "3TB+ Infinity is not only breaking through the limit of traditional BIOS, but also enhancing the utilization of hard drives efficiently. In addition to supporting the latest 3TB hard drives, MSI 3TB+ Infinity technology can use the 3TB hard drive as boot disk when installing a 64-bit operating system. Compared to competitors, MSI 3TB+ Infinity is an industry-leading technology which substantially presents an advantage of development and application in the future."
    HDD is ST3000VX000-9YW166 connected as SATA AHCI. The device is recognized by the bios.
    To make sure that I use EFI, I boot with EFI shell and run BOOTx64.EFI from Windows install disk. I select the ST disk. It has one system partition of size about 128mg, the rest of the disk is unallocated. When I attempt to install Windows on the ST disk, I get the message "Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure the disk's controller is enabled in the computer's BIOS menu."
    What should I do to make Windows install on this disk?
    Thanks.

    Quote from: Bas on 03-November-12, 03:04:53
    Did you turn Infinity on?
    I believe Infinity is always on. At least I don't see such an option in bios.

  • IDCS5-win. Error while running a script from indesign(not via estk)

    Hi all,
    After running the script from indesign, I get following error
    ASSERT '(engine->getDebugFlags() & ScScript::kExtendedErrors) == ScScript::kExtendedErrors' in ..\..\..\source\components\script\javascript\JavaScriptRunner.cpp at line 412 failed.
    ..\..\..\source\components\script\javascript\JavaScriptRunner.cpp (412)
    any idea about this?
    The script runs fine when run from ES tool kit.
    Thanks

    Hi,
    My colleague found the problem. We were using extendables library and we still haven't figured out what was actually happening, but removing it solved the problem.

  • IDCS5 Win: Flowing text, revisited...

    I have found that my problem is that the code I am using to import tagged text is importing the text into a textbox that it creates rather than the pre-existing text box. Additionally, almost every example I have seen that comes with the SDK either deals with graphics or shows me how to load text into a textbox created by the load process (as opposed to a pre-existing textbox).
    Does anyone have a suggestion as to how I might load the tagged text into a text box that already exists?   There is a kPlaceItemInGraphicFrameCmdBoss.  Is there a text equivalent in the SDK?

    Hi John
    IStaticTextAttributes you can use to set the underline attribute (and other attributes) outside of your StaticTextView implementation.
    When you set that, then inside of your Draw method you can read what was set (GetDrawUnderline()) and apply that value in PMDrawStringRGB.
    So, you should respect assigned values to IStaticTextAttributes
    void CYOURTextWidgetView::Draw(IViewPort* vp, SysRgn sr)
         InterfacePtr<IStaticTextAttributes> ista(this, UseDefaultIID());
         int16 alignment = ista->GetAlignment();
         bool16 underline = ista->GetDrawUnderLine();
         PMDrawStringRGB(gc, bbox, alignment, str, fi, color, catu, cv, underline);
    Regards
    Bartek

  • IDCS5 Win: Panel Tree View sort order

    Hello everyone:
    I have a panel tree view that is displaying document names in a backward sort order.   When I say that I mean that the sort order is as so:
    5
    4
    3
    2
    1
    as opposed to
    1
    2
    3
    4
    5
    I have stepped through the code and in the Adapter, they are geting placed into the string list in the latter order i.e. 1,2,3,4,5).  What could be causing this reverse sort order?
    R,
    John

    Yes, if the Track Number field is empty in the File Info dialog, for all files in the Files panel, then Audition will revert to "Recent Access" sorting.
    There is no relationship between this File Info: Track Number, and the track number you see in the CD View.
    I understand your confusion. However, note that it is possible to add the same file (from the Files panel) to the CD View track list. So imagine you have "My Song.wav" in the Files panel. And then added it to the CD view track list at track positions 1, 3, and 5. If we were to sort the Files panel by track number as they appear in the CD View, then which track would be associated with "My Song.wav"? Track 1, 3, or 5?
    This feature was added primarily as an enhancement to the typical CD ripping (File > Extract Audio From CD) workflow. After ripping audio tracks, the resulting files that appear in your Files panel will be tagged with a Track Number. It is usually handy to sort by this CD track title rather than by filename or other sorting option.

  • IDCS5 Win - Printing a PDF

    I am writing a plugin that will print individual pages to their own PDF files.  I actually have that code down pretty well.
    What I am facing is the requirement to place a small certification logo on the pasteboard (approx.  36 points by 72 points) right above the left-most corner of the page.  I have placed the logo without a problem, but when I print the page, the logo is not printed.
    1.)  I know if I increase bleed when printing to a PostScript file I can capture objects laying on the pasteboard, but I can see no way to do that using the IPDFExportPrefs interface.
    2.)  I tried using the IPDFExportPrefs::SetIncludeSlug() call, but it didn't help.
    Does anyone know how to get an object on the pasteboard to print to a PDF file?
    TIA
    John

    You need to set the slug box offsets.
    Use IPageSetupPrefs::SetSlugBoxPref().

  • IDCS5 Win:PanellTreeView problems...

    I have built a dialog that includes a paneltreeview.  When the dialog first appears the listbox looks just fine, with all three expected records showing up.  If, however, I click the dialog closed, and then reopen it on the same record (or for that matter, any other record), I get the following error:
    Node("Override NodeID::GetDescription() to provide useful information here") passed to NodeAdded() does not return a valid index when calling GetChildIndex( Node("Override NodeID::GetDescription() to provide useful information here"), Node("Override NodeID::GetDescription() to provide useful information here") ) on it's parent
    This is a two-level paneltreeview: the Root level and the next level where all the page numbers are listed.  The page numbers have no children.
    Stepping through the code, I find that the first execution of the dialog takes the program through the hierarchy adapter. The second execution of the dialog, however, does not.  Instead it goes through this code:
    bool16 IEUIEditNameDialogController::FillTreeView()
       MAKE_DB_POINTER;
       RowManager *Rows = RowManager::GetRowManager();
       //Rows->Reporter();
       PMString    DataPt;
       do
          InterfacePtr<IPanelControlData> PanelData(this, UseDefaultIID());
          IControlView *TreeView = PanelData -> FindWidget(kIEUIEditNamePageListboxWidgetID);
           InterfacePtr<ITreeViewMgr> TreeMgr(TreeView,   UseDefaultIID());
          TreeMgr ->  ClearTree(kTrue);
          TreeMgr -> ChangeRoot();
          InterfacePtr<IStringListData> ListData(TreeView, IID_ISTRINGLISTDATA);
          K2Vector<PMString> lists = ListData -> GetStringList();
          int ListSize = lists.size();
          if(ListSize > 0)
             while(ListSize > 0)
                PMString Data = lists.back();
                TreeMgr -> BeforeNodeDeleted(IEUIEditNameCmpNodeID::Create(Data));
                lists.pop_back();
                ListSize--;
          //  Provides me with a list of page numbers looking like this:  1, 3, 5
          PMString ThePages = CurrentNameRecord->second.GetPageList();
          //  Something is wrong if this happens.
          if(ThePages.empty())
             break;
          int RowCount = 0;
          while(1)
             //  Chop off a page.
             int CharIndex = ThePages.IndexOfCharacter(',');
             if(CharIndex == -1 && !ThePages.empty())
                DataPt = ThePages;
                ThePages.clear();
                //break;
             else
                PMString *p = ThePages.Substring(0, CharIndex);
                DataPt = *p;
                delete p;
                ThePages.Remove(0, CharIndex + 1);
             //  The design manager required the listbox to be "banded" (i.e. alternate gray & white background for the rows)
             //  This facilitates that.
             DataPt += "^^";
             DataPt.AppendNumber(RowCount++);
             K2Vector<PMString>::const_iterator iter = std::find(lists.begin(), lists.end(), DataPt);
             if(iter == lists.end())
                  lists.insert(lists.begin(), DataPt);
                //  This also helps manage the banding effect.
                Rows ->     Add();
                Rows -> Refresh();
                  //make sure that the node added has been processed
                NodeID node = IEUIEditNameCmpNodeID::Create(DataPt);
                //  This is where I get the errlr.
                TreeMgr -> NodeAdded(node);
             if(ThePages.empty())
                break;
          ListData -> SetStringList(lists);
          TreeMgr  ->         ChangeRoot();
       } while(kFalse);
       return kTrue;
    I have done a search of all my code and cannot find an implementation of "GetChildIndex" anywhere.
    I've been working on this bug for two days now.  Does anyone see where I might be going wrong?
    R,
    John

    Dirk:
       I apologize for not being clearer on what my troubles are.  I have no problem initializing the PanelTreeView the first time through.  What happens is that if I call up the dialog, then dismiss the dialog, then leave the plugin then come back into the plugin and recall the dialog, the data from the previous run still populates the listbox, despite the fact that the data has changed.  I even call ChangeRoot() but it does little.  Putting a breakpoint in the HierarchyAdapter confirms that the list is not refreshed through it.
       I finally wrote code that simply deletes all records in the list box, adds the new records and then calls ChangeRoot().  That seems to work.  If there is no other more elegant way, then so be it.
       Thanks nevertheless for your input.  Take care.
    John

Maybe you are looking for

  • How can I search multiple columns in a SQL command of Union tables

    Hi: We have a database with tables that are nearly identical that we use for production and production history. I have created an SQL command in Crystal 2008 to joins several of the tables and then added a "UNION" to connect the History and Prod tabl

  • How do I fix a SSL error on my iPhone?

    Any help will be much appreciated!!

  • Duplicates in iTunes Music folder

    I just noticed that all of the m4a music files stored in my iTunes music folder have duplicates. This does not seem to be the case for mp3 files. These are not duplicates in iTunes--when I show duplicates in iTunes, I don't have any, even though the

  • FTP server in java doesn't work well at win os in some status.Why?

    As we know,FTP server in java used to use "BufferedOutputStream(socket.getOutputStream())" to complete data transfer. socket.getOutputStream() returns SocketOutputStream, and SocketOutputStream use native method:socketWrite0 to transfer data. I writt

  • Max number of IP phones per blade

    I have read in aCisco manual that the maximum number of IP phones is 18, assuming they use 15,4Watt. On a WS-X4148-RJ45V combined with a PWR-C45-4200ACV that leaves us with 30 ports we can not use for VoIP useing PoE. Or am I wrong?