| Sign In/My Account | View Cart |
| Article: |
Intro to Managed C++, Part 2: Mixing Managed and Unmanaged Code | |
| Subject: | Object browsing | |
| Date: | 2003-12-05 07:41:39 | |
| From: | anonymous2 | |
|
Dear Sam, This is a great article. I have a question for you regarding object browsing issue. I wrapped one of my MFC projects by Managed C++ and it works well. When I attempt to watch the assembly generated by MC++ in .NET environment, I see some other stuff added to the assembly by .NET and they're visible through objetc browser. Is it possible to make an MC++ assembly as clean as C# assemblies? I meant how we can prevent the assembly to expose the unnecessary info in the object browser?
|
||