tags:

views:

154

answers:

0

Hi all,

I have created an RDP-control based on this article: article

I add reference to "Microsoft Terminal Services Control Type Library” from the COM tab. This added MSTSCLib.dll and AxMSTSCLib to the project. These two are interops of some COM native component.

How can I verify on which win OS my exe will work on? meaning how can I know which Windows system contains/support these two COM components? Is there any easy way to check ?