Marshaling of C++ structure to C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sree2008
    New Member
    • Aug 2008
    • 1

    Marshaling of C++ structure to C#

    How can we marshal a char array in C++ structure to C#?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    I think you could use a char array. Or maybe even a string.
    Try it out and see

    Comment

    Working...