Dll in form6i urgent

how to controll or link a personal created dll through form6i. i used a dll in vb6 to communicate on parallel port. now i want to use that dll in form 6i. if any one can give any solution plz hep

Maybe the time was spent on the entering of dlls,every time I want to get data from FPGA, I would have to first enter the dll, then excute the dll, read data from FPGA, then send them from dll to CVI, that's a time consuming work。
How can I reduce the time?
If I can enter the dll only one time at programme beginning , then only read data each time . The time will be a little . How can I  do this ?

Similar Messages

  • URGENT HELP NEEDED 'Acrobat failed to load its Core DLL'

    My Adobe Reader was working fine until I needed to open a PDF the other day to which I received this message 'Acrobat failed to load its Core DLL'. I had a problem with it in the past with an error code ending in '142' but I managed to solve this myself. Now this has appeared and I'm stumped. I am currently running windows 8.1 and have the most up-to-date Adobe Reader XI.
    I haven't changed anything to my computer for it to interrupt the program. I have read the forums on here and elsewhere. I have:
    Un-installed and re-installed the program
    Repaired the program through the control panel
    I have run the TDSSKiller from Kaspersky which didn't find anything
    I have previously run Malwarebytes Anti-Malware software including the 'rootkit' option. Unfortunately I fell asleep and so did my computer so I lost everything from the scan (it takes hours for this scan) so I am currently running it today.
    I've conducted other advice that people have suggested on previous forums/discussions but it still hasn't been fixed
    If there is anything I could try then could someone please help me as this is very urgent!
    Thank you so much in advance for any comments or suggestions.

    LauraAnn1994 wrote:
    Thank you for your reply but I have done everything on that page yet it still does not work :/
    Laura,
    In that case the only way is to uninstall the reader completely from the system and then to reinstall it.  The process is to use the Adobe cleaner and this is a free tool from Adobe downloadable from this link:
    <Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs>
    Download the tool and save it on your desktop or in a temporary folder.  then right-click on it and extract the files.  After extracting the files, run the file called: "AdbeArCleaner_v2.exe".  Then follow the simple instructions given on the screen.
    After the uninstall is completed, you need to restart the machine before you can install the reader again. 
    Hope this helps but please post back if this didn't work so that further help can be given.

  • Unable to open Oracle client "not located OCI.dll" (URGENT)

    Hi Experts,
    I was installed the Oracle client 10g in my server to use the UDL file. for that i was installed oraOLEDB10.dll . now i am trying to connect to database servier from client throughing the error
    The procedure entry point lxsCnvIntToNumStr could not be located in the dynamic link library OCI.dll.
    Please help on this
    Regards
    KumarK

    Obviously it is not urgent.
    If it was truly urgent, you would:
    1) use your support contract to ask Oracle Support and/or
    2) describe in detail what your internet searching has found, what efforts you have tried and what has failed, and/or
    3) provide operating system information (which Windows, which edition, which service pack) and client information (how many Oracle products are installed, which versions, which patches)

  • Cannot find DLL - URGENT

    Hello All,
    This is a really urgent question. Please answer as soon as possible.
    I bought a DLL from a software vendor. Lets call that DLL as "A". Knowing that i cannot access that DLL directly with Java, I created my own DLL which is acting as a bridge between my java application and DLL A. Lets call this DLL as B.
    I tried both these DLLs with a standalone application and it worked fine. So now the scenarion is that there is a class, lets call it C, it calls methods from DLL B and DLL B in turn calls methods from DLL A.
    Now I want to use this class C with a Servlet. The problem, as it looks to me, is that when used with the servlet class C finds DLL B, but DLL B is unable to find DLL A.
    I am saying this because initially i got the error saying "Cannot find B in java.library.path". I specified the path of DLL B in path variable of Windows (I am using Windows XP) after whcih the next error is something like it cannot find the method. I am copying a portion of exception below:
    java.lang.UnsatisfiedLinkError: QALoc_Startup
         at gmm2064.QAS.QASApi.QALoc_Startup(Native Method)
         at gmm2064.QAS.QASApi.EastingNorthingToPostCode(QASApi.java:78)
         at gmm2064.Calculator._generateIntervalReport(Calculator.java:256)
         at gmm2064.Calculator._generateCompleteIntervalReport(Calculator.java:288)
         at gmm2064.Calculator.getReport(Calculator.java:474)
         at gmm2064.ReportGenerationServlet.displayReport(ReportGenerationServlet.java:141)
         at gmm2064.ReportGenerationServlet.doPost(ReportGenerationServlet.java:65)
    If anybody has an answer to this question, please reply as soon as possible. I need an answer ideally right now.
    Thanks in advance

    I totaly agree with bschauwe. I also spend several hours of searching in the past for UnSatisfiedLinkError's.
    Always mention the complete package (if you use packages and you should) in your javah -jni statement when you try to create your C-header file. This was in most cases the problem I ran into.
    What you also could do is not use System.loadLibrary("<yourDLL>"); but replace it with the System.load("<full path to your DLL>"); to point to your DLL.
    Kind regards and good luck using JNI...
    Kurt

  • DLL missing - URGENT

    Hello All,
    This is a really urgent question. Please answer as soon as possible.
    I bought a DLL from a software vendor. Lets call that DLL as "A". Knowing that i cannot access that DLL directly with Java, I created my own DLL which is acting as a bridge between my java application and DLL A. Lets call this DLL as B.
    I tried both these DLLs with a standalone application and it worked fine. So now the scenarion is that there is a class, lets call it C, it calls methods from DLL B and DLL B in turn calls methods from DLL A.
    Now I want to use this class C with a Servlet. The problem, as it looks to me, is that when used with the servlet class C finds DLL B, but DLL B is unable to find DLL A.
    I am saying this because initially i got the error saying "Cannot find B in java.library.path". I specified the path of DLL B in path variable of Windows (I am using Windows XP) after whcih the next error is something like it cannot find the method. I am copying a portion of exception below:
    java.lang.UnsatisfiedLinkError: QALoc_Startup
         at gmm2064.QAS.QASApi.QALoc_Startup(Native Method)
         at gmm2064.QAS.QASApi.EastingNorthingToPostCode(QASApi.java:78)
         at gmm2064.Calculator._generateIntervalReport(Calculator.java:256)
         at gmm2064.Calculator._generateCompleteIntervalReport(Calculator.java:288)
         at gmm2064.Calculator.getReport(Calculator.java:474)
         at gmm2064.ReportGenerationServlet.displayReport(ReportGenerationServlet.java:141)
         at gmm2064.ReportGenerationServlet.doPost(ReportGenerationServlet.java:65)
    If anybody has an answer to this question, please reply as soon as possible. I need an answer ideally right now.
    Thanks in advance

    Hello All,
    Thankyou very much for all your replies.... i m grateful.. about the reply saying that why i assumed that my servlet uses the same library path as that of path variable of windows... well, i asked my servlet to print the System.library.path it is using and it printed exactly the same.... then i made some additions to the path variable and the servlet even displayed those....
    One more thing.. why i need to register the dll for JNI?
    Finally, the problem is solved. Actually i did a silly mistake. After running the standalone compnent i changed the name o class C, just to make it more readable. But the fact whcih i missed out was that changing the class name will change header file's name and also the signatures of methods in header file(as the header file's name is appended in the signature of every method). Thus when i changes the signatures of methods in DLL B, it worked.
    Once thankyou very much for all your replies

  • Urgent - Is it possible to Load a DLL in ABAP ?

    Hi All,
       Is it possible to Load a DLL from ABAP ? If so how ?
    Thanks
    Sunil.M

    Hi sunil,
    1. Its not possible for DLL,
      but if its Activex EXE,
      (ie. OLE concept is there),
    2. then it can be done.
    regards,
    amit m.

  • Urgent :-Need Help in DOtnet Dll integration with CFM 8. for error "java.lang.NullPointerException"

    Hi Everyone,
    I am trying to intergrate Dotnet DLL with coldfusion. The basic perpose of this DLL is putting value in cache.
    My code is working fine on my local machine but it giving me problem on live server.
    It is throwing "java.lang.NullPointerException" error.
    Description of task:-
    DLL:-
    made in : Dotnet 3.0
    Functions:-
    setCache:- setting a string into cache.
    getCache:- getting value from cache.
    ClearCache:- Clearing all value from Cache.
    Local Machine:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Developer
    Result:-Task is working fine.No error what so ever.
    Live server:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Standred
    Result:-Task is throwing error "java.lang.NullPointerException"

    Thanks for your response, but surely if the .NET Services was not running how can CF instantiate and dump the object with all the correct methods?
    Anyway for some strange reason there is no Coldfusion .NET service in my services control panel even though I am running CF8. I have since downloaded the .NET service installer, run it and done a restart but I can still see no such service and the error continues?
    I am running CF8 Dev on IIS 6 – Window XP pro and here is debug
    java.lang.NullPointerException
                   at com.jnbridge.jnbcore.clientTransports.d$b.close(Unknown Source)
                   at java.net.Socket.<init>(Socket.java:368)
                   at java.net.Socket.<init>(Socket.java:209)
                   at com.jnbridge.jnbcore.clientTransports.d$b.<init>(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.d.if(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.c.a(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.f.a(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.int(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.getObjectStaticProperty(Unknown Source)
                   at System.Environment.Get_CurrentDirectory()
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                   at java.lang.reflect.Method.invoke(Method.java:597)
                   at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:87)
                   at coldfusion.runtime.dotnet.DotNetProxy.invoke(DotNetProxy.java:38)
                   at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)
                   at cftestDotNet2ecfm215937280.runPage(C:\Inetpub\wwwroot\his_clothing\testDotNet.cfm:20)
                   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
                   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
                   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
                   at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
                   at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
                   at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
                   at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
                   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
                   at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
                   at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
                   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
                   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
                   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
                   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
                   at coldfusion.CfmServlet.service(CfmServlet.java:175)
                   at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
                   at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
                   at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
                   at jrun.servlet.FilterChain.service(FilterChain.java:101)
                   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
                   at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
                   at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
                   at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
                   at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
                   at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
                   at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
                   at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
                   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

  • Problem while compiling 'dll' files in Form Server..Urgent

    Hi!
    I'm trying to compile the library(dll) in form server and getting a message that "can not open that file".At the same time able to compile 'fmb' files which is in the same directory.
    Could you please help me?
    Thank you,
    Denish

    I am also working on Forte. Forte has an inbuilt Tomcat. You dont need to copy any files to any where in the file mount system. You need to specify the External / Internal Browser settings, So that when you try to execute it, the .jsp file can be displayed in the browser. I havent faced any problem as you said.
    Uma
    http://www.javagalaxy.com

  • Error loading jvm.dll - urgent!!

    Hi,
    When I try to compile using javac, I get an error as stated below:
    Error loading: y:\sys\nt\j2sdk-1_3_1\jre\bin\hotspot\jvm.dll
    What am I missing?
    Thanks

    check if jvm.dll exists in y:\sys\nt\j2sdk-1_3_1\jre\bin\hotspot. May not be a good solution but try to uninstall and re-install j2sdk. Also check ur CLASSPATH settings
    Vinay

  • URGENT : FORM6i & W2K & WNT4 : USER.EXE

    HI,
    I've got a big application in forms 4.5 with Oracle 7 and Oracle 8i. I transform this application in Forms 6i, my application can run and the communication with the database is OK, but i can't close it (any form) this error system message appear immidiately
    ifrun60.exe - Image incorrecte (i'm french)
    the application or the dll :c:\WINNT\System32\user.exe is not a valid Windows picture. Virify with your installation floppy. (Sorry for my translation.)
    This message appear when i want to do an exit_form with this application by some function. The application test Bankapp run normally, and this message appear with an OS W2K or Win NT4 pack6. When i try to do an DO_KEY('EXIT_FORM') the application run with the CPU at 100 % and never stop. When i try to do an EXIT_FORM without passing to my function, the application do nothing.
    I don't know what to do.
    thanks for your help

    hi rajesh,
    this might help:
    Re: brconnect.exe exits with errors
    regards
    jo

  • Calling a VC++  DLL from a java code!!!!  Urgent!!!

    Hi,
    I need a Java code which will call a VC++ dll .(similarly the viceversa also.....from vc++ calling a java application)
    If any one have the code Please send it...
    Thankx,
    Donam.

    There is also some details in here which might save you some of the hassle I had.
    http://forum.java.sun.com/thread.jsp?forum=52&thread=210212

  • Running workbook from .bat fails to start application missing CORE40 dll

    I have been running several workbook via windows task scheduler / vbscript &/or bat files.
    I now have a new box which I access thru Remote Desktop Connection, so I can run all these automated updates without having my screen blinking everytime a shedule workbook starts.
    If I click on the actual Discoverer icon, or the discoverer workbook shortuct, all works well.
    If I click on the .bat file, or try to run the workbook via the cmd , it gives me the following error:
    DIS4USR.EXE – Unable To Locate Component
    “this application has failed to start because CORE40.DLL was not found. Re-installing the application may fix this problem.”
    The dll is under c/orant/bin/core40.dll, which is where I've read it should be, and it works fine in my regular box...
    Please help! URGENT :)
    Thanks!

    Hello
    Check the PATH environment variables for the machine you are on and the one you are connecting to.
    You might not have Discoverer's objects in the PATH.
    Another possibility is that you have more than one piece of ORACLE software on the machine and you may need to also set the ORACLE_HOME within the BAT file.
    Best wishes
    Michael

  • Problem with BSOD and awvid5.dll

    Hi all,
    Need help urgently.... My computer keeps crashing when playing any type of file that is Quicktime related or uses Quicktime as a base for the player.
    This happens when I view mov files in Firefox, try to transfer movies into my iPod Touch using iTunes and even when i play movies using Quicktime. I'm not sure why this is happening. Each time i try to do anything with the above listed programs I get a BSOD. The BSOD always says there is a problem with awvid5.dll.
    I've researched around the net and all have different causes but no solutions. Some says it's pcAnywhere, graphics card drivers, etc. but no solutions. Anyone has any solutions to this one? As a results whenever I try to transfer movies to the iPod Touch I just use my MacBook Pro but sometimes it's not the quickest solution as I just try to use whichever laptop I'm using currently to transfer stuff to the iPod.
    Another issue I'm having is that none of the Quicktime files play on Quicktime, all I get is static (green/purple hazes) and the sound that's all.
    I'm using a Toshiba Tecra M2, these are the specs:
    Centrino Pentium M, 1.6GHz CPU
    512MB RAM
    nVidia GeForce FX Go5200, 64MB
    Any solutions on this one? Any help would be great. THANKS.

    QuickTime Control Panel / Advanced tab
    Under Video try using "Safe mode".
    Quit and relaunch QuickTime and any open browser and try again.
    awvid5.dll is a PC Anywhere dynamically linked library. See if they offer an update.

  • Please help me to solve the problem ---it's urgent

    hi everybody
    my application is deployed on the weblogic 9.0. I am using the VB DLL through which i am sending the request to the servlet.
    When i am pressing the "Color" button in VBDLL to retrieve the color information, server takes the long time nearly 10-12 minutes to return back the color information but it throws the following error
    <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "621" seconds working on the request "Http Request: /sales/appFindSize.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
    java.lang.Object.wait(Native Method)
    java.lang.Object.wait(Object.java:474)
    javelin.client.JobWaiter.blockUntilFinished(JobWaiter.java:45)
    javelin.client.ClientUtilsImpl.build(ClientUtilsImpl.java:838)
    weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:244)
    weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:200)
    weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:164)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:224)
    weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:383)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:298)
    weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3022)
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1925)
    weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1848)
    weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1288)
    weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    please help me to solve this error it is urgent.
    Thanks in advance
    Pandurang S. Pokharkar

    Exchange rates can be entered as a direct or indirect quotation. You can maintain two prefixes that
    can be used to differentiate between direct and indirect quotations exchange rates during input and
    display. If you don´t set up a prefix, the standard setting is valid:
    &#159; “” (blank, without a prefix) for direct quotation exchange rates
    &#159; “/” for indirect quotation exchange rates
    n Scenario 1: If you use mainly direct quotation exchange rates and indirect quotation occurs seldom,
    use the default configuration. In this way you can enter direct quotation exchange rates without a
    prefix.
    n Scenario 2: If, in addition to direct quotation exchange rates, the handling of indirect quotation is
    required, you should define a prefix that is not “blank” for both quotation types, e.g.:
    &#159; “*” for direct quotation exchange rates, “/” for indirect quotation exchange rates
    &#159; If you follow this suggestion, the configuration does not allow exchange rates to be entered
    without a prefix, an error message occurs. Thus users are forced to consider which the correct
    quotation is and enter the rate with a valid prefix.
    n Scenario 3: If indirect quotation is the major notation at your company, you can configure the
    settings this way:
    &#159; “*” for direct quotation exchange rates, “ ” (blank) for indirect quotation exchange rates
    &#159; This configuration allows indirect quotation exchange rates to be entered without a prefix whereas
    the less used direct quotation exchange rates have to be entered with a prefix.

  • NIPALU.dll entry point error message when launching application

    A previously working application (written in VB6.0, using Measurement Studio 6 and NI-IMAQ1394) now has a fatal error message when starting:
    "The procedure entry point _pkgModulePackageEventLog@20 could not be located in the dynamic link library NIPALU.dll".
    This fatal error is only observed on some of our customers' systems, others work fine after the upgrade. WE NEED URGENT HELP!
    Attachments:
    Error Message Screen Shot.png ‏8 KB

    MSOLAP$LocalCube cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted.
    Hello,
    It's just a guess: Power Pivot uses the MSOLAP = "Microsoft OleDB Provider for OLAP" and maybe that Provider is damaged on the machine. You may try to reinstall the Provider, you can get the installer named "SQL_AS_OLEDB.msi" from
    Microsoft® SQL Server® 2012 SP2 Feature Pack  =>
    ENU\x86\SQL_AS_OLEDB.msi (for 32 bit)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

