I have different interfaces defined in a seperate class library (assembly) and they need to be implemented by classes defined in that process.
This is h开发者_如何学Goow I do it currently: ref class Base abstract {}; ref class ConcreteClass1 : public Base {};
We have an ASP.NET web application, which is a C# DLL, that references a C++/CLI DLL, that links against some native static libs.
(source: roughnotebook at sites.google.com) I need to switch from the XY co-ordinate system shown above to the X\'Y\' co-ordinate system using System::Drawing::Drawing2D (i.e. GDI+). This is what I h
In the course of finding a way to interoperate between C# and C++ I found this article that explains about P/Invoke.
I am learning C++/CLI and stuck with a problem. I have a header file that looks like typedef struct _DATA_INFO {
I\'ve recently switched to using Visual Studio 2010. I\'ve got a problem where the DataTips (debugger tooltips) for STL types aren\'t loading correctly.
I\'ve found C++/CLI to be a very po开发者_运维百科werful language for wrapping C/C++ libraries with .NET.
String^ Source = System::IO::Directory::GetCurrentDirectory()+ \"\\\\DeleteFolder.exe\\\"\" ; String^ Destination = \"C:\\\\Windows\\\\DeleteFolder.exe\";
I\'m trying to save / restore the window size, state and position of a System::Windows::Forms::Form and want to make sure that if the window was previously on another monitor and the app is started up