CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    May 1999
    Location
    G day Mayt Land
    Posts
    971

    passing string from C++ to C# and back

    How do you pass on a simple string or byte array ....type to C# and get it back from C# in C++ ?

    I have managed to do it with integer but with ANSI strings does not seem so simple.
    Last edited by Saeed; August 25th, 2008 at 11:57 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured