Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. C++ structure decoding in silverlight

C++ structure decoding in silverlight

Scheduled Pinned Locked Moved WPF
c++sysadminquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JS 2008
    wrote on last edited by
    #1

    I want to develop tcp socket application,forwhich want to use c++ tcp server and silverlight tcp client(web client).At server filling data in a structure and sending to the client,Is there any way to retain the values of the structure at client side?Or can i serialize the sending data as a class object in silverlight?

    K 1 Reply Last reply
    0
    • J JS 2008

      I want to develop tcp socket application,forwhich want to use c++ tcp server and silverlight tcp client(web client).At server filling data in a structure and sending to the client,Is there any way to retain the values of the structure at client side?Or can i serialize the sending data as a class object in silverlight?

      K Offline
      K Offline
      KarstenK
      wrote on last edited by
      #2

      if you write your data in xml-format you will have a easy and portable solution. Press F1 for help or google it. Greetings from Germany

      J 1 Reply Last reply
      0
      • K KarstenK

        if you write your data in xml-format you will have a easy and portable solution. Press F1 for help or google it. Greetings from Germany

        J Offline
        J Offline
        JS 2008
        wrote on last edited by
        #3

        The c++ server already have a native c++ client, now we need to add a Silverlight client without any modification to the server. The applications are biased to use minimal data transfer. so we cannot use xml ( which will also create changes in server ) Recreating the data byte-by-byte is possible at client, but we would like to know of other possible methods.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups