08-30-2011 08:28 PM
Hi,
I am trying to control a network simulator using a dll that is in a remote PC.
I run into this error 17004
I gave in C/C++ Module Path: \\<PC Name>\C\MX847010\Remote Library\RmtSvcLib.dll (this is accessible from the PC with test stand)
I also added \\<PC Name>\C\MX847010 in Search Directories
Has anyone faced this before?
Module for Step 'Open MNS' not Loadable. Could not load DLL or external library '\<PC Name>\C\MX847010\Remote Library\RmtSvcLib.dll'.
This DLL requires the following DLLs which could not be found or loaded:
MFC70.DLL (Not Found)
MSVCR70.dll (Not Found)
MSVCP70.dll (Not Found)
File :
C:\Users\user\Desktop\Anritsu_testStandproto\MNS_500_IRAT_HO.seq
Location :
Seq["MainSequence"].Main["Open MNS"].TS.SData
Rule :
Code modules must be able to load
Description :
TestStand must be able to load all code modules without error. TestStand reports errors at run time when it
fails to load a code module. Correct this problem by editing the step in the sequence editor.
08-30-2011 10:31 PM
It sounds like you are missing the dependencies that the DLL requires. You need to have them installed on your computer.
08-30-2011 11:59 PM
These look like Microsoft MFC files and I have Visual Studio already installed on my PC.