11-26-2007 10:26 AM
11-27-2007 11:36 AM
sam29,
The DLL you are referring to msgbox.dll ships with it's source code in the folder <TestStand>\Components\NI\StepTypes\MsgBox
I looked in that folder, at the source code for the DLL, and the function should be included for export in that DLL.
Are you also experiencing this trouble on other machines running TestStand? If not, then you can simply copy the msgbox.dll that is on those other machines to the machine that is having trouble, and that might fix things.
Do you also have a version of CVI? If so, you can recompile that DLL using the msgbox.cws and that should clear up the issue.
If none of these things work, please post back, and we'll find another way to get this cleared up.
11-27-2007 12:00 PM
11-28-2007 03:24 AM
Josh,
I looked into the Source of msgbox.dll and I could not find the function DisplayTimerMsgImgPopup.
I also copied the msgbox.dll from a computer where teststand is running correctly to the computer where the described problem occures but the problem is still the same.
I have CVI version 7.1 and I use teststand 3.1
What else can I do to solve the problem?
regards
samuel
11-28-2007 04:07 AM
11-28-2007 04:40 AM
11-28-2007 04:58 AM
11-28-2007 05:05 AM
11-28-2007 06:20 AM
Hi Samuel,
Do you have a TestStand\Components\User\StepTypes folder. If so you might try removing this and letting TestStand use the NI folder and see if that cures your problem.
If you haven't then you need to replace the NI\StepTypes folder particular the MsgBox folder in StepTypes and probably the NI_Types.ini in the CFG\TypesPalettes folder.
Maybe you can do a Repair of the installation rather than an uninstall.
Regards
Ray
11-28-2007 10:19 AM