LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Function Not Found Error.

Hi,

This one has me somewhat baffled;

A PC (Win98) with a PCI-6023E (NI-DAQ 6.7) running a standalone CVI
application for 6 months.

I make a minor modification to the code using CVI V5.5 on my separate
development PC, rebuild and issue a new set of installation disks.

The old version is copied to a backup folder and the new version is
installed over the top of the original.

The new version causes the following error to be generated by the
function Init_DA_Brds();

"functionNotFoundError: The specified function is not located in the
driver."

The original version runs without a problem.

The modification to the code was nothing to do with the board
initialisation or the variables associated with Init_DA_Brds(), nor
anything els
e to do with DAQ.

Any suggestions appreciated.
--
Regards

John Cameron
0 Kudos
Message 1 of 4
(3,228 Views)
Maybe you have updated NI-DAQ in your developing machine and not in the target one, so the new executable is linked to a function not found in the old libraries in the application machine?
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 4
(3,228 Views)
RE Function Not Found Error.,
Roberto Bozzolo said;
>Maybe you have updated NI-DAQ in your developing machine and not in
>the target one, so the new executable is linked to a function not
>found in the old libraries in the application machine?
>Roberto

The version in the development PC is 6.8 that's true. But,
Init_DA_Brds() is still a valid function. If it where not it wouldn't
have a function panel which it does, nor would the linker find it.

--
Still baffled!

John Cameron.
0 Kudos
Message 3 of 4
(3,228 Views)
I had the same "function not found" error.
Target PC had 6.7 and development PC had 6.8.
After I upgraded target PC to 6.8, the error is gone.
Thanks,
Sang
0 Kudos
Message 4 of 4
(3,228 Views)