I\'ve wrote a C++ library that is exposed to my VB.NET application through a C++/CLI wrapper. I\'m worried about objects that I\'m shuttling up to the VB.NET application through the wrapper. To use
I\'ve seen several explanations on what \"managed\" code means, and some target the idea of managed code being compiled to an intermediate language and JITed and others talk about GC and memory manage
I\'ve run into this problem before, but never in a situation like this. I\'m completely confused. As the question states, I\'m getting the runtime error \"Object reference not set to an instance of an
I need to delete the selected row of the database shown in updatePick, but can\'t seem to get the managedObject that\'s supposed to be in the [context deleteObject:managedObject]; line correct. Here\'
I\'ve got a managed program, which cooperates with unmanaged DLL library. Library constructs an object, which asks (by callback function converted to delegate) managed host to fill unmanaged array. T
I am running into a weird issue with my managed C++ assembly. Even though I have the C# project and the managed C++ (DLL) project set to target .NET 3.5, when I com开发者_如何学JAVApile the managed as
How can I send a managed object to native function to use it?开发者_JAVA百科 void managed_function()
As Value type variable allocates memory in Stack whereas Reference type allocates it in Heap. So how the memory allocated when a value type variable (e.g. int i = 4;) is declared in the reference type
How to dynamically load a managed (.Net) DLL in unmanaged code? I\'m creating a plugin system in C++ that gets injected i开发者_Python百科nto an application and I would like to be able to write C# pl
I have a managed c++ dll with few managed classes that in turn call native c++ code in a library that I have statically linked to the dll. However, if I try to run RegAsm.exe on the dll, the tool corr