CS5.5 / Mac Release: Can't load my plugin

Hi
I take my XCode project for CS5 and changed the settings for CS5.5 (SDK CS5.5, directories, and so on). After different changes, I can compile and link my plugin (debug and release version) without some errors. The debug version is loaded in Indesign CS5.5 debug, but the release doesn't. There is a message like "The plugin use Indesign Version 7.0 and can't be loaded".
I copied the plugin manually in the Plug-Ins folder.
Any ideas?
Thanks a lot
Hans

Hans,
This problem could occur if your project setting for release target points to CS5 SDK. Try checking out your project settings for release target.
Just my 2 Cents
Manan Joshi
- Efficient InDesign Solutions -
MetaDesign Solutions
http://metadesignsolutions.com/services/indesign-development.php

Similar Messages

  • I have Adobe Photoshop CS5 for Mac-OS, can this be used on a PC?  I'm wanting to load onto a PC/laptop.

    I have a version of Adobe Photoshop CS5 for Mac OS, which I use on my desktop.  I've recently purchased an HP laptop, is there a way to use my licensed CS5 version of Photoshop on my new HP PC?

    No, the CS5 software is operating system-specific and even if you were willing to trade for the Windows version you could not at this point due to that only being possible for the latest. release, CS6.

  • Early 2008 Mac Pro - Can't load Boot Camp drivers for Win 7 64

    Trying to install Win 7 64 bit on my early 2008 Mac Pro.  I downloaded the Boot Camp drivers 4.0.4033 and installed them on a USB drive but, for some reason, when I try the install them during the process, I get a message that my hardware is not recognized.  Skipping the driver loading process, I am able to install Win 7 but when the system trys to restart to continue the install, I get a message "disk error, press any key to restart".  Pressing any key does not get me anywhere.  I went through the Win 7 repair process and again tried to load the drivers with no luck. 
    Any thoughts would be appreciated.
    Thank you,

    That article was also my starting point and I have followed those steps again and again and again. I haven't slept, I haven't done anything other then try to make it work for more hours than I can count. I came here for help because that solution is not working for me.
    The region and keyboard type settings simply don't have the Apple keyboard layout listed. As I said, someone on the Fusion forum tried to follow the article's instructions too and he managed to get it working because he COULD run setup.exe (Boot Camp Drivers) on his machine, and I CAN'T. Yes, it is all explained in that article... but the drivers WON'T INSTALL, I get an error message saying "This version of Boot Camp is not intended for this computer model".
    First you said it wasn't physically possible for me to install the drivers, then you said I should just follow the article. Well, the article clearly says "Install the Boot Camp Windows device drivers in the virtual machine" which you just said couldn't be done! I want to cry. I should have just bought a second laptop, this is too painful.

  • ICloud email reaches mail.app on Mac, but can't load on web, on iPad, nor in iPhone. Why?

    After getting "wrong Id or password" message on iPad and iPhone, I followed  the troubleshooting steps suggested by Apple. Step recommends checking the web app for Mail on iCloud.com. The web interface for Mail on iCloud refuses to load. Situation reported to Apple. Any clues?

    If it's treating the PDF as an image, and since PDFs can be viewed with Preview or Photoshop - both Image editors - loading remmotes images (or attachments it treats as images) might cause this.
    I don't have an iPad, but the Mail app is the same and the preferences are the same in Mountain Lion on my Mini.

  • New mac computer can't load Adobe

    Hello Peps
    I have new apple mac and i can't install Adobe...i have been to main adobe page, started install and at 99% get told to close Safari... by the way this has already been closed, i have just done new update with system ( brand new system) and still no difference.  if anyone can help with this would be much appreciated
    cheers

    You need to close the Safari process, not just the browser window.

  • My PC's bust. I'm getting a Mac. Can I load my ipod tunes onto the Mac

    It's my daughters Ipod actually. She's built up a collection of tunes on her ipod of which she's very proud. However, the PC to which the ipod was synchronised has broken. I'm replacing it with a Mac. If she simply synchronises the ipod with the new machine she'll presumably lose all her tunes. Is there a way out of this please?

    Connect the iPod to your new computer. If it is set to update automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. Also when using a lot of the utilities your iPod needs to be enabled for disc use, changing to manual update will do this by default. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. If you have any iTMS purchases the transfer of purchased content from the iPod to authorised computers has been introduced with iTunes 7. A paragraph on it has been added to this article:: Transfer iTunes Store purchases using iPod
    The transfer of non iTMS content such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there's a manual method of copying songs from your iPod to your Mac. The procedure is a bit involved but if you're interested it's available at this link: Two-way Street: Moving Music Off the iPod
    If you prefer something more automated there are a number of third party utilities that you can use to retrieve music files and playlists from your iPod, this is just a selection. I use Senuti but have a look at the web pages and documentation for the others too, you'll find that they have varying degrees of functionality and some will transfer movies, videos, photos and games as well. You can also read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    Senuti Mac Only
    iPodRip Mac Only
    PodWorks Mac Only
    PodView Mac Only
    iPodAccess Mac & Windows
    YamiPod Mac & Windows
    PodUtil Mac & Windows
    iPodCopy Mac & Windows
    Keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync.

  • CS3/CS4/CS5 Win/Mac: How can I convert a Windows string to mac?

    Hi
    I have a Windows coded string. I like to convert this string into a Macintosh string. This means several characters are changed, e.g. ä, ö or ü.
    Is there a method in the Indesign SDK?
    How can I convert a windows string into a macintosh string and back?
    Thanks
    Hans

    I don't think this should work that way. If this string is in resource file, use UTF-8 encoding and make PMString do its job. use kResourceUTF8Encoded in StringTable:
    resource StringTable (kSDKDefStringsResourceID + index_enUS)
            k_enUS,                                             // Locale Id
            kResourceUTF8Encoded,                         // Character encoding converter (irp) I made this WinToMac as we have a bias to generate on Win...
                  // ----- Menu strings
                    kWFPCompanyKey,                         kWFPCompanyValue,
                    kWFPAboutMenuKey,                         kWFPPluginName "[US]...",
                    kWFPPluginsMenuKey,                    kWFPPluginName "[US]",
                        kWFPDialogMenuItemKey,               "Show dialog[US]",
                    kSDKDefAboutThisPlugInMenuKey,               kSDKDefAboutThisPlugInMenuValue_enUS,
                    // ----- Command strings
                    // ----- Window strings
                    // ----- Panel/dialog strings
                        kWFPDialogTitleKey,     kWFPPluginName "[US]",
                        kWFP_Tuna_Key,     "Tuna",
                        kWFP_Salmon_Key,     "Salmon",
                        kWFP_Bonito_Key,     "Bonito",
                        kWFP_Yellowtail_Key, "Yellowtail",
                        kWFP_Currency_Key, "$",
              // ----- Misc strings
                    kWFPAboutBoxStringKey,               kWFPPluginName " [US], version " kWFPVersion " by " kWFPAuthor "\n\n" kSDKDefCopyrightStandardValue "\n\n" kSDKDefPartnersStandardValue_enUS,
    Message was edited by: Maciej Przepióra

  • Safari doesn't load any plugin?

    Hi,guys.I am new to MAC OS,but unfortunately I need to develop a safari plugin for work.
    I use Xcode 3.1 and follow the sample:/Developer/Example/WebKit/WebKitMoviewPlugIn .
    I build the project in release mode and then copy the output WebKitMoviePlugIn.plugin to
    /Library/Internet Plug-Ins/
    After copying ,I open /Developer/Example/WebKit/WebKitMoviewPlugIn/movie.html with Safari,
    but it shows warning:Safari cannot find the Internet plug-in.
    I click Help-Installed Plug-ins in Safari menu,it just shows a blank page.
    I've no idea why Safari can not load the plugin,could anyone help me ?
    Any reply will be appreciated.
    Best regards.

    Have you tried resetting your iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.

  • I had Leopard on may Mac. I upgraded to Mountain Lion using Snow Leopard. I can't use my video with Mountain Lion. Can I load Snow Leopard on an external hard drive so I can use it with my camera?

    I had Leopard on may Mac. I upgraded to Mountain Lion using Snow Leopard. I can't use my video with Mountain Lion. Can I load Snow Leopard on an external hard drive so I can use it with my camera?

    First, you cannot do this if you have a Boot Camp partition.
    Second: Create a new partition.
    1. Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    After the main menu appears select Disk Utility and click on the Continue button. Select the hard drive's main entry then click on the Partition tab in the DU main window.
    2. You should see the graphical sizing window showing the existing partitions. A portion may appear as a blue rectangle representing the used space on a partition.
    3. In the lower right corner of the sizing rectangle for each partition is a resizing gadget. Select it with the mouse and move the bottom of the rectangle upwards until you have reduced the existing partition enough to create the desired new volume's size. The space below the resized partition will appear gray. Click on the Apply button and wait until the process has completed.  (Note: You can only make a partition smaller in order to create new free space.)
    4. Click on the [+] button below the sizing window to add a new partition in the gray space you freed up. Give the new volume a name, if you wish, then click on the Apply button. Wait until the process has completed.
    You should now have a new volume on the drive.
    It would be wise to have a backup of your current system as resizing is not necessarily free of risk for data loss.  Your drive must have sufficient contiguous free space for this process to work.
    Third: Install Snow Leopard.
    Boot from your Snow Leopard DVD. Follow instructions for installation being sure that before you actually install Snow Leopard you have selected the new partition as your target destination.
    Booting From An OS X Installer Disc
      1. Insert OS X Installer Disc into the optical drive.
      2. Restart the computer.
      3. Immediately after the chime press and hold down the "C" key.
      4. Release the key when the spinning gear below the dark gray Apple logo
          appears.
      5. Wait for installer to finish loading.

  • I recently bought a 2008 mac pro which came with leopard 10.5. I can't load any new programs because it calls for a password, but it won't accept it. I bought new snow leopard 10.6.3 but I can't load it for the same reason. How can I completely reboot.

    Help. I recently bought a 2008 Mac Pro from Mac of all Trades. It came with Leopard 10.5 installed. When I set initially started the computer, I followed the instructions on the screen. I was asked to set up a password which I did. Since I'm very forgetful and not too tech savy, I wrote it down as I typed it in. I first went to install Office Mac 2011 but when it asks for a password, it won't accept the one I set up. I was told that if I bought the new Snow Leopard 10.6.3 and installed it, that it would reset everything. Well, it won't allow me to load it without the password. I am new to Apple - this is my first. I have always been able to "reboot" a computer with discs but I'm not sure how to do this one. Is there a way to do it without the password and reset everything? Could somone please email me
    Thank You. David Moore
    <Email Edited by Host>

    If you don't have original install disks for your Mac, you can order replacements disks directly from Apple at a nominal cost. The original install DVDs are required to reset the password.
    If you have no data on your drive that you want to keep, you can boot up from the OSX Snow Leopard disk and install OSX SL.
    Insert the Snow Leopard DVD and hold the C key during startup. The Mac should boot from the CD/DVD drive into the installer.
    Follow the prompts, erase the disk and install OSX Snow Leopard.

  • Can I load Microsoft Office Word 2011 for MAC on an IPAD 2?  If yes, then how?  I have the software and one more load opportunity left.

    Can I load Microsoft Office Word 2011 for MAC on an IPAD 2?  If yes, then how?  I have the software and one more load opportunity left.
    Reason that I ask is that I'm worried that I will not be able to read or work word or excel docs that people send me.

    No. Office 2011 for Mac is coded to run with OS X. In order to work on the iPad the app must be coded for iOS instead.
    If you look in the iTunes App Store, you will find that there are many apps that allow you to work with Office files on an iPad.
    Allan

  • How / where can I donwload latest version of Camera Raw in order to open my D4s raw pictures ? I actually have Photoshop CS5 on Mac OS 10.9

    Hello, it's all in the title :
    How / where can I donwload the latest version of Camera Raw in order to open my D4s raw pictures ? I actually have Photoshop CS5 on Mac OS 10.9
    What is the process too ?
    Thank you.

    Raw support is version specific. There is no way to simply force install a new version of ACR into an older Photoshop. You need to consider upgrading or use the DNG converter.
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    Mylenium

  • Just got a Nikon D610 and CS5 for Mac can't open the images -- message says installed version of camera raw doesn't support the camera.  Downloaded the Raw 6.2 update for Mac, but installation failed. Now what?

    just got a Nikon D610 and CS5 for Mac can't open the images -- message says installed version of camera raw doesn't support the camera.  Downloaded the Raw 6.2 update for Mac, but installation failed. Now what?

    The D610 didn't get out-of-the-box RAW support until Photoshop CC.
    You can either upgrade to CC or use the DNG Converter to convert and open your DNGs in CS5.

  • Can I load my current software on to a refurbished mac book pro

    Can I load my current software on to a refurbished mac book pro

    When you get the MBP, the first time you turn it on, the Setup Assistant will offer to migrate your data from an old computer to the new one. Take advantage of the offer, and elect to migrate your applications too. If your MS Office apps won't open after being moved over, it will likely be because Microsoft's registration and activation routines have locked the software to the first computer it was installed on. You'll need to consult Microsoft for advice on freeing it up for use on the new computer, which will probably entail deactivationg it on the old one first.

  • If I purchase a brand new I-mac today do I have to run OS Lion or can I load Snow leopard?

    If I purchase a brand new I-mac today do I have to run OS Lion or can I load Snow leopard?

    Just faced that question, and the answer should be that you can run SL on the latest iMac.
    (Our scenario:  Bought 3 iMacs in August.  Was surprised -- and relieved! -- to see that they arrived with SL installed on them, and grey system restore disks.  One of the machines was DOA.  Futzed around with it for 6 weeks trying to get it to work, decided it was dead, drove it 4 hours to the nearest Apple Store.  They gave us a new iMac, which when we got it back, turned out to have Lion on it.  Popped in one of the three grey restore disks that had come in August, installed SL, it works without any problems.)

Maybe you are looking for