Advertisement

1 - 6 of 6 containing alltags:("C  /CLI") (0.001 seconds)
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...
Zones: MS Visual C++, .NETDate Answered: 06/11/2008 Grade: C Views: 18
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...
Zones: Microsoft Visual C++, C#, ...Date Answered: 08/18/2008 Grade: A Views: 19
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...
Zones: .NET, C#, MS Visual C++Date Answered: 05/09/2008 Grade: B Views: 0
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...
Zones: C++, MS Visual C++, Visual StudioDate Answered: 01/28/2008 Grade: A Views: 44
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...
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 ...
Zones: Windows MFC, Windows Programming, Visual St...Date Answered: 03/18/2008 Grade: A Views: 12
  • 1