Use AcroPDf.dll with 64 bit

Hi,
I am trying to display the pdf by adding Adobe Reader's COM component to my 64 bit application . But it throws error.
Is there any way I can use the AcroPDF.dll with 64 bit?

Those DLLs are only for 32bits.

Similar Messages

  • Problem in using AcroPDF.dll in vb6 application

    I have an vb6 application and i want to display a PDF file in a form. I have used AcroPDF.dll and works fine on developmeny system.
    But when i install application on client's system i get error "Out of memory" when i try to open the form with PDF control.
    can anyone help me with this.
    Thanks

    Try asking this question in the Acrobat SDK forum.

  • How to use AcroPDF.dll even if addon is deactivated in InternetExplorer

    Hello,
    hopefully someone can help me with my problem:
    I need to instantiate AcroPDF.dll and have it deactivated at the same time in InternetExplorers Addon-settings.
    But when I deactive the addon in IE, CreateObject("AcroPDF.PDF.1") throws an error that the instance could not be created, but the dll is still registered.
    How does this deactivation work technically? Is there any way to use the dll in other applications regardless of the IE-settings?
    Best regards and thanks in advance,
      Thomas

    For programming issues you should use the forum for Acrobat SDK.

  • Problems in using Labview DLL with TestStand!

    Hi,
    I tried to put the VI's to create a TCP/IP Connection, read/write Data to it and close it inside a LabVIEW DLL and use these functions with TestStand.
    The problem is to get access to the ConnectionID generated as TCP Network Refnum in LabVIEW.
    I don't know how to specify the prototype entry for this Refnum in LabVIEW and how to read it with TestStand.
    Another try to pass an ActiveXReference of SequenceContext and use the SetValIDispatch method to set a local variable (Type: ActiveXReference) to the returned ConnectionID of the TCPOpen.VI wasn't successful too.
    It seems to me that the connectionID isn't a normal ActiveXReference.
    Regards,
    Sunny

    Hi Sunny -
    You should treat this parameter as a pointer to an int when calling the DLL from TestStand (or any language like C or C++). Note that you can't do anything with the value outside of LabVIEW since it only has meaning inside of LabVIEW. You can only pass it around for use in other VIs you call from TestStand.
    Hope this helps....
    Kyle G.
    National Instruments
    Kyle Gupton
    LabVIEW R&D
    National Instruments

  • Using VB DLLs with Java on Windows

    Hi! I have a dll in my windows which make a password encryption (ok, I know that Java can do it to, but my client wants to use THIS dlls...). I need to use a function from this dll, I need to give the dll a parameter and I expect a result from it, a String result.
    I have no idea of how to do it, hope you can help me...!
    Raul
    [email protected]

    actually, you have to go through the JNI nightmare before you can access libraries from the outside, and ActiveX dlls just won't work. I'm not 100% sure, but check in the Native Method section of this forum, and those guys there would know more about it.

  • Can I use NIDAQ32.dll with more than one application?

    We have some third party hardware and software which uses a PCI-6602 board and NIDAQ. I wanted to use some of the functions of the board for something else in a VB 6.0 program, but I always got errors with NIDAQ32.dll not being found if the third party software was running. It worked fine if I closed their software. I talked to NI, and they said you could not access a board with two applications at once. Fine, so I bought a PCI-6601 to put in the system to do my other functions. However, I still get the same error, saying the NIDAQ32.dll can not be found when I try to run my VB program. Anybody have a solution? I really need this to work, or this board is pretty useless to me...
    -Matt

    Matt,
    You CAN access a board with two applications at once. However, you can not access the same resource on a board with two applications at once. Analog input, analog output, and digital I/O are each their own separate resources. Each individual counter is a separate resource. Since your application works fine with the third-party software closed it sounds like your third-party software is doing something to the NIDAQ32.dll. I recommend contacting the developers of the third-party software and finding out what they are doing with the NIDAQ32.dll and if they even intended other applications to access the DLL at the same time.
    Ames
    Applications Engineering
    National Instruments

  • How to use VS2005 dlls with jni?

    Hello,
    I have a java application using jni and some dlls.
    Previously this dlls were created using VS2003. Now I want to use VS2005 and I
    encountered some problems.
    Everything is working on my station were I have installed VS2005 but when I try to run the
    application on other station (a test station) is not working.
    I get the following error:
    java.lang.UnsatisfiedLinkError: C:\App\Test.dll: This application has failed to start because
    the application configuration is incorrect. Reinstalling the application may fix this problem
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
         ......First I tried to search all the dependences and copied all missing dlls from my work station to the test
    station in the application directory. Still not working.
    when dlls were made with VS2003 I had only 3 dependences: mfc71d, msvcp71d, msvcr71d. With this dlls in
    the application directory everything was fine.
    Second I tried to install .Net framework(2.0) and vcredist (VS2005_sp1) but still nothing.
    What I'm doing wrong? Is somebody which is using dlls made in VS2005 with jni?
    Thank you
    ,Dragos

    IIRC, that message means the manifest file in the DLL points to assembly that your computer doesn't have, or it has no manifest file.
    You either need to:
    -recompile using static linking so that it has no dependencies
    -stick the correct manifest in
    -include the entire SxS (site by side) assembly folders with your application (only the ones you're dependent on). These are found in something similar to:
    C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86

  • AcroPDF.dll with Reader X

    I have a Windows Forms application that uses the acroPDF control. Up until Reader X the control displayed the normal Acro Reader toolbar however I had it configured on my PC. With Reader X there is some little mini toolbar that pops up every time I load a new file.
    Is there any way to force the control to load with the regular toolbar?  Even if its a setting the user can set on their client that would be fine

    Here's the thing though - it works fine when I open PDFs outside my application (i.e. it opens with the full toolbar) but within my application it reverts back to the "reading mode" every time it loads a new file.
    Is there anything I need to specify in code to keep it from doing that?
    Also thanks for the quick response!

  • Has anyone done this before? (using Win32 dll with Java)

    I was wondering if anyone has succesfully completely embedded a Win32 DLL and having it launched in a Java backend using JNI? It would seem that WinMain() would be the barrier to doing this. I'm talking about containing the entire frontend inside a DLL and having it launched using a Java backend.

    1. As far as I know, dll's don't have winmains.
    2. Your wording is rather imprecise; how about getting rid of "frontend"and "backend", and asking your question again?
    (The JNI features of java allow either C or java to be the "main program; C can call java, and java can call C.)

  • Using nican.dll with Delphi 6

    How can I use the nican.dll in my Delphi application? Where can I find a pascal interface to the nican.dll?

    Hello-
    The nican.dll can be accessed directly in many languages. The language vendor should be able to describe how to access dll's in their language.
    Randy Solomonson
    Applications Engineer
    National Instruments

  • How to use dll with applet?

    I want to use a dll with a applet.
    I try several solutions : signed applet, dll in jar, ... But without any result.

    U can use it if u sign the applet. It is a bit trick way though.
    Create an inputstream, read and copy the dll to some where path is defined (System dir for ex) from jar. Then load that library.. But u need a dummy class for that before starting applet. Rest is ur brain.. Best of luck. I tried and succeded.

  • How to use the Rc4DLL.dll with java (jre1.4 )

    I am not able to use Rc4DLL.dll with java, there are some characters (encrypted using Rc4DLL.dll) that java is not able to identify. So while decrypting in java using Rc4DLL I am not getting the desired output (as some character java tries to decrypt are not supported with java). Could some one give a solution of using Rc4DLL with java jre 1.4

    RC4 cipher is supported by 1.4.
    And surely you can turn a link to the 1.5.0 JCE Reference Guide into a link to the 1.4.2 Reference Guide? I did. Took me 5 seconds to check that. As opposed to wasting a day and a half in forums like you just did.

  • 11.0.07 crashes acropdf.dll activex control in 3rd party application

    Hi, we use a piece of software that makes use of the acropdf.dll library - when updating Adobe Reader (on any version of Windows) to 11.0.07, the software that uses acropdf.dll crashes as soon as it tries to display a PDF (citing acropdf.dll as the module that failed) - rolling back to any previous version of Adobe Reader cures the problem.  (Even 11.0.06 works fine) - this has been repeated several times on different machines and different versions of Windows, all with the same result.
    Is this a known problem with the latest 11.0.07 release?
    Thanks in advance.

    Mesmo problema em minha aplicação VB6
    Tudo funcionava corretamente. Quando executei a atualização do Adobe Reader XI para 11.0.07 apareceu o erro na aplicação.
    "O Visual Basic Parou de Funcionar"
    Um problema fez com que o programa parasse de funcionar corretamente. O windows fechará o programa e o notificará caso uma solução esteja disponível.
    O erro ocorre quando a aplicação esta rodando e ao abrir o formulário onde contém o componente baseado na dll AcroPDF.dll
    O erro também ocorre ao abrir o formulário que contém o componente dentro do VB6 em modo de desenvolvimento..
    Não é possivel nem retirar o componente do formulário pois não exibe o formulário e fecha o VB6.
    Acredito q o problema esteja na DLL AcroPDF.dll e sua atualização

  • AcroPDF.dll in VC 2005:how to get the zoom value

    I'm using the 'AcroPDF.dll' with VC2005/MFC.
    Is it possible to get the current zoom value to increase or decrease it step by step with out the readers toolbar?
    best regards sven

    Certainly I have, but maybe I have missed the passage with the information that it is defenitly impossible to get the zoom value with the 'AcroPDF.dll'. I read the manual and i know that there is no build in solution for my question but maybe someone has an idea how to solve that problem.
    thanks for your help and best regards sven

  • Difference between AcroPDF.dll and Acrobat.exe while loading standard and  custom plug_ins

    Hi,
    I want to know the difference of behavior when AcroPDF.dll loading the PDF file in the internet explorer and Acrobat.exe application loading PDF in context of plug_ins developed by Adobe or Custom plug_ins using SDK.
    When I am loading PDF within Acrobat.exe all the plug_ins (Standard as well as Custom) loaded successfully and working fine but at the same time if I am loading a document within Internet Explorer, behind the scene internet explorer using AcroPDF.dll which is ActiveX for IE to load PDF and it is trying to load plug_ins (standard and custom) but some how my custom plug_in is destroyed or currpted and it is not working any more.
    I want to know how AcroPDF and Acrobat.exe using AcroExch.App class or using any other thing to load plug_ins?
    Thanks,
    Twinkle

    For this level of support, you join our developers/partners program and submit a formal support request.

Maybe you are looking for

  • Time doesn't update

    My new iMac G5 with OS 10.4.3 and 20" monitor is having problems with the Date and Time setting. Whenever I wake up the computer from sleep, the time displayed is between 10 and 20 minutes slow. I have to open the Date & Time system preferences scree

  • Office web app 2013 file not found

    Hi, Trying to access a document preview from sharepoint 2013 i get "file not found" from the office web app server. In the OWA server uls logs I can see a messege "disk cache file not found" so i looked at the cachelocation and the renderinglocalcach

  • How to use MBP with monitor?

    I have a 2011 MBP 13" and want to use with a larger monitor when at home. Can I use with any other monitor or do I have to have an Apple monitor. Ideally I would like the cheapest option but want the resolution and quality to be the same on the MBP a

  • 10g RAC on SOLARIS 10

    Hi, What is the best CLUSTER I can use for my 10g RAC on SOLARIS 10. Regards MMU

  • QM with HUM- HU linked inspection lots

    Dear All, Here is the issue I am facing. I am using QM with WM and HUM. My handling unit has multiple batches. Thus, system creates as many inspection lots as there are batches. My questions are: 1) Is it possible to create one inspection lot for one