Hi,
I have a similar problem as reported here in the forum before.
But the suggested fixes I have found have not helped me so far.
Problem:
I have a Labview code using the NI-PCI6036E card to steer/monitor some parameters, i.e. it is
using NI-DAQ code (system: WinXP, Labview 7.1, NI-DAQ version is 7.2).
The code was developed on a sister-system (same hardware and software setup) by a standard user.
There it runs without problems.
When the code was copied to this system I get the following error message when running as a standard user:
Error loading "C:\Program Files\National Instruments\LabVIEW7.1\vi.lib\Daq\lvdaq.dll".
A dynamic link library (DLL) initialization routine failed.
... multiple times - I suppose as often as there are (indirect) references to this routine in my code.
The routine exists at this location and has the same permission setting as on the sister-system.
When logged in as administrator the code runs without problems (on either of the two systems).
This looks like the signature reported here earlier, but the following attempts to fix the problem didn't work in my case...
1) log in as administrator, run the code, log in as standard user, finding the access/enable problems fixed
2) deinstall NI-DAQ, reinstall NI-DAQ, do the fix 1)
3) deinstall Labview and all other NI software, reinstall again everything from CDROM
... sure, there must be a difference in the installation between the two systems, but I have no idea where...
... are there any further suggestions to this problem?
Any help is much appreciated. I'm out of my wits here...
Cheers.