Accessing C++ methods from Csharp
- by Code Smack
Hello,
I have a string with CompressedRichText in it. I want to uncompressed it to standard RTF and then to plain Text.
I am using VS 2008 C#
Windows Application.
I found references to C++ code to do it, but nothing directly in C#.
I found some info at this site on the C++ part, but I have no idea how to use this from my C# code. What do I need to do in order to access the methods in the C++ code from my C# project.
Link to the C++ Code http://msdn.microsoft.com/en-us/library/bb905295.aspx
Thanks!