Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Avoid Registration Free COM manifest problems with Activation Context API

Having difficulties while loading the Side-by-Side assembly manifests for Registration-Free COM? Perhaps Activation context API could come to your rescue (Ref: http://msdn2.microsoft.com/en-us/library/aa374166.aspx ). The activation context structure

How to Modify Managed Strings in Native Code?

Want to modify a managed string passed to a native function? I collected two ways of doing it. Either you can use System::Text::StringBuilder mechanism or you can use the array method mentioned at http://msdn2.microsoft.com/en-us/library/s04yfy1s(VS.80).aspx
 
Page view tracker