Who can explain me the following issue:
I have two DLLs. For the first (product) DLL I created a template ref class Foo (see code below). Foo has a member of ref class Bar which is located in th...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_23419856.html
Here's a quick background on what I'm trying to acomplish:
I'm trying to drag drop virtual files by deriving System::Windows::Forms::ListView in my own class and using unmanaged code to delay re...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/Visual_CPP/Q_23580768.ht...
I have a managed C++/CLI class library which I call from a C# Application. Can someone tell me what is the best method to pass a dynamic 2D array(matrix) from C# to the C++ class library?
Apolgi...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23350023.html
Hi there,
I am trying to integrate a native C++ DLL (used to drive a video camera) into a C++/CLI project.
So I wrote a wrapper class for this DLL in order to have managed-compatible types fo...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23111103.html
I am working with code using an old Rogue Wave C++ library. I am trying to write C++/CLI code to convert a RWTime for use by some C# code (.NET DateTime). An RWTime can provide me the number of s...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23500961.html
Zones:
.NETDate Answered: 06/20/2008 Grade: A Views: 0
I have followed the examples for creating a MFC extension DLL that is compiled with the /clr flag and it work perfectly under debug.
When I change the settings to release it fails to load when ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_23189249.htm...