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:
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
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
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 - \"
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.
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
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
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
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
i have converted a C++ library to managed and get the following error on this code line: std::ifstream fin(filename, std::ifstream::in);