Maybe you are looking for

  • Error launching jdev9i on solaris

    I installed jdev9034 version on solaris. After changing the jdk in .conf in jdev/bin , I get the following error launching jdev. The error is Unrecognized option: -XX:MaxPermSize=64M Could not create the JVM Thanks, Sunil

  • Not clear how to sync fonts in Photoshop

    While opening a client Photoshop file it said three fonts were missing and Typekit was turned off. When I look at the CC pulldown menu it says 1.19% of 20g is syncing but that number stays frozen. I'm unable to go to Typekit to get fonts. Have I some

  • Bapi or FM  or other way to get Schedule lines

    Hi All, Is there any  BAPI or FM  which can give the schedule lines and quantity as output for given input of Customer, Material, Requested date, Requested quantity, Plant.It would be very helpful if you give any other way to get the above details. T

  • BB Desktop software crashes unexpectedly during sync

    Hi - I have IE 8 on my pc and BB software version 5.0 Bundle 1206 installed. When performing sync backup to PC happens as normal but software stops working unexpectedly during sync and closes. Can anyone suggest a fix.

  • So, somehow Numbers saves my files as a new version and then won't open them until I update?  How is that possible?

    I saved a spreadsheet a few days ago and now Numbers won't open it saying I need to update my version.  I only use the icon on my dock to access Numbers and I didn't update anything.  I also restarted my computer.  This happens around every 6 months