HP thin client RDP application development

  • Thread starter Thread starter Unis GeNUIT
  • Start date Start date
U

Unis GeNUIT

Guest
Hi,

We meet difficulty of developing an application to create and manage RDP
client session in HP T5530 running Windows CE 5.0.

We successfully built similar applications in Windows desktop platforms
(Win2K/XP/2K3/Vista/2K8) based on MS RDP client components msrdp.ocx and
mstscax.dll; but we can not use same way on Windows CE 5.0 of HP T5530 thin
client device because: firstly, HP T5530 OS does not have msrdp.ocx;
secondly, the mstacax.dll is found in HP T5530 OS, but can not be registered
by regsvrce.exe which is the approach to register COM and Active OCX in
Windows CE.


With “Windows CE thin client development” docs from Microsoft, the component
mstscax.dll is an Active X component which can be inserted and instantiated
in a container; but we can not successfully do it with our different efforts.
We tried finding any helpful articles, but got no luck.


Could anyone have any advices about how to build customized application
based on MS RDP client component mstscax.dll or even with any other
approaches in HP thin client T5530?


Thanks,
 
RE: HP thin client RDP application development

This may be a stupid question (from me), but doesn't HP have someone you can
contact for this. If there is not, I have some contacts at HP that may be
able to point you in the right direction.

--
Patrick C. Rouse
Microsoft MVP - Terminal Server
Systems Consultant
Quest Software, Provision Networks Division
Virtual Client Solutions
http://www.provisionnetworks.com


"Unis GeNUIT" wrote:

> Hi,
>
> We meet difficulty of developing an application to create and manage RDP
> client session in HP T5530 running Windows CE 5.0.
>
> We successfully built similar applications in Windows desktop platforms
> (Win2K/XP/2K3/Vista/2K8) based on MS RDP client components msrdp.ocx and
> mstscax.dll; but we can not use same way on Windows CE 5.0 of HP T5530 thin
> client device because: firstly, HP T5530 OS does not have msrdp.ocx;
> secondly, the mstacax.dll is found in HP T5530 OS, but can not be registered
> by regsvrce.exe which is the approach to register COM and Active OCX in
> Windows CE.
>
>
> With “Windows CE thin client development” docs from Microsoft, the component
> mstscax.dll is an Active X component which can be inserted and instantiated
> in a container; but we can not successfully do it with our different efforts.
> We tried finding any helpful articles, but got no luck.
>
>
> Could anyone have any advices about how to build customized application
> based on MS RDP client component mstscax.dll or even with any other
> approaches in HP thin client T5530?
>
>
> Thanks,
>
>
 
Back
Top