View Full Version : Problem with Virtual Channel


yoda.chewbacca@gmail.com
09-14-2006, 11:41 AM
Good morning,
I have a problem with a Virtual Channel application developed in C++. I

use the windows API and the RDP protocol.
I developed two different virtual channel (two dll). I registered them
as described in:

http://windowssdk.msdn.microsoft.com/en-us/library/ms728010.aspx

Registri key:

HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
Client\Default\Addins\Channel1
and
HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
Client\Default\Addins\Channel2

I set the "Name" string for both.

The problem is that only one of the two dll is loaded (the first
one).
Where I'm wrong?
The client is a windows XP system and the server is Windows 2003
server.
Thank you for any hint.
Fabiana

ThomasT.
09-15-2006, 12:59 AM
Hi,
I'm not sure but you can try
Name=Dllname1,Dllname2


<yoda.chewbacca@gmail.com> wrote in message
news:1158230483.367977.306920@k70g2000cwa.googlegroups.com...
> Good morning,
> I have a problem with a Virtual Channel application developed in C++. I
>
> use the windows API and the RDP protocol.
> I developed two different virtual channel (two dll). I registered them
> as described in:
>
> http://windowssdk.msdn.microsoft.com/en-us/library/ms728010.aspx
>
> Registri key:
>
> HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
> Client\Default\Addins\Channel1
> and
> HKEY_CURRENT_USER\Software\Microsoft\Terminal Server
> Client\Default\Addins\Channel2
>
> I set the "Name" string for both.
>
> The problem is that only one of the two dll is loaded (the first
> one).
> Where I'm wrong?
> The client is a windows XP system and the server is Windows 2003
> server.
> Thank you for any hint.
> Fabiana
>