05-04-2007 07:22 AM
05-04-2007 04:46 PM
Hi dpastor,
Typically this error means that VISA wasn't installed properly or isn't there.
Check out the VISA
Error -1073807202 (0xBFFF009E) KnowledgeBase for more information. Also,
the latest version of VISA is available here.
I assume that you tried taking your old CVI 4 application,
moved it to a different machine with CVI 8 and tried to run your application
and got this error?
If the suggestion above doesn't help, let me know but I have
seen your issue behavior and it was a result of not having VISA installed or it
was installed incorrectly.
Best Regards,
05-09-2007 07:36 AM
05-09-2007 08:31 AM
05-09-2007 11:17 AM
Hi Jonathan,
I have reinstalled 3 times and I thinks that's OK
Thanks a lot for your help.
Best regards
Delphine
05-09-2007 12:11 PM
05-10-2007 09:45 AM
Hi Jonathan
Sorry for my yesterday short message but I was so happy, after 1 week of visa lib problem...
I uninstall visa runtime and install it 4 times, and to finish it was OK. I can see it in "measurement and automanton logiciel" (before I did'nt see it). I have made lot of test and my application is good.
thanks for your help
best regards
Delphine
01-14-2009 02:46 PM
Hello all :
1.- I have created a simple TestProject.prj with two files named : myuir.c my apps.c
and myuir.c calls ...... myapps.c (which contains all declarations var,headers,func, etc ...
inside files : myapp.c or myapp.h
2.- I am using VISA to talk to an Agilent PSA box thru TCPIP (equivalent to typical GPIB calls)
and works OK no errrors (compiles OK, links ok, runs OK) .... and was developed under LabWindows rev 9.0
3.- I have another MainProject.prj with multiple files (c,h,DAC,USB,fp,dlls,etc)
all of these are using NI drivers and NI hardware or LabWinodws files ....
... and is runing also OK (no errors, no problems)
and was develop on previous rev , but was re-built with REV 9.0 .....and also it is runing OK.
The problem occurs when I merged my files (myapps.c, myapps.h) into this MainProject.prj ..
while it compiles and links w/out errors (no warnings) ...I am getting a run time error like this
NON-FATAL RUN-TIME ERROR: "e_psa_E4443A.c", line 105, col 6, thread id 0x00000E30:
Function viOpenDefaultRM: (return value == -1073807202 [0xbfff009e]).
A code library required by VISA could not be located or loaded.
NOTE: I also downlaoded (just in case) and installed the latest VISA driver... same problem
I am trapped !!! (each project works OK) but only fails when MyApps.c funcion
is called from the MainProject ... A run Time error
01-15-2009 12:05 PM
The issue is closed
FYI (All) ...my MainProject was also using a DLLVisa ....so, after cleaning the MainProject , and using just 'one'
VISA .... the error was cleared
Jose