Photoshop Type Library Error

Hi,
Anyone can tell me the cause of this error "Additional information: QueryInterface for interface PhotoshopTypeLibrary.IPhotoshopApplication failed.".
I'm using photoshop cs3 type library in VB.Net. Below is my codes
Imports PhotoshopTypeLibrary
Sub Main()
Dim oPhoto As PhotoshopApplication
Dim gControl As IActionControl
Dim ophotoDoc As IAutoPSDoc
oPhoto = New PhotoshopApplication
gControl = oPhoto.MakeControlObject
End Sub
I'm using this code in CS2 but when I installed the CS3 the code is not working. Please help me to solve this error. Thanks in advance.
Thanks
Regards,
Buddy

You may be better asking in the SDK forum..
http://forums.adobe.com/community/photoshop/photoshop_sdk
I don't use Visual Studio, mainly JavaScript, but managed to get this to talk to Photoshop to change the brush hardness...
using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace SendKeysTest
public class Driver
[DllImport("user32.dll")]
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
[DllImport("User32")]
public static extern int SetForegroundWindow(IntPtr hwnd);
public static void Main(string[] args) {
IntPtr iHandle = FindWindow("Photoshop",null);
SetForegroundWindow(iHandle);
SendKeys.SendWait("+]");
EDIT: This site might give you the information required:-
http://www.pcpix.com/Photoshop/#com

Similar Messages

  • "Invalid type library" error when opening Excel via ActiveX

    Hi,
    I am trying to open Excel via ActiveX (Automation open function), for
    instance by running the
    build in example "Open Excel and make visible". However, on some computers,
    I recieve the error code -2147319784 "Old format or invalid type library".
    The problem seems to be that LabView is unable to recognize the ActiveX
    control, as it does not appear in the list "Select ActiveX Class". It works
    perfecly from Matlab though, so the control seem to be in order. I have also
    tried reinstalling Office.
    On most computers it works perfectly, but three identical Dell P4 900Mhz
    have the same problem.
    /Stefan Borg

    This may be happening due to different Excel versions, a vi made to control Excel 97 won't work for Excel 2000 and vice-versa. Be sure you are using the correct activeX calls for each one.
    Good luck

  • Automation Error - Can't register type library

    I am running Windows 7, 32-bit.
    I tried to add a reference from Visual Studio but Photoshop was not visible. So I decided to try to register the type library manually.
    I am trying to automate photoshop but I cannot get the type library registered.
    There error I am getting is:
    The module typelibrary.tlb may not be compatile with the version of windows tha tyou are running. check if the module is copaitble with an x86 (32 bit) or x64 (64-bit) version of regsvr32.exe
    Any ideas?

    You may be better asking in the SDK forum..
    http://forums.adobe.com/community/photoshop/photoshop_sdk
    I don't use Visual Studio, mainly JavaScript, but managed to get this to talk to Photoshop to change the brush hardness...
    using System;
    using System.Windows.Forms;
    using System.Runtime.InteropServices;
    namespace SendKeysTest
    public class Driver
    [DllImport("user32.dll")]
    public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
    [DllImport("User32")]
    public static extern int SetForegroundWindow(IntPtr hwnd);
    public static void Main(string[] args) {
    IntPtr iHandle = FindWindow("Photoshop",null);
    SetForegroundWindow(iHandle);
    SendKeys.SendWait("+]");
    EDIT: This site might give you the information required:-
    http://www.pcpix.com/Photoshop/#com

  • VBA Code error with Adobe Acrobat 10 Type Library

    Hi,
    I have some code I created in Word VBA to combine several separate PDFs into a single PDF.  The code works fine with the Adobe Acrobat 9.0 Type Library and Adobe Reader 9.0 installed.
    But, with the Adobe Acrobat 10 Type Library and Adobe Reader 10 installed, the code fails at the marked code below.  Any suggestions??
        Dim acrobatApp As Acrobat.acroApp
        Set acrobatApp = CreateObject("AcroExch.App")
        Dim mainPDF As Acrobat.AcroPDDoc
        Set mainPDF = CreateObject("AcroExch.PDDoc")  ****THIS IS WHERE THE CODE STOPS WITH A "TYPE MISMATCH" ERROR****
        Dim nextPage As Acrobat.AcroPDDoc
        Set nextPage = CreateObject("AcroExch.PDDoc")
        Dim numPages As Integer
        'Loop through all selected VLS, and add each one to the end of the main PDF
        For i = 0 To lstSelected.ListCount - 1
            mainPDF.Open CurDir & "\" & Replace(ThisDocument.Name, ".doc", "") & ".pdf"
            numPages = mainPDF.GetNumPages
            nextPage.Open lstSelected.List(i)
            If mainPDF.InsertPages(numPages - 1, nextPage, 0, nextPage.GetNumPages, True) = False Then
                MsgBox "Cannot insert pages"
            End If
            If mainPDF.Save(PDSaveFull, CurDir & "\" & Replace(ThisDocument.Name, ".doc", "") & ".pdf") = False Then
                MsgBox "Cannot save"
            End If
            'MsgBox lstSelected.List(i)
            nextPage.Close
        Next i

    What if you start with a really simple VBA example? Take a look at this:
    Private Sub CommandButton1_Click()
        Dim AcroApp As Acrobat.CAcroApp
        Dim theDocument As Acrobat.CAcroPDDoc
        Dim bm As Acrobat.AcroPDBookmark
        Dim thePath As String
        thePath = "c:\temp\test.pdf"
        Set AcroApp = CreateObject("AcroExch.App")
        Set theDocument = CreateObject("AcroExch.PDDoc")
        theDocument.Open (thePath)
        MsgBox "Number of pages: " & theDocument.GetNumPages
        theDocument.Close
        AcroApp.Exit
        Set AcroApp = Nothing
        Set theDocument = Nothing
        Set bm = Nothing
        MsgBox "Done"
    End Sub
    If this still does not work, I would reinstall Acrobat to make sure that
    the TLB is not corrupt.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    [email protected]
    http://www.khkonsulting.com

  • Recently upgraded to a Canon Mark 3 and now having issues with my RAW files in Bridge and Photoshop. I am operating with CS4. Photoshop produces an error " Could not complete your request because photoshop does not recognize this type of file"

    Recently upgraded to a Canon Mark 3 and now having issues with my RAW files in Bridge and Photoshop. I have operating with CS4. Photoshop produces and error " Could not complete your request because photoshop does not recognize this type of file"

    Assuming you mean 5D Mark III, Photoshop CS4 cannot directly open raw files from your camera.
    Generally speaking, Adobe stopped updating older versions to be able to read raw files from newer cameras when they released a new major version of Photoshop. Photoshop CS4 is no longer receiving Camera Raw updates.
    You can double check this yourself:
    First you need to determine whether Adobe has released support for your new camera in your version of Photoshop. To do that, look at these two pages. You'll want to find out the earliest version of Camera Raw that can support your camera, then what version of Photoshop can run that version of Camera Raw.
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    If you find your camera is supported by your version of Photoshop, you need to download the latest update for Camera Raw. There's more information on how to do that here:
    Keeping Photoshop Up-To-Date
    If your version of Photoshop cannot support your camera, you can download and install the latest version of the free Adobe DNG Converter, which can take your raw files as input and put out DNG format files, which your version of Photoshop can open.
    Photoshop Help | Digital Negative (DNG)
    The DNG converter DOES work, but if you want maximal quality from your raw files (not to mention the convenience and ease of use of directly opening your raw files) you'll want the latest version of Photoshop. Adobe has made substantial improvements in raw conversion quality in recent years.
    -Noel

  • An error occurred calling 'LogResult​s' in 'ITSDBLog' of 'DBLog 1.0 Type Library'

    HI,
    I'm getting this run-time error:
    Details: An error occurred calling 'LogResults' in 'ITSDBLog' of 'DBLog 1.0 Type Library'
    An error occurred executing a statement.
    Schema: ATE_database_multiplePC.
    Statement: STEP_RESULT.
    Unknown variable or property name 'TS_LoggingTemplate'.
    Error accessing item 'Locals.TS_LoggingTemplate.ExecutionOrder'.
    Source: TSDBLog
    Error Code: -17306; Unknown variable or property name.
    Location: Step 'Log Results to Database' of sequence 'Log To Database' in 'Database.seq'
    What does it mean?
    How to resolve this?
    I can't fine the property 'TS_LoggingTemplate'...where does TS looking for it?
    It seems as if TS is looking for local called 'Locals.TS
    _LoggingTemplate.ExecutionOrder'. In what sequence? I couldn't find it in my sequence or Databse.seq or SequentialModel.seq
    Thanks
    Rafi
    TestStand 3.0

    Rafi -
    Locals.TS_LoggingTemplate is a temporary variable that the On-The-Fly feature of the Database Logging component creates to manage state while attempting to log results as it goes.
    I assume that you are using a custom schema and that you are attempt to log on the fly. It appears that the custom schema definition is confusing the database logging component in a way that we did not expect, so the error message is not very clear.
    In general if you are developing a custom schema, you should test the schema with On-The-Fly off first, get it working and then turn it back on.
    Questions:
    1) If you turn off On-The-Fly logging, do results log properly?
    2) Can you post your TestStandDatabaseOptions.ini in the TestStand config directory.
    Scott R
    ichardson (NI)
    Scott Richardson
    National Instruments

  • Error writing the project file. Error loading type library / dll

    Hi all,
    I am trying to create a new portal project in PDK.NET. But I am getting this error- "Error writing the project file. Error loading type library / dll". Can anyone tell me how to solve this error.
    rgds

    I get this same error.  Was working fine until I installed the SAP .Net Connector 2.0.  Now it does not work even after it was uninstalled.  Please help.

  • Fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory

    Hi Folks:
    I am doing one Dll file for TestStand , and got an error : d:\teststand3.5\teststand 3.5\examples\modaldialogs\mfc\tsapivc.h(18) : fatal error C1083: Cannot open type library file: '..\..\bin\TsAdpApi.tlb': No such file or directory
    Could anyone help me out of that ??
    Thanks in advance !

    This type library for the adapter API is embedded in the teapi.dll. If you are using Visual Studio.NET, there is an attribute called tlbid that you can use with the #import directive in order to import that embedded library (see the MSDN documentation for more details). For example:
    #import tlbid(2)
    In VC++ 6.0, there is no way to import embedded type libraries. Therefore, you must use the attached type library file (.tlb) with the #import directive. For example:
    #import "TsAdpApi.tlb"

  • Type Library: add type library source to DLL error

    My coding environment is CVI 2012, OS=Win7.
    I created a dll file, named NI_OCR, seems it is Ok.
    But when I changed the setting in Target Settings / Type Library, select Add type library resource to DLL, it will be failed.
    Don't know why, pls help me.
    Thank you very much.
    Other 2 error as:
    Below error is when I use cmd.exe to open NI_OCR.odl:

    Hi mbw4359,
    Could you post a screenshot of the error message? That would help me visualize what you are seeing.
    Perry S.
    Applications Engineer
    National Instruments

  • Error loading type library/DL​L?

    I am using ActiveX to call a LabView VI, compiled with the ActiveX
    Server option enabled. When I load the VI (using the CreateObject
    method) the front panel appears, but I get back this error:
    "0x80029c4a {Error loading type library/DLL.}". What is wrong, and
    how do I fix it? My program can't proceed beyond that point, because
    it doesn't have a valid handle for the VI.
    The VI is known to work (it is the "Frequency Response" example
    from 'examples\apps\freqresp.llb').
    Leslie

    When you open an instance of the application, make sure you are not opening a reference to LabVIEW, but to your stand alone application. In order to do this, you need to make sure your application is registered with the windows system. You can do this by either running the installer for it, or by running the executable with /register after it in the command line. In your code, you should create an instance of the application, then an instance of a VI pointer and use the GetVIReference method to assign a VI object reference to the pointer.

  • Type Library Registered - but error still present.

    I am trying to automate this equipment = "Goniomertic
    Radiometer LD8900R".
    The installer included a LabVIEW library that references a new Type Library.
    So, I manually registered my type library (Gonio32.tlb).  It was successful.
    However, I am still having the same error "Error -2147221164 occurred at Class not registered ..."
    What am I missing?
    Ref:
    How Do I Manually Register Type Libraries, ActiveX Controls, and ActiveX Servers?

    ----------Attempt #1 -------------------------------------------------------------------------------------------------------
    Command String Entered:     "C:\I386\regsvr32.exe"  "C:\Program Files\Photon\GonioR\Gio32.dll"
    ERROR MESSAGE:
    ....\Gio32.dll was loaded, but the DllRegisterServer entry point was not Found.
    THis file cannot be registered.cannot be registered
    ----------Attempt #2 -----------------------------------------------------------------------------------------------------
    Command String Entered:    "C:\I386\regsvr32.exe" /i /n "C:\Program Files\Photon\GonioR\Gio32.dll"
    ERROR MESSAGE:
    ....\Gio32.dll was loaded, but the DllInstall entry point was not Found.
    THis file cannot be registered.cannot be registered.
    Attachments:
    GONIO_Install.jpg ‏64 KB
    Gonio.zip ‏119 KB

  • Error message Old format or invalid type library

    Hello,
    We have updated Webtools to SP1 PL2. We are getting this error.
    Unable to cast COM object of type 'System.__ComObject' to interface type 'SAPbobsCOM.SBObob'.
    This operation failed because the QueryInterface call on the COM component for the interface with
    IID '{268D6CC3-E244-4AD7-B009-16C8ED7F710A}' failed due to the following error:
    Old format or invalid type library. (Exception from HRESULT: 0x80028019 (TYPE_E_UNSUPFORMAT)).
       at NetPoint.SynchSBO.SBOObjects.SBOPriceBrowser..ctor(Company company, SecurityTicket st)
       at NetPoint.SynchSBO.SBOObjects.SBOItem.SBOToNetPoint(SBOQueueObject qData)
       at NetPoint.SynchSBO.SynchObjectBase.Synch()
    Any ideas what this means and how to solve this?
    Thanks in advance.
    Best regards,
    Tim

    Sounds like a problem with the DI API?

  • While installing the itunes setup i am getting an error"Could not register type library for file ipodsevice.exe" What to do now?

    While installing the itunes setup i am getting an error"Could not register type library for file ipodsevice.exe" What to do now?

    Try posting in the iTunes forum.  You have an iTunes problem not an iPod problem

  • Photoshop CS3 Initialization Error

    Successfully installed & activated Photoshop CS3  on a new PC with a fresh Windows 7 Pro 64bit installation, along with Photoshop CS3 10.0.1 & Bridge CS3 2.1.1.9 updates.  Bridge runs fine, but Photoshop returns the following error when attempting to launch the program, "Could not initialize Photoshop because of a program error."  Attempted to resolve by the following steps:
    Remove/reinstall CS3 in root directory
    Remove/reinstall CS3
    Disable TWAIN driver
    Downloaded & installed latest NVidia video card drivers.
    Noticed the following message in PSErrorLog.txt every time Photoshop CS3 is launched, "2013:10:31 09:41:33 : ..\..\sources\OWLPanelManager.cpp : 1602 : REQUIRE failed"  Downloaded & installed AdobeOwl.dll for this reason, but without success. 
    ALM.log prinout indicates that several steps failed, but I do not know whether this is a problem or how it might be resolved:
    2013-10-31 09:08:41 [4064] ALM: _info_: ==========================================
    2013-10-31 09:08:41 [4064] ALM: _info_: Start ALM 2.1 Release (build 2.1.2.1082)
    2013-10-31 09:08:41 [4064] ALM: _info_:      TYPE = 1
    2013-10-31 09:08:41 [4064] ALM: _info_:      GUID = License-GUID-Photoshop-CS3-Win
    2013-10-31 09:08:41 [4064] ALM: _info_:      LANG = en_US
    2013-10-31 09:08:41 [4064] ALM: _info_: Load AdobeConfig (version = 1.3)
    2013-10-31 09:08:41 [4064] ALM: _info_: Use Serial Number In PCD
    2013-10-31 09:08:42 [4064] ALM: _info_: Find License (type = 0x01, property = 0x00, status = 0x00)
    2013-10-31 09:08:42 [4064] ALM: _info_: Start License Session Succeed!
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Photoshop_Premium (version = 10.0) Failed (status = -5)
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Photoshop_Standard (version = 10.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature Bridge_CameraRaw (version = 2.0) Succeed
    2013-10-31 09:08:42 [4064] ALM: _info_: Query Feature MobileCenter_Base (version = 1.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: ==========================================
    2013-10-31 09:18:20 [3180] ALM: _info_: Start ALM 2.1 Release (build 2.1.5.1504)
    2013-10-31 09:18:20 [3180] ALM: _info_:      TYPE = 2
    2013-10-31 09:18:20 [3180] ALM: _info_: Start License Session Succeed!
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_Base (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_ColorSettings (version = 2.0) Failed (status = -5)
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_CameraRaw (version = 2.0) Succeed
    2013-10-31 09:18:20 [3180] ALM: _info_: Query Feature Bridge_PhotoshopElements (version = 2.0) Failed (status = -5)
    2013-10-31 09:18:45 [3180] ALM: _info_:
    2013-10-31 09:18:45 [3180] ALM: _info_: End License Session!
    2013-10-31 09:18:45 [3180] ALM: _info_: End ALM
    2013-10-31 09:18:45 [3180] ALM: _info_: ==========================================
    AMT.log report is as follows:
    2013-10-31 09:41:20 [3264]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2013-10-31 09:41:20 [3264]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\ [en_US]
    2013-10-31 09:41:20 [3264]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2013-10-31 09:41:20 [3264]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0087759331/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:20 [3264]  /AMT0051932803/ License-GUID-Photoshop-CS3-Win
    2013-10-31 09:41:20 [3264]  /AMT0186350190/
    2013-10-31 09:41:20 [3264]  /AMT0013778542/
    2013-10-31 09:41:20 [3264]  /AMT0141832179/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT
    2013-10-31 09:41:20 [3264]  /AMT0166617427/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT\application.sif
    2013-10-31 09:41:20 [3264]  /AMT0268432926/ 91198956814627932656
    2013-10-31 09:41:20 [3264]  /AMT0172021198/
    2013-10-31 09:41:20 [3264]  /AMT0201805758/
    2013-10-31 09:41:20 [3264]  /AMT0013754766/
    2013-10-31 09:41:20 [3264]  /AMT0088421566/
    2013-10-31 09:41:20 [3264]  /AMT0171050355/
    2013-10-31 09:41:33 [3520]  AMT: START SESSION, library version 1.0.0.1082,46.278103
    2013-10-31 09:41:33 [3520]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\ [en_US]
    2013-10-31 09:41:33 [3520]  AMT: Adobe License Manager version 2.1 (build 2.1082) RELEASE
    2013-10-31 09:41:33 [3520]  /AMT0069688654/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0194694755/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0073107491/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0087759331/ {30C4B843-28DA-466F-AFCA-CB0ED153C826}
    2013-10-31 09:41:33 [3520]  /AMT0051932803/ License-GUID-Photoshop-CS3-Win
    2013-10-31 09:41:33 [3520]  /AMT0186350190/
    2013-10-31 09:41:33 [3520]  /AMT0013778542/
    2013-10-31 09:41:33 [3520]  /AMT0141832179/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT
    2013-10-31 09:41:33 [3520]  /AMT0166617427/ C:\Program Files (x86)\Adobe\Adobe Photoshop CS3\AMT\application.sif
    2013-10-31 09:41:33 [3520]  /AMT0268432926/ 91198956814627932656
    2013-10-31 09:41:33 [3520]  /AMT0172021198/
    2013-10-31 09:41:33 [3520]  /AMT0201805758/
    2013-10-31 09:41:33 [3520]  /AMT0013754766/
    2013-10-31 09:41:33 [3520]  /AMT0088421566/
    2013-10-31 09:41:33 [3520]  /AMT0171050355/
    Any suggestions to resolve this dilemma are appreciated. 

    I managed to resolve the Photoshop CS3 initialization error by reinstalling Windows 7 Pro 64-bit from scratch.  This took a lot of time, but it amounted to less effort than I had spent troubleshooting the problem. 

  • Please help! Shared Library Error... no applications will open!

    Hi. Major issues!!
    My computer was unplugged for 2 weeks (renovations). When I set it up in my new office, none of my applications would open! (Microsoft, Adobe, AOL, etc...) Safari is working.
    I get this error message:
    The application "Photoshop" could not be launched because of a shared library error: "5<application><CarbonLib><CFMPriv_SpeechRecognition>"
    The application "Word" could not be launched because of a shared library error:
    "8<Microsoft Word><CarbonLib><CFMPriv_SpeechRecognition>"
    The application "AOL" could not be launched because of a shared library error:
    "9<AOL (Bootstrap)><CarbonLib><CFMPriv_SpeechRecognition>"
    The application "AppleWorks" could not be launched because of a shared library error: "4<AppleWorks><CarbonLib><CFMPriv_SpeechRecognition>"
    Here's what I've tried...
    I have tried to install combo update 10.3.9. .. didn't work.
    My computer was purchased in 2004... just moved to a new house... do not know where my installation dvd is... so to reboot on that is not an option.
    I tried disk repair permissions... didn't work!
    I opened my log console to view the crash logs... and it appears a lot has crashed... but I can not understand what any of it means!?!
    Can anyone help or offer some advice?
    Can anyone understand a crash log if I post it?
    Please help!?! Taking an online masters course and this is a major dilemma!
    Thanks,
    Lindsay

    Hi Lindsay,
    "Can I get one from a mac store? Does it have to be the original one I used when I purchased my mac?"
    No, you can no longer purchase 10.3 Panther disks from Apple Stores, online or otherwise. You may however, be able to purchase replacement disks for your computer (if Mac OS 10.3 were the original install disks that came with your mac) by calling Apple and explaining and having the serial number ready of the computer.
    If your installation of 10.3 was an upgrade you can purchase retail copies of 10.3 disks online from many resellers, such as on ebay or sites such as FastMac, but be sure to purchase a retail box set and not upgrade or machine specific disks.
    Did you perform all of the steps that Kappy steered you to in Dr. Smoke's FAQ first and your only option left is the Archive and Install?
    littleshoulders

Maybe you are looking for

  • How can I movie old imovie 9.0 files to the iMovie Library in iMovie 10

    I have figured out how to convert the imovie 9 files into imovie 10, Go into the file menu and go down to udpate projects and events, and that should import you other movies, but it creates a new Libary.  I was trying to rename the Libary, but accide

  • Photos App says 'Preparing Library...', gets to 65%, quits each time - help!

    I'm using a late 2012 iMac running 10.10.3, my iPhoto library is on an external hard drive. I am trying to install the new Photos app and each time I try it says "Preparing Library..." until it gets to about 65% done, and then the app quits and I get

  • Errors during smpatch

    Hi, I just did an smpatch analyze/download/add, and I saw a surprising number of problems. The ones that worry me in particular are the bad command usages. Is this normal?! QA can't be this bad, can it? Also this system has no non-global zones, are t

  • Fundamental question about initializers

    There appear to be three different ways (maybe more) to initialize instance (not static) variables in a newly-constructed object. I was hoping someone could shed some light on the differences between them. // 1. In the constructor: class Foo {   Bar

  • Nikon D800 Camera Raw and CS 5

    I rently bought a Nikon D800 and my Photoshop CS 5 Extented (Education Edition) cannot view the files (not in PS nor in Bridge). Can you send me a link to a downloid that would make this possible? My Mac Operating system is OSX 10.5.8 and my Adobe Ph