We have a C++/CLI class, let us call it class A, from which we would like to register a non-static callback (\"MyNonStaticCallback\") into an unmanaged C++ class (class B).
Just a small question about c++/cli. Abstract classes have abstract methods to be implemented by derived classes,
I have a few native C++ libraries and such that I need to expose to managed (C#, in this case) code. I need to get as much speed out of it as possible.
I need to marshal an array of String^ to call a unmanaged function that expects an array of BSTRs. On MSDN I found the article
Has a new symbol joined the C++ language specification while I was sleeping under a rock? I just encountered the following question:
I want to build an application being able to use .Net classes. If I go for C# I know that some tools like Refactor is able to reverse engineer the code (until I don\'t pay very expensive tools capable
I have 开发者_如何学Ca C++/CLI assembly that wraps a native 32-bit dll. The assembly is used both from .Net and COM (office).
This question already has answers here: how to convert System::String to const char*? (2 answers) 开发者_StackOverflow中文版
is it poss开发者_开发问答ible to consume web service (written in c#, ... I don\'t have control over it, just URL to it\'s .asmx) from C++/CLI? There is no \'add web reference\' in C++/CLI project :(Ye
I\'ve been trying to debug why closing windows forms designer is crashing visual studio and have discovered by adding开发者_如何学Go a series of message boxes that if my controls are nested inside a S