managed
Managed WMI Event class is not an event class?
I am using directions from here: http://msdn.microsoft.com/en-us/library/ms257351(VS.80).aspx to create a managed event class. Here\'s the code that I wrote:[详细]
2023-02-02 03:01 分类:问答Passing char pointer from C# to c++ function
I am stuck in c# implementation side, as I am pretty new to it. The thing is, I want to pass a \'pointer\'(having memory) from c# code so that My c++ application can copy pchListSoftwares buffer to pc[详细]
2023-01-29 16:10 分类:问答Is there a need to free memory in unmanaged code when it is loaded by managed code
There are 2 binaries. One is native/unmanaged C++ dll and other is managed c# exe. Now what I am doing is writing a function in c++ dll and allocated memory inside it using malloc. I exported this fun[详细]
2023-01-29 15:58 分类:问答Error in Output Window - Managed' has exited with code -2147023895 (0x800703e9)
I am unable to run a windows application in Visual Studio 2008. Program has been working fine until I started getting an error in the Output Window - \"[详细]
2023-01-29 08:59 分类:问答Passing unmanaged array to a Managed Thread. - memory corruption
I\'m a newbie for .Net and trying to use managed threading. I couldn\'t find any problem in my code, but it triggers an exception when the Thread Ends.[详细]
2023-01-27 09:43 分类:问答How to release partial DLL in .NET
I am used to deliver DLLs that built on top of several static libraries(.lib) in the unmanaged environment. Now I need to do similar thing but most lower level libraries are already managed DLLs. For[详细]
2023-01-23 15:45 分类:问答Getting page number from a Word document
I want开发者_如何学C to create an index page for which I need the page number from the Word document. I am working with C++ managed code and Word interop.See here for info on this.This is for C#, but[详细]
2023-01-22 15:58 分类:问答Managed C++ Wrapper for Unmanaged Static Library with static variables hangs
The explanation of the problem is a little long-winded, please bear with me. I have an unmanaged C++ static library that is used for financial application. It has business day conventions, swap conve[详细]
2023-01-22 06:31 分类:问答What is the most efficient way to update the value of all or some managed objects in Core Data in Objective-C
I\'ve googled and researched but am not able to find the best way to iterate through all or some managed objects in my Data Model and update an attribute value in each of them, in my situation, update[详细]
2023-01-21 14:13 分类:问答Custom attributes are not consistent?
i have converted a C++ library to managed and get the following error on this code line: std::ifstream fin(filename, std::ifstream::in);[详细]
2023-01-21 01:45 分类:问答