Problem with Acrobat type library 10 with VB6 on Win7 64bit

I'm trying to use the Acrobat type library 10 in a visual basic 6 source code on my Windows 7 64bit.
On the web I found many examples, and specifically i'm trying this one:
        'IAC objects
        Dim gAvDoc As Object
        Dim oPagesSrc As Long
        'variables
        bleFound = False
        ioutfile = FreeFile
        'hard coding for a PDF to open, it can be changed when needed.
        gPDFPath = "C:\Documents and Settings\....." ' FILL IN YOUR PATH HERE
        'Initialize Acrobat by creating App object
        Set gApp = CreateObject("AcroExch.App")
        gApp.Hide
        'Set PDDpc object
        Set gPDDoc = CreateObject("AcroExch.PDDoc")
But running this code I always get an error message: "the component can't create object" for line:
               Set gApp = CreateObject("AcroExch.App")
Really I don't know how can I fix....
Many thanks

@M Marden:
I will try your solution! But...
@everybody
... is not so important 4 me now to use acrobat cause I've try fox.it reader activex and it works great with all my system!!! VB, 64bit... no problems at all.
Easy to use, very fast and no help needed.
Thanks bye

Similar Messages

  • MOVED: Driver problems with Windows Professional XP 64bit Edition

    This topic has been moved to Operating Systems.
    Driver problems with Windows Professional XP 64bit Edition

    Well, after looking around the forum here I found an answer that works! I wish I could remember who to give credit too though. I installed the latest Vista drivers and I got static all the time. I tried another members suggestion of disabling the X-Fi device in the Device manager every time I log off and then enable the X-Fi the next time I log in. I have great sound as long as I do that. Also, for connecting to a home system I am using the DTS-60, $00 on this website, but it works well if you havea DTS decoder. I am using the X-Fi extreme Music edition. Good Luck, hopefully another driver is on the way.

  • FDM - Multiload - VBScript problems connecting multiload type library

    I'm trying to figure out how to tell that how many periods a mutliload text file contains in a multiloadaction. I have tried to use the fStructGetText-function with the return type strEndPer
    The problem is that I don't get any results and I'm really stuck here and I have tried a lot of different alternatives.
    e.g.
    Version 1
    DEndDate = MULTIENG.fStructGetText(strFilePath, RES.FDMTrue).strEndPer
    Version 2 - "Copied idea from API guide"
    clsAppServerDM.FinitializeMultiloader
    DEndDate = MULTIENG.fStructGetText(strFilePath, RES.FDMTrue).strEndPer
    clsAppServerDM.DeinitializeMultiloader
    Version 3 - "Copied idea from API guide"
    clsAppServerDM.FinitializeMultiloader
    DEndDate = clsAppServerDM.PobjMultiloader.fStructGetText(strFilePath, RES.FDMTrue).strEndPer
    clsAppServerDM.DeinitializeMultiloader
    I guess the problem is that I really can't / know how to connect to the mutliload supplement type library. I have read the API guide, but it just don't get it to work. Any ideas?

    One simple way to achieve this would be to read the multiload file via the FileSystemObject and read the fourth header line in the file which contains the number of periods to be loaded
    objLSItem.PstrFilePath will return you the filepath of the active multiload file
    Edited by: SH on Mar 15, 2011 3:15 PM

  • Problems with printing in CS6 64bit

    When we open a Design in Photoshop CS6 (64bit mode) the design is not printable.
    When you open the Printer properties an error message say that no Printer exists.
    When you create a new design, and open then your old design you can sometimes print it.
    Photosoh was reinstall and Printer Driver too (changed with some Version) no Change!
    In Photoshop 32bit it works.
    Have someon same Problems?

    Give us more details, please.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win), [OK, I know you're on Windows since you refer to a 32-bit version of CS6]
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6 or 13.0.1) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, version of your printer driver, type of connection to your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Webcam problems with windows 7 profesional (64bits) RTM

    hello the reason why I write this post is because last week my laptop model pavilium dv3-2155mx I put the windows 7 Professional (64 bit) RTM, everything is going well but the only problem is I can not use the webcam , windows 7 is the default options when download the drivers and see if the driver of the webcam is installed appears to me as if I were in the device manager under 'imaging devices'. The problem occurs when I open the "HP MediaSmart Webcam", to open that program should be off the camera from my laptop and see the image that is generating the webcam but the following appears:
    "MediaSmart Webcam can not make the connection to the video device (HP Webcam). Select another capture device in the closed configuration options or applications that may be using this video device and restart SmartWebcam"
    I do what that tells me there but nothing ... again receive the same message also tested with the "Cyberlink YouCam" and leaves the same, the same happens when I try to put it on Messenger, getting an error that can not start the webcam ... I would like to know what is happening and give me a solution for this problem because the windows 7 looks great and I do not want to go back to Windows Vista because Windows 7 is much faster and much better job with this, want a solution please to use my webcam in windows 7 I hope your answers thank you very much!!

    oops sorry, my mistake, well the exception says "System.NullReferenceException"
    the code:
    string oradb = "user id=" + login + ";password=" + password +
    ";data source=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)" +
    "(HOST=" + ipServer + ")(PORT=" + port + "))(CONNECT_DATA=" +
    "(SERVICE_NAME=" + bdName + ")))";
    OracleConnection conn = new OracleConnection(oradb); <---------------------------- here the error start
    OracleConnection conn = new OracleConnection(oradb);
    try
    conn.Open();
    return conn;
    catch (OracleException ex)
    switch (ex.Number)
    case 1:
    throw new ArgumentException("duplicate data");
    case 12545:
    throw new ArgumentException("not database available");
    default:
    throw new ArgumentException("Error: " + ex.Message.ToString());
    catch (Exception ex)
    throw new ArgumentException(ex.Message.ToString()); <----------------------------- error: "System.NullReferenceException"
    I hope this be more clear, Oracle works on Windows 2003 Server rc2, ver. 10G
    Edited by: user1322277 on 04-ene-2010 12:06

  • Problem with install Presenter 9 (64bit)

    Hi,
    I´m trying to install Presenter 9, 64 bit on Windows 7 64bit with PowerPoint 2010 64bit.
    During install, I get an error:
    Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR:  -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 2 error(s)   ERROR:  ERROR: System check returned with error : 6
    Can enyone help me?

    Found a related thread
    http://forums.adobe.com/message/5770607#5770607

  • Problem with the portal on 64bit computer(s)

    None of the replies fixed the issue but after doing more troubleshooting I am starting to narrow the issue down.  I am going to start a new post with my new findings.
    Hello
    Wondering if this is a known issue or not.  I am having troubles with windows 7 x64 machines getting a blank page when getting to the portal.
    I can get to it just fine on my 32bit machine but when I login on a 64bit machine the silver light part does not load. I have tried adding the site to both trusted and/or local intranet zones with no change.
    If this a known issue is there a work around?

    You would need Silverlight for the 64bit browser, which I am not sure even exists. You probably have Silverlight for 32bit browser installed and working fine.
    Cheers,
    Anders Spælling
    Senior Consultant
    Blog:  
    Twitter:   LinkedIn:
    Please remember to 'Propose as answer' if you find a reply helpful

  • Problems with iTunes after Win7 Re-install

    I had to re-install windows 7 and now I can't get my music into iTunes.  I know where the media is but everything I try doesn't get in imported.  I'm afraid to hook up my iPhone and iPad until I get iTunes running right again.  I've tried changing the location and consolidating and a number of other things.
    Can someone help?

    why not try downloading it again and just installing

  • Problems Installing Acrobat X Pro (CS6 Design Premium) on Win7

    I have searched these forums and have tried several "fixes" that have been suggested and still cannot seem to get this program installed. I was upgrading from CS5 with Acrobat 9. I uninstalled Acrobat 9 already. The folder "Config.Msi" keeps reverting back to being locked with no permission to access, which I think might be part of the problem.  All help is appreciated!
    Here is the error page:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DS013, DW066 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 4 warning(s)
    WARNING: DS013: Payload {3BF96AC2-0CA1-11DF-B07B-459956D89593} AdobeHelp 1.0.0.0 is already installed and the session payload {D38116C8-C472-4BB0-AD6F-0C1DD1320D1D} AdobeHelp 4.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Payload {A8798E04-96FF-4564-9157-0D4C89CB794C} DynamiclinkSupport 5.0.0.0 is already installed and the session payload {DE88AA40-6766-43D3-A755-8FC374B3D2C3} DynamiclinkSupport 6.0.0.0 has no upgrade/conflict relationship with it.
    WARNING: DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1310.Error writing to file: C:\Config.Msi\36ffc.rbf.   Verify that you have access to that directory.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1310.Error writing to file: C:\Config.Msi\36ffc.rbf.   Verify that you have access to that directory.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed

    I was able to rectify my problems through tech support.  They had me run Acrobat Cleaner to remove all of Acrobat 9, then install using the AcroPro.exe from the DVD instead of the autorun when you put the disc in. Thanks. 

  • Can't access itunes store with itunes 10/Win7 64bit. Please help.

    When I attempt to access the itunes store from iTunes 10.4.1.10 (64-bit) the "one moment please. Connecting to the Itunes store..." dialog box seems to sit there forever before coming back with the following error message “We could not complete your ITunes Store request. An unknown error occurred (-50). There was an error in the iTunes Store. Please try again later.” I’ve tried many times and have also tried uninstalling all Apple software and reinstalling. I've also tried using a differnet windows user logon. I’m running win7 (64 bit). I’ve used WMP in the past and would really like to try iTunes. Any help would be appreciated.

    While I don't know for sure, my guess is there is a version of iTunes that you computer CAN use and will work with iTunes.
    you may try to manually download the latest version of iTunes 8, or an early version of iTunes 9.  Should be on Apple's site somewhere.

  • Problem with Premiere Pro and Old School X3100

    Hi everyone,
    Got a problem here and really looking for help .  I know the intel 965 or X3100 chipset/GPU (in a Dell inspiron 1720 running Win 7 64 bit) is way old school, but as we're waiting for a couple of i7/i5 laptop upgrades, this is what I have to resort to for some minor mobile SD editing (nothing extreme but 15-30s short commercials). With the current Intel driver (8.15.10.1930), the preview monitors (source and sequence) do not work.  They're simply a blank frame (even after I render the sequence).  It seems to be the Intel drivers whooping my butt as there is no problems with the standard W7 WDDM 1.1 display driver, except the computer isn't stable with freezes on wake (and no OpenGL support in PS... which isn't a big deal).  I've also tried Vista 64 drivers in compatibility mode with no luck.
    The rest of the CS4 suite works great.  It is not the trial version and I've tried PP 4.0, 4.01, 4.1, 4.2, 4.2.1 (suggested by another post), and reinstallation.  I've also tried changing settings in the Intel drivers and... even modded 965 drivers.
    I know the X3100 is quite common (maybe not among PP users...) so any experience you might have would be awesome.  Maybe an older Intel driver?  If you can help me, I'll name my laptop after you!  ...unless you realize that could actually be an insult   Thanks!

    This hardware sub-forum is a good place to read about what will run CS5
    While HD editing (which I won't do) will require a RAID for data, what I am going to build for SD editing with CS5 and Win7 64bit is listed near the top of my notes page http://www.pacifier.com/~jtsmith/ADOBE.HTM
    If you are adept with tools... build your own and save $$

  • Online edit with word2007 win7 64bit and ecm11g

    hi all,
    I am using wc11gPS4 with ecm11g on win7 64bit, I configured wc with ecm, I used default content page in my groupspace, uploaded a word file, right click it, on the popup menu, select edit with word, I was prompted to enter username and passwd, I inputed the correct info, but never passed verification, is there any suggestion on this?
    word version is office 2007.
    This test is based on the changing of default registry table:
    In HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
    I changed the value for "BasicAuthLevel" to "2" (decimal),hope this was not the reason, I did this for making webdav worked(webdav still doesn't work)
    Best regards
    .

    Hi
    Do you see the same behavior when doing editing for word files from DIS or WebDAV ?
    Thanks
    srinath

  • 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

  • Problems with DropShadows EffectColor Property in CS5 with VB6

    Hello all,
    I am having a hard time trying to deal with the EffectColor property of DropShadowsSettings object.
    The docs say it should be a Swatch or array.
    I have tried setting it with (IDrect is a proper Rectangle object, Doc the current document):
    1) A Color object: IDRect.FillTransparencySettings.DropShadowSettings.EffectColor = Doc.Colors(1)
    An error returned saying that swatch was expected but color was received
    2) A Swatch object: IDRect.FillTransparencySettings.DropShadowSettings.EffectColor = Doc.Swatches(1)
    An error returned saying that swatch was expected but swatch was received (what gives !?!?!?!!)
    3) A string: IDRect.FillTransparencySettings.DropShadowSettings.EffectColor = "None"
    An error returned saying that swatch was expected but "None" was received
    Especially seeing case 2) I suspect a problem in the Visual Basic type library, can you give some help or suggestion? I'm almost dead in the water...
    InDesign 7.0.3 (CS5) in Windows XP SP3, Visual Basic 6.0 SP6.
    Thank you very much in advance,
        Mario

    Hello,
    thank you for your reply.
    Actually, my problem is a bit wider than simply selecting a proper existing swatch.
    Indeed, I create new colors or swatches and try to assign them with the very same outcome.
    Furthermore, assigning the swatches(1) item in other situations is perfectly fine, so I guess there must be a strong problem in assigning the EffectColor property. I'd really like to take a look at a code portion that can do this without VB6 giving an error.
    Thanks again,
        Mario

  • Having a problem with eBooks in my iTunes library.

    As the title says, I'm having some problems with the iTunes library not reflecting what's actually on the disk.
    I add the ebook and it seems to add ok.  The file gets consolidated into /mymusic/books under the author correctly, but the book is missing from the library.  The book is in ePub format, and seems to have the right file extension and shows up as a file of "ePub" type in windows explorer.
    Any ideas?  Is there a way to re-build the library or a portion of it?

    Hi tony paine,
    Welcome to the Support Communities!
    The article below may be able to help you with this.
    Click on the link to see more details and screenshots. 
    iCloud: Keeping the Junk folder consistent between iCloud Mail and OS X Mail
    http://support.apple.com/kb/HT4911
    Cheers,
    - Judy

Maybe you are looking for

  • Java installer in Windows Vista: error 1721

    Hi, I cant install java SE in Windows Vista. I get always this error: error 1721. There is a probleme with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package ven

  • The battery life on my ipod touch 4g is really poor any ideas?

    in stanby mode after a full charge from 10 percent to 100 percent in the night drops to about 20-50 percent in the morning ( 9 hours). bluetooth is off, i close all apps, screen brightness is 50 percent ( not that this affects it in standby mode), th

  • AXF_SOAPCALL  response error 302 Moved Temporarily

    DECLARE STRREQUEST VARCHAR2(32767); strResponse VARCHAR2(32767); BEGIN STRREQUEST :='<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <Security xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur

  • Wireless Speed explanation

    Hi every one  I have some problem in basic understanding of the wireless speed. can any one help me with this please?  When we are considering for example AC connection with 2x2 antenna (provided no noise and close to the AP) we expect around 20MBps

  • Java "Syntax" should be a main button.

    So I really like the idea of the new syntax and such, but I think it's annoying that 1.  I have to go to "advanced" reply to use "Java" syntax, and just having to click and scroll to it can be annoying(even though it takes 10 seconds.as it ImO I love