NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

where is modelsupport.dll


0 Kudos
Message 1 of 6
(4,213 Views)
It should be in the following folder:

\Components\NI\Models\TestStandModel

Regards,

Azucena Perez
0 Kudos
Message 2 of 6
(4,213 Views)
The modelsupport2.dll is in the TestStandModel directory, but not modelsupport.dll. The functions I need were in the original modelsupport.dll file packaged with TestStand 1.0.2. The functions needed are UIMessage_Event calls.
0 Kudos
Message 3 of 6
(4,213 Views)
Hi,
If you are using TestStand 2.0 then you need to use modelsupport2.dll. The UIMessage functions are still there.

If you are using the User folders, then you will have to copy the new NI folders across to the User folders. Making sure you have backed up first.

Ray.
Regards
Ray Farmer
0 Kudos
Message 4 of 6
(4,213 Views)
I have looked in this dll, and I don't see the function we use called PostUIMessage.
0 Kudos
Message 5 of 6
(4,213 Views)
Hi,

NI have removed a load of wrapper functions from the modelsupport.dll. The API function PostUIMessage is still available (Thread.PostUIMessage) so it looks like you will have to use the API function or the new PostUIMessageEx function.

Regards
Ray.
Regards
Ray Farmer
0 Kudos
Message 6 of 6
(4,213 Views)