Compiling xDocBookWorkFlow (ID CS2--MAC)

Hello all,
I would like to use the plugin XDocBookWorkflow as I believe it enables InDesign CS2 to import CALS tables as tables, with which we are very much strugling.
I have downloaded xdocbookworkflow, which contains lots of headers and .cpp files and is not compiled. I understand that I need to compile all these files with codewarrior 9.3 to get the .framework to make it work but I have no clue how to do that . I have few questions regarding the same, if somebody can guide me that will be appreciated:
1. Where to buy/download CW 9.3 as it now not available for purchase with Freescale Semiconductor. Can this be done with XCode. I am working ID CS2 on MAC version 10.x.
2. I have read in one of the topic that I need to select .mcp file to build a project, but I've not found any of the .mcp file in xDocbookWorkflow.
3. Is there any document available with instructions for the same.
Thanks in advance.
Pankaj

I am not sure where you've got this sample code but in SDK source and project files are not located in same directories.
For project files you'll find them within {SDK} build/ folder tree.
Be aware this sample is implementing 2 plugins - UI + model - leading to 2 different project files indeed.
Beside that - XCode is required for CS3 but won't do it for previous versions of the SDK: you are correct assuming that CS2 does require a compiler that's not available anymore - Metrowerks Codewarrior.
Finally - I don't understand what kind of document you are looking for (the same what?) - but there is a lot of readings in SDK - enough to keep you reading for several months I am afraid . . .
Best regards
Patrick Perroud

