N
noel.phillips
Hi,
I am porting a C++ console application to managed C++ dll - for now
basically wrapping it in a class. The console app has the option to
write to a file or stdout using fwrite.
So, how do I bridge the managed gap? I really want to be able to pass
a BinaryStream to the managed C++ code from the calling C# code...can
this be done, and how do I go about modifying the C++ code to handle
it?
Any pointers would be appreciated...
Many thanks,
Noel
I am porting a C++ console application to managed C++ dll - for now
basically wrapping it in a class. The console app has the option to
write to a file or stdout using fwrite.
So, how do I bridge the managed gap? I really want to be able to pass
a BinaryStream to the managed C++ code from the calling C# code...can
this be done, and how do I go about modifying the C++ code to handle
it?
Any pointers would be appreciated...
Many thanks,
Noel