managed
Destruct Unmanaged object From .NET code
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[详细]
2023-04-09 01:17 分类:问答Does managed code mean JIT or GC?
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[详细]
2023-04-08 08:32 分类:问答Managed C++, Object reference not set to an instance of an object
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[详细]
2023-04-08 05:12 分类:问答deleteObject deletes but leaves empty rows in the sqlite3 database?
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\'[详细]
2023-04-07 00:33 分类:问答Filling unmanaged array in managed code
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[详细]
2023-04-06 08:23 分类:问答Compile Managed C++ Assembly Against Specific .NET Version (VS2008)
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[详细]
2023-04-05 16:12 分类:问答How can I send a managed object to native function to use it?
How can I send a managed object to native function to use it?开发者_JAVA百科 void managed_function()[详细]
2023-04-04 03:22 分类:问答Memory allocation for variable declared in class
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[详细]
2023-04-03 05:13 分类:问答How to dynamically load a managed (.Net) DLL in unmanaged code?
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[详细]
2023-03-31 13:59 分类:问答Loader lock error with managed c++ dll, statically linked to a native c++ lib
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[详细]
2023-03-28 22:44 分类:问答