Hi,
Anybody knows how to expose an interface from unmanaged MFC C++ to managed c++ within the same application ?
I have a managed c++ class and an unmanaged MFC c++ class, and am trying to create an object of managed class with keeping the application's compile option as unmanaged.