Following is my issue. -------------------------------------------
I have a unmanaged application ( C++ , .exe ) which has a class CMyClass with a public member fMyFunct(). You can assume this C++ application is built with /clr option. I need to instantiate CMyClass in a different managed ( C# ) application and call fMyFunct(). Many thanks if any of you can send me a sample which demonstrate above things ( Remember I can't manipulate C++ application apart from project settings. But you can do anything in C# application ) ---------------------------------------------------- Please note I am using Visual Studio 2005
