Can't find DLL entry point RegisterGpibGlobalsforThread in ni4882.dll

I'm attempting to collect data using a gpib-usb interface and display the data in an Excel Spreadsheet using Visual Basic for Applications and NI 488.2 ver 3.1.2 software in Windows 7 64 bit.  The macros in the spreadsheet worked fine using the gpib-32.dll in Windows XP, but not in 64 bit Windows.  Switching to the ni4882.dll caused the subject error after having added PtrSafe to all of the Declare statements.  I'm not an expert programmer, but I'm hoping there is an easy fix. 

Hi gtr999,
Are you simply adding the PtrSafe keyword to the gpib-32.dll function calls in your adaptation? Switching to ni4882.dll requires some modification of your code. I assume you are using VBA7. You could also port your code to the NationalInstruments.NI4882.dll assembly, which contains the .NET API that is easier to use (although harder to port to)
I would suggest taking a look at this thread. Including the declarations part of your code could also be helpful here.
Xavier
Applications Engineering Specialist
National Instruments

Similar Messages

  • ERROR "Unable to find an entry point named OCIEnvCreate in DLL"

    Hi, I´am developing an ASP.net app, I have worked with asp.net and oracle before, but in this time im getting this error: "Unable to find an entry point named OCIEnvCreate in DLL" the oracle91 folder has read priveleges, I have installed ODP.net, and I keep getting this error, what can I do. Im using framework 1.1. thxs

    The "Authenticated Users" group should have "Read & Execute" on the %ORACLE_HOME% folder and below. Can you verify if this is the case?
    - Mark
    ===================================================
    Mark A. Williams
    Oracle DBA
    Author, Professional .NET Oracle Programming
    http://www.apress.com/book/bookDisplay.html?bID=378

  • Unable to find an entry point named 'OpsPrmAllocValCtx' in DLL 'OraOps10.dl

    .NET 2 (c#) Standalone application is failed to run on clean computer with subj
    application compiled on VisualStudio 2005
    installed Software:
    .NET 2 redistribution
    ODAC10202Beta.exe
    The same application built with VS 2003 .NET 1 and installed ODAC101040.exe
    works fine.
    Thanks for any advice.

    I tried the suggestion above using the MS GAC tool and I still have the problem so I am looking for any other suggestions or thoughts as to what could be wrong:
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\PublisherPolicy\1.x\Policy.9.2.Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\PublisherPolicy\1.x\Policy.10.1.Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\PublisherPolicy\1.x\Policy.10.2.Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\bin\1.x\Oracle.DataAccess.dll"
    gacutil.exe /i "C:\Oracle\oracle\product\10.2.0\client_1\odp.net\bin\2.x\Oracle.DataAccess.dll"
    I used gacutil.exe out of "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" and each insert said it was successful.
    The specific error I am getting in VS2008 with SP1 is: _getContextXml:Unable to find an entry point named 'OpsPrmAllocValCtx' in DLL 'OraOps10.dll' in a .NET 2.x project.
    I used dependency walker and looked at both OraOps10.dll (version 1.102.2.20) and OraOps10w.dll (version 2.102.2.20) and the function OpsPrmAllocValCtx isn't in either one of them. I looked at other users machines who aren't having this problem and they have the same Oracle DLLs from the same install that I do too so I am scratching my head trying to figure out what is wrong here and would appreciate any help - and thanks in advance.

  • Unable to find an entry point named 'imaqCreat​eImage' in DLL ...

    Firstly some background:
    Using Microsoft's managed extensibility framework (MEF), I've created a "Test Tool" framework which accepts plugins. The plugins are generally HW drivers with UIs. I created a NI Vision plugin  which does camera discovery, acquisition and image processing. All functionality is exposed via a UI and public methods. The  "Test Tool" framework shows the plugin UIs in docking panels (same VS docking panels) and provides a scripting interface for the plugin's public methods. 
    Ok, now the problem:
    At runtime for the "Test Tool" framework and plugin I get "Unable to find an entry point named 'imaqCreateImage' in DLL ...". After a quick debug: the exception is thrown when instantiating the Imageviewer control in NI Vision plugin UI.
    I created a plugin test environment which simply references the plugin and adds the plugin's UI to a form. This works correctly at runtime.
    In addition, if I remove the  Imageviewer controls from the plugin, it works correctly at runtime in the "Test Tool" framework.

    Have you tried ensuring that the DLL function is actually being exported? You might check out some other forums as this problem has more to do with calling our DLL than the DLL its self. I've found a few other instances of this issue on external forums but I couldn't find any internal resources as you're doing something outside the scope of the intended functionality.
    http://stackoverflow.com/questions/653178/unable-t​o-find-an-entry-point-named-function-in-dll-c-to-c​...
    http://stackoverflow.com/questions/13882304/unable​-to-find-an-entry-point-named
    Rob B
    FlexRIO Product Manager

  • I just update itunes for latest version. Now I can't open it on win 7- 64 bits. I get an erro: Cant find the entry point of the procudere sqlite_wal_checkpoint.. Windows error 127.. help!!!

    I just update itunes for latest version. Now I can't open it on windows 7- 64 bits. I get an erro: Cant find the entry point of the procudere sqlite_wal_checkpoint.. Windows error 127. What can I do...???

    How did you fix this?

  • Could not find the entry point in the procedure sqlite3_wal_checkpoint sqlite3.dll dynamic link library., Could not find the entry point in the procedure sqlite3_wal_checkpoint sqlite3.dll dynamic link library.

    Could not find the entry point in the procedure sqlite3_wal_checkpoint sqlite3.dll dynamic link library.

    Could not find the entry point in the procedure sqlite3_wal_checkpoint sqlite3.dll dynamic link library.
    Try uninstalling your MobileMe control panel for Windows.

  • Help me in finding the entry points in the source code of java.....

    hi...
    I want to design a compilation server and apply some of the optimization technique's like inlining, SSA and others.
    So i require to find the entry points in source code from where i can include my code and check the performance of the program at level it is performing .
    Please help in this problem....
    and i also like to know what are hot methods in java context?

    BigDaddyLoveHandles wrote:
    Do you even know Java? Why not just let the HotSpot optimization do its thing?Good point, I would try either of two things.
    If you have a good understanding of Java internals and are confident you could optimise code better, I suggest you contribute to the OpenJDK and we can all benefit.
    Otherwise I suggest you try using the optimisation built into the compiler and the JVM.
    Note: the JVM optimises the code dramatically in ways most normal people won't have thought possible.
    The compiler doesn't optimise the code so much as it leaves this job to the JVM.
    Two examples;
    - say you call a small method often. The JVM can inline this method for you. (the same way a compiler would) However say this method can be over-ridden and later your program calls a different implementation, it can inline both methods even if the new method in a new class didn't exist when the first method was inlined.
    - In a 32-bit JVM, 32-bit registers and references are used. In a 64-bit JVM 64-bit registers and references are used without needing to recompile the code. However there is a third option of using 32-bit references in a 64-bit JVM. In this case, it assumes the bottom 3 bits are always 000 so it shifts the reference down 3 bits allowing you to access 32 GB using 32-bit references. Again, you can use this with libraries which were compiled before 64-bit JVMs were available.

  • ITunes.exe - entry point not found - VideoToolbox.dll error - can't open!

    hello, can somebody please help me...
    Everytime i open iTunes it comes up with this error message:
    The procedure entry point VTSelectAndCreateVideoDecoderInstance could not be located in the dynamics link libary VideoTookbox.dll.
    I've tried uninstalling, reinstalling, and deleting all iTunes and Quickime files and programs but it still wont work...
    Please help me, Thanks!

    *Replying to smyth_m*
    So I followed the instructions and downloaded the newest version of iTunes like it told me, but after I did that, When I would attempt to get on iTunes an iTunes.exe - Entry Point Not found messege would come up. And it says The procedure entry point sqlite3preparev2 could not be located in the dynamic link library SQLite3.dll.
    That's a different one, smyth. At the moment, you could try basiam's workaround from the following post:
    http://discussions.apple.com/thread.jspa?messageID=10444196#10444196
    ... however, this could possibly cause trouble in its own right next time you upgrade iTunes, given that there will be a misplaced, older SQLite3.dll in system32 ... So be sure to remember you've got that dll down there, and if you get an odd message about SQLite3.dll when you try launching iTunes *after your next iTunes upgrade,* delete the old copy of the dll in system32 and see if you get a normal launch without it there.

  • Crystal Reports 2008-Vista-ERROR-crw32.exe Entry Point Not Found in dll

    Hi Experts,
    I just installed the Crystal Reports 2008 (with SP0) on my Vista (Home) machine.  When I try to start the CR 2008, I am getting the below error message:
    Error Title: crw32.exe - Entry Point Not Found
    Error Message: The procedure entry point ?PrintLegend@CMapXLegend@CSLib300@@QAEXJJJJJ@Z could not be located in the dynamic link library cslibu-3-0.dll
    Here are the things I tried to resolve the above problem:
    1) Uninstall and Reinstall the CR 2008.  -  No change.
    2) I configured the DEP to accept Crystal Reports (Performance - Advanced - DEP allow). 
    None of these seem fix the problem. 
    Can you please help me kick start the Crystal Reports 2008? 
    Thanks,
    Arun

    Please try with this:
    Run a command prompt as administrator. From the start menu, select "All Programs", then "Accessories" and right-click on the "Command Prompt" shortcut and choose "Run As Administrator". From here you can use the following command to disable Data Execution Prevention (DEP) with the following command:
    bcdedit.exe /set nx AlwaysOff
    Keeping your command prompt open, run your setup or other process being stopped by DEP. Then, to turn it back on again, do the same and run the following:
    bcdedit.exe /set nx AlwaysOn
    Regards,
    Shweta

  • Photoshop.exe - Entry Point Not Found (MSVCP80.dll)?

    Hey guys, new to the board here and pretty much at the end of my rope.
    Starting maybe 2 days ago I began getting quite a strange message when I tried to open Photoshop CS3.
    I'd send a jpeg of the window but with photoshop down i'll settle for just typing this crap out:
    Photoshop.exe - Entry Point Not Found
    The Procedure entry point ?replace@?$basic_string@DU$char_traits@D@std@@V?$a llocator@D@2@@std@@qaeaav12@IIPBD@Z could not be located in the dynamic link library MSVCP80.dll
    Now, that's a mouthful! Fortunately i'm at least computer literate enough to dig around on google.
    After doing that, I came up with nothing. I found a replacement for the DLL that it's having trouble with, but that did nothing.
    I then tried out a program called Registrybooster, which found quite a few problems with my registry but failed to correct whatever is causing this problem.
    So I tried to backtrack a little bit and see if anything I had done since the last time the program worked (wednesday the prior week) had broken it. I had shut off some startup programs so i figured maybe that had something to do with it. Unfortunately undoing those changes had absolutely no effect at all.
    I then tried out doing a repair install, which did nothing. After this, I did an uninstall and reinstall and... nothing.
    Some extra info: I run windows xp home edition on this PC and have it updated to SP3.
    I've had photoshop on it for about a year with no problems.
    Hopefully someone can help me here. Almost every thread I located with similar problems via google either went unanswered or the answers given didn't actually help me out.
    Someone save me!

    Hi Chris, thanks for chiming in on my problem.
    I'm doubtful of it being TWAIN/WIA caused, but will look into it. I have a wacom tablet and a canon scanner so who knows. What would you suggest I do to see if those two are causing anything in particular? (Not sure why they would as I haven't made any changes to the programs or hardware involved recently.)

  • 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]

  • Entry point not found msvcr110.dll error

    I have Photoshop CC and Lightroom CC both of which were working fine until I installed a PIE Primefilm XA scanner with CyberviewX software. The programs will not open since ibstalling CyberviewX. The following error appears: PSCC has a Photoshop.exe-Entry Point Not Found (The procedure entry point_crtCreateSymbolicLinkW could not be located in the dynamic link library MSVCR110.dll. Any help would be much appreciated. This error only seems to be associated with CS CC and LR CC.

    Had the same problem with Lightroom 6. This solved the problem
    The Program can't start because MSVCR110.dll is missing from your - Microsoft Community

  • Entry Point Not Found "pluginutils.dll"

    Upgraded to Jabber 10.5 and now users are getting "ciscojabber.exe - entry point not found"  can not be located in the dynamic link library PluginUtils.dll.

    In our case, problem was in previous version of Cisco Jabber. Jabber 9.6.1 was not uninstalled correctly. Old Jabber client was successfully removed and problem is gone.

  • Oracle OLE DB 8.1.7.3 entry point kpcddtasg in oracommon8.dll

    I have encountered a problem while installing Oracle OLE DB provider. I have Oracle 8.1.6 server installed.
    After I installed the software the oracle service failed to start and the following error message was given
    "the proceedure entry point kpcddtasg could not be found in the dynamic link library oracommon8.dll"
    Has A.O. else encounered resolved this problem?
    Henry.

    oh ... I forgot to say ..
    when I run query under Enterprise Manager as
    select * from Openquery (db, 'select * from table')
    then it will show me a pop-up message
    "Query Designer encountered a MS Design Tools error:
    ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]OLE DB provider 'OraOLEDB.Oracle' reported an error.
    [Microsoft][ODBC SQL server Driver][SQL Server][OLE/DB provider returned message: ORA-12545: Connect failed because target host or object does not exist]
    And I follow support.microsoft.com/support/complus/mtsandoracle.asp?SD=GN&LN=EN-US&gssnb=1,setting as follow
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI]
    "OracleXaLib"="oraclient8.dll"
    "OracleSqlLib"="orasql8.dll"
    "OracleOciLib"="oci.dll"

  • Where can I find the entries of all components in NWSP15

    hi all,
         how can i find the url or command for all the componnents' entry.
      1.visual administrator: ..usr\sap\J2E\JC00 \j2ee\admin\go.bat.
      2.config tool:..usr\sap\J2E\JC00\j2ee\configtool\configtool.bat
      3.portal: http://localhost:50000/irj
      then,I want to know,where is entry of BI,EXCHANGE SERVER and so on.
      is there any useful url to use?
      thank you very much.

    There is no list available from your end; you need either physical or network access to a computer to individually deauthorize it. If you're out of authorizations, use the Deauthorize All function.
    (83362)

