LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR AFTER COMPILING

I have writted a vi that runs correctly in design mode and runs
correctly when compiled and installed on a hard drive that has LabVIEW
also installed on it.

When I try to run the compiled program on a computer that does not have
LabVIEW resident on the hard drive the program does not run and I get
the following error message:

ERROR -1073807202 occured at in SpecanRemoteOp.vi

Possible reasons:
VISA: (Hex 0xBFFF009E) A code library required by VISA could not be
located or loaded

Am I missing a file in the compiled version ?
If anyone has an idea please help
0 Kudos
Message 1 of 3
(2,396 Views)
Hi Donald

Have you installed VISA on the new PC?

If not you will have to.

Tim

"Donald J. Furlong" wrote:

> I have writted a vi that runs correctly in design mode and runs
> correctly when compiled and installed on a hard drive that has LabVIEW
> also installed on it.
>
> When I try to run the compiled program on a computer that does not have
> LabVIEW resident on the hard drive the program does not run and I get
> the following error message:
>
> ERROR -1073807202 occured at in SpecanRemoteOp.vi
>
> Possible reasons:
> VISA: (Hex 0xBFFF009E) A code library required by VISA could not be
> located or loaded
>
> Am I missing a file in the compiled version ?
> If anyone has an idea please help
0 Kudos
Message 2 of 3
(2,396 Views)
Timothy,

Thanks for the tip, I needed to add "visa.dll and visa32.dll" to the windowsa
system directory.

Chip

Timothy John Streeter wrote:

> Hi Donald
>
> Have you installed VISA on the new PC?
>
> If not you will have to.
>
> Tim
>
> "Donald J. Furlong" wrote:
>
> > I have writted a vi that runs correctly in design mode and runs
> > correctly when compiled and installed on a hard drive that has LabVIEW
> > also installed on it.
> >
> > When I try to run the compiled program on a computer that does not have
> > LabVIEW resident on the hard drive the program does not run and I get
> > the following error message:
> >
> > ERROR -1073807202 occured at in SpecanRemoteOp.vi
> >
> > Possible reasons:
> > VISA: (Hex 0xBFFF009E) A code library required by V
ISA could not be
> > located or loaded
> >
> > Am I missing a file in the compiled version ?
> > If anyone has an idea please help
0 Kudos
Message 3 of 3
(2,396 Views)