|
-
July 16th, 2010, 07:10 AM
#1
Interfacing C++ server with Silverlight Client
Hi All,
We need to to develop a Silverlight client which is to be connected to a c++ server. The server already have a native client and the communication is done in binary( internally a sequence of structs).
Now we need to use Silverlight to connect to this server, without modifying the server (so we cannot use xml stuff etc). How can we convert the received byte stream to a struct in Silverlight? other than byte-by-byte conversion.
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|