Maybe you are looking for

  • Music wiped from iPod nano but still in library

    Trying to update my iPod nano, I get this error message: Songs on the iPod "Claire's iPod" cannot be updated because all of the playlists selected for syncing no longer exist I inadvertently deleted a playlist entitled Claire's iPod earlier, which se

  • ?harddrive error; skipping all tracks and not being recognised in itunes

    I have a 3rd generation ipod which has been working fine until recently. I was transferring some music on to my ipod using a usb 1.0 cable (my laptop doesn't have usb2.o or firewire), and the ipod battery died midway through the file transfers. On re

  • 11g upgrade - CBO Behaviour

    Hello Guys: We recently migrated from 9.2.0.7 RBO ( Sun sparc, Sol 9.0 ) to 11.2.0.1 CBO ( Sun Sparc, Sol 10). Our experience was really bad. To give a background about the application that uses this Database. It was a legacy application where busine

  • Can someone pls tell me what data applet notinited means?!!

    Hi, I installed the plug-in...I have Java 2 Runtime environment and plug in 1.3.1_01 the applet appears in IE, but netscape said the plug in has to be installed again. I installed the same thing again, and I got the message "data applet notinited"...

  • Viewer hangs when trying to open reports with drilling

    We are currently using Discoverer version 9.04. The version of Viewer is 9.04.45.02 Often when requesting a report that has drilling in it the process hangs when viewer is building the report. The only way out is to kill this process on the server. T