Struct layout problem

P

PLS

I'm trying to write the definition of a struct that must exactly match
the binary layout of a struct created by a native c++ program.

The C++ struct contains several wchar_t[] and char[] fields containing
text. So...

a. How should I represent these field in the C# struct?
b. How do I convert that representation into C# strings?

Thanks for any help
++PLS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top