Similar Messages

  • MacMac版 Adobe Illustrator CS2 をインストールしようとすると インストール先の選択 の画面でmacのHDが表示されず 選択ボタンもなく MacOS拡張形式ではないドライブへのインストールはサポートされませんとエラーマークがでます なぜでしょう?

    Mac版 Adobe Illustrator CS2 をインストールしようとすると インストール先の選択 の画面でmacのHDが表示されず 選択ボタンもなく MacOS拡張形式ではないドライブへのインストールはサポートされませんとエラーマークがでます なぜでしょう?

    記載の通りになってしまいますが、HDDのフォーマットを拡張形式にしていないからではないでしょうか。
    また実際にインストールされるOSのバージョン等はいくつになるでしょう、
    CS2は最近のOSでは対応していないので、インストール自体ができません。

  • Masking unwanted sides to drop shadow effect (AI CS2 Mac)

    I've got a problem with drop shadows in CS2 (Mac). Can anyone help? I've applied an offset of zero and a blur of 1mm which works fine but the object is at the corner of the artboard and the shadow spills over onto the pasteboard and leaves a fine line showing when imported into InDesign (at the edge of the graphics frame).
    Can you tell me how I can loose the shadow on the two sides I don't want it? I've tried creating a clipping mask behind to paste it into but I loose the solid area of the object (with the shadow) that I'm pasting in to the mask.
    Many thanks,
    Bob

    I don't see a problem. A clipping mask should work, but perhaps I might not be following the description in your second paragraph correctly.
    Could you clarify, preferably by providing a screenshot that illustrates what you get and what you want to achieve?

  • Photoshop CS2 (Mac) bricht bereits beim Starten ab

    Hallo,
    arbeite mit CS2 (Mac). Photoshop bricht seit Kurzem bereits beim Starten ab. Auch Neuinstallation hat nichts gebracht. Adobe konnte mir "nur" mit einer englischsprachigen Anweisung zur Fehlerbehebung aushelfen mit der ich, sprachlich bedingt, leider nicht klar komme :-(
    Kann mir jemand weiterhelfen? Ein Fehlerbericht liegt mir vor.
    Gruss OG

    Hallo,
    habe in einem anderen Forum die Loesung bereits entdeckt. Hatte mit meiner Epsonscan-Software zu tun. Dabei ist ein Crash aufgetreten. Hatte daraufhin diese Software deinstalliert. Heute nun eine neue Version installiert und jetzt lauft auch Photoshop wieder :-)
    Gruss OG

  • [CS2 Mac] Unexpected Alert Window

    Hi All,<br /><br />I have a problem to find the reason for an unexpected Alert Window on ID CS2 Mac. I wrote a PlugIn with an Button that's open an Dialog. After I close the Dialog - I get an Alert Window with the following Text:<br />"5. Arbeitsbereich laden" maybe retranslated to English: "5. Workspace load"<br />I don't know why this Alert comes. Please help me.<br /><br />Now some info's:<br />ID CS2 MAC 4.0.5, CodeWarrior 9.3 <br /><br />maybe the problem code:<br />----------------------------------------------------------------------<br />InterfacePtr<IApplication> application(gSession->QueryApplication());<br />ASSERT(application);<br />if (application == nil)      {<br />     ASSERT_FAIL("application invalid"); <br />     return;<br />}<br />InterfacePtr<IDialogMgr> dialogMgr(application, UseDefaultIID());<br />ASSERT(dialogMgr);<br />if (dialogMgr == nil) { <br />     ASSERT_FAIL("dialogMgr invalid"); <br />     return;<br />}<br />PMLocaleId nLocale = LocaleSetting::GetLocale();<br />RsrcSpec dialogSpec(nLocale, kTestPluginID, kViewRsrcType, kTestDialogResourceID, kTrue);<br /><br />IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec, IDialog::kMovableModal);<br />ASSERT(dialog);<br />if (dialog == nil)  { <br />     ASSERT_FAIL("can't create dialog"); <br />     return;<br />}<br />dialog->Open();<br /><br />----------------------------------------------------------------------<br /><br />Thanks in advance<br />Ralph

    I have not changed any sound settings so the sound that I am hearing is 'Funk' and 'Submarine' in Mail.
    Message was edited by: Andrea Sian

  • Error when compiling AppleScript for CS2, need help

    I've recently started learning AppleScript, and while I'm no stranger to programming I'm a little lost when it comes to errors like this one. I have both InDesign CS2 and InDesign CS3 installed so I'm not sure if my problem is caused by that, they were installed before I started working on this mac. I've also been recently upgraded from Tiger to Leopard, in case that might be a probable cause.
    Basically, my problem stems from this:
    tell application "Adobe InDesign CS2"
        get active document
    end tell
    When I try to compile this I get a Syntax Error that says "Expected end of line but found class name." and highlights "document". I've also had problems trying to use things like "page 1" or "view preferences" with similar errors. With the case of things like "page 1" I've had to replace it with "item 1 of pages" to get it to compile.
    If I change it to "Adobe InDesign CS3" it works fine, but I need to compile for CS2 for backwards compatability. Strangely, this method works:
    set indesign to application "Adobe InDesign CS2"
    tell indesign
        using terms from application "Adobe InDesign CS3"
            get active document
        end using terms from
    end tell
    Does this mean my CS2 dictionary is broken? I can view it fine from the Script Editor, and I've seen things like "active document" used in example scripts, so this syntax error is confusing me.

    I'm not sure why you're getting that error, but a couple of things:
    Using "document 1" instead of "active document" is not a bad habit,
    because there are cases where active document doesn't work.
    When you compile the scripts, the version is somewhat irrelevant -- when
    you go to run them, they look for a running application of the same creator
    code, and use that. It's a bit like when you double-click on a document in
    the Finder -- it doesn't matter what version of ID you made it in, it will
    try to open in whatever version is running first.
    Shane Stanley <[email protected]>
    AppleScript Pro Sessions <http://scriptingmatters.com/aspro

  • Photoshop CS2, Mac  version, filter does not show

    Hello,
    I m compiling Dissolve sample plugin for photoshop CS series.
    I succeed to compile CS3 and CS4 version since there is a xcode project.
    I can see the plugin in the filter menu after I launch photoshop.
    It works perfectly.
    BUT, as for the CS2 version, I succeeded to compile it by changing CS4 sample project... But I could not get it to show in the filter menu.
    The sample project is codewarrior based, so i cannot use it.
    I m using Mac OS 10.5 and xcode3.
    Any sample project to compile CS2 filter around?
    Thanks in advance

    xcode produce only MachO binaries, and CS2 recognize only PEF
    From AdobeSDK FAQ:
    --- begin ---
    3.1.4.7 I want to have one plug-in for CS1, CS2 and CS3
    That is a tricky problem that we have not yet found a great solution to. The main problem is that CS1 only sees PEF, CS2 & CS3 see both PEF & Mach-O on PPC, and of course CS3 on Intel only sees Mach-O. The problem occurs when CS2 or CS3 see both the PEF and Mach-O versions and cant decide which to use. Since you can't even build for CS1 from Xcode I'd suggest you at least keep them as separate installs, even if they are shipped together. How you sell and support of course is up to you.
    --- end ---
    IMHO, there is error in doc -- CS2 can't see Mach-O version, only PEF (exactly as CS1) -- at least in my tests.

  • [ID CS2 Mac]Please tell me the Suitable IDE?

    Hi all,
    I want to develop a plug in InDesign CS2 on Mac 10.5 .
    I have downloaded this SDK :Adobe InDesign CS2 4.0.2 Products SDK.
    I read the Readme.txt & found that the IDE for developing a plugin on Mac
    is Metrowreks CodeWarrior 9.3 .
    Right now there is no Metrowreks CodeWarrior 9.3 available for purchase in the adobe site i browsed.
    Will i be able to create a plugin in Metrowreks CodeWarrior 10 Version?
    Will the 4.0.2 Products SDK support to compile a plugin on CW 10?
    If not please tell the path from where i can Purchase Metrowreks CodeWarrior 9.3?
    Thanks in advance!
    myriaz

    I am also interested to find out this, we are currently keeping a dedicated Mac for CS2 development, with an old install of CodeWarrior 9 on it. Our CodeWarrior CD has been lost for a while, so we depend on this Mac to continue supporting CS2, which is obviously not ideal...

  • Showing tranformation controls, Adobe Photoshop CS2, Mac Tiger

    The 'show transformation controls' are checked but the controls do not display. Going to Edit - transform - ...... they will display, but then disappear again and do not show on re selecting with the move tool.
    This has only just started to happen on the Mac and does not correspond to any upgrades or new software and has been working fine since the installation of CS2 quite some time ago.
    Cathy

    Try trashing your preferences?
    (Hold down the Shift+Option+Command keys AS you launch Photoshop. You'll get a little dialog to delete your settings.)

  • How to compile Universal binaries in Mac OS X Lion with static linking

    Hello Experts,
    I have a projects which needs to be ported on Mac. This project uses some third party libraries and link them statically. I am new to Mac world and hence struggling to compile universal binaries with static linking on Mac 10.7.3 system installed with Xcode4.3.2 .
    Any help ?
    Best Regards
    Sudhir

    Uncheck Organize by Coversation:

  • Run C program compiled for Linux on Mac x11?

    Hi,
    Is it possible to run a c-code program compiled for Linux on x11? If this is not possible, is there a way to have a linux platform runninn os 10.6.8 so I can use these programs?
    I knew little about Linux or X11, so I don't know if it is possible or how to recompile the program for x11.
    Thanks!

    Linux compile code will not run on Mac OS X, and even if you violated the Mac OS X license to run Mac OS X in virtual machine on top of Linux, the Mac environment would still not run the Linux program.  The Linux program needs to run on Linux.
    If your Linux program is X11 based, then it is possible to run the program on Linux and have the output displayed on your Mac.   Start an Applications -> Utilities -> Terminal session, and run the command
    ssh -Y [email protected]
    LinuxPrompt> run_your_Linux_program
    The ssh -Y will establish an X11 DISPLAY tunnel between your Mac and the Linux system.  When you run an X11 based app on the Linux system via this ssh session, the X11 display output will be sent back to the Mac.
    NOTE:  Many Open Source programs have Mac OS X ports.  Sometimes there are actual Mac OS X binaries, and sometimes you have to build them yourself.  There are also services that will do the heavy lifting of installing a ported Open Source app, such as MacPorts.org and FinkProject.org

  • InDesign CS2 & MAC OX 10.8.x

    just try to install InDesign CS2 on my MAC PRO running 10.8.3 and after installtion a get an error "installation failed"
    Some suggestions?
    Best
    Eric

    Give it up. It's not possible.
    Bob

  • Adobe CS2 Mac laptops.

    Ok, so I noticed that I can do the two-finger scrolling on Photoshop and In Design, but never on Acrobat Reader. What's this all about?
    Why does it only let you scroll vertically? I know when CS2 was released there was talk about this on mac websites. What's the reason for Adobe to not implement this, only on this application? Or is it there, but I haven't updated something, or not enabled the feature? A little background info, please.

    You might try searching or posting your questions in the Adobe support forums:
    http://www.adobe.com/support/forums/
    -Doug

  • CS2 Mac activating problem

    I use a Mac G4 OS Leopard. My hard disk died on me, and my applications were on that disk. I can't de-activate the CS on that HD. I have two other HDs on the computer, so I installed the CS on one of the extra HD but the problem is that I can't activate the CS on the extra HD. It says the serial and name don`t match. I have had my HD die on me one other time and I was able to install CS2 in a new HD and activate it, but I'm unable to activate it this time. The HD that died prompted me that the disk is not repairable so quickly save the date you need to save. I saved what I needed to, but that's all. I'm not sure I should try to re-format the HD that died and install the CS on that HD, because if it doesn't work I will have wasted a day on a useless HD. I hope someone out there can HELP.

    Hi
    Thank you for asking . It just says that my name and serial # don`t match,
    illustrator does not even open this morning I tried PS and the activating
    page came on saying the usual thing that I have a 30 day grace period if I
    don`t activate right away.
    I know CS2 is old but it really is the best environment for my work and for
    the time being
    I want to keep it that way, at least for awhile still .
    I have this CS2 installed in my laptop also, is it maybe the software
    thinks I have installed it into to many computers, because the on on the
    messed up HD is not de-activated.
    So I am planning to re formate my messed up HD and see if it is still
    usable, but I am afraid it might only be temporarily and have to go through
    the whole process again.
    I really need help this is work and deadline don`t wait.
    Thanks it is good to know Adobe cares cause your call centre was not
    helpful and brushed me off, and this was a international call cause I am
    located in Japan. The CS in english version so Adobe Japan said  they can`t
    help.
    Laily

  • When I re-installed CS2 (Mac), it did not include Acrobat 7

    I recently had to re-install my CS2. I phoned Adobe Support and gave them with the email address I used when purchasing. They provided a link to CS2 downloads. On the list of downloads, it included the option to download the bundled CS2 as well as the option to download apps individually. I noticed that some individual applications (like Acrobat) were only listed for Win -- not for Mac. But my CS2 used to include Acrobat. I was hoping that when I downloaded the bundled CS2 that Acrobat would still be included, but it was not.
    I followed the instructions exactly, downloading all discs. Disc 1 included the "Adobe Installer" app and a separate folder for Reader 7. But no folder for Acrobat 7. The instructions said to click Disc 1's "Adobe Installer". here were no instructions to do anything with "Disc 2" and "Disc 3". Both discs also include the same "Adobe Installer" app on Disc 1.
    I ended up with:
    Bridge
    Illustrator
    InDesign
    Photoshop
    Reader 7
    Version Cue
    But no Acrobat 7.
    Is there a way to download Acrobat 7 separately?

    i don't think they are.
    if you have acrobat 8 it might have been an upgrade (purchased with its own serial number), but not an update to acrobat 7.
    if that's acrobat 8 standard and if you purchased from adobe, check your order history, https://www.adobe.com/account.html
    if you acquired via dell, http://www.dell.com/support/contents/us/en/19/category/Product-Support /Self-support-Knowledgebase/software-and-downloads
    otherwise, you need to contact the vendor for the installation file(s).
    if that's acrobat 8 pro and if you follow all 7 steps you can directly download a trial here: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    and activate with your serial number.  (for help finding your serial number, if not purchased from adobe, http://helpx.adobe.com/x-productkb/global/find-serial-number.html)
    if you have a problem downloading, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com

Maybe you are looking for

  • External Drive Failure

    Hi all excuse me if I'm in the wrong place but whilst running Techtool Pro my perfectly running Ext Firewire hard drive has failed to display a desktop icon, is not recognised anywhere and now runs at full speed from power on, I have tried all the us

  • How to use third party DLL's in LabVIEW

    Hi all, Am using maxon EPOS 2 (Easy Positionning system) to control the EC motor. It comes with the 32-Bit Windows DLL for labVIEW. How to use these library unctions in labVIEW properly? When i try to call those library function in a LabVIEW program,

  • How to limit the number of items from RSS using XSLT

    Hello, I am using plsql to read contents from RSS, basically a simple RSS reader. I would like to somehow want the feature to restrict the number of items in the RSS feed, say I would like to display only the first 5 items. How could I achieve this?

  • Lightroom 4.4 jpeg export VERY noisy...HELP!

    Hi all, I have Googled and quite aware of the noisy jpeg output for v5 onwards. But I'm still using 4.4 and all I found on Google is threads for v5. Has anyone experienced this noisy jpeg export issue? Here's a screengrab comparing the two.

  • External portable keyboard and Playbook

    I don't have any problems with my Playbook, but I do have a question.  I would like to get a portable keyboard because the one in the Playbook is not very good for serious document typing.  Is it possible to buy a regular portable wireless keyboard a