Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

(C#/C++ CLI) Is it possible to protect my C++ CLI assemblies from being used in other .NET projects?

c# c++-cli

Will Microsoft continue supporting C++/CLI?

How do I cleanup .NET stuff when a C++/CLI DLL unloads?

.net dll c++-cli

Best workaround for compiler error C2158: make_public does not support native template types

How to handle System.AccessViolationException?

SQL Database VS. Multiple Flat Files (Thousands of small CSV's)

Using managed memory for Registered I/O RIOSend function call

c# sockets c++-cli

run vs2005 c++ project in later version of visual studio

c++ visual-studio c++-cli

In C#, how can I refer to a typedef from a C++/CLI class

c# c++-cli

Cannot sign C++/CLI assembly in Visual Studio 2015

Lambdas in C++/CLI

Mixed-mode C++/CLI crashing: heap corruption in atexit (static destructor registration)

Can I use mock objects to mock a serial port?

Does C++/CLI event have any listeners?

events c++-cli listeners

Can a managed C++ assembly return an object to C#?

c# c++-cli managed-c++

Passing a C# double array to a C++ function using CLI

c# c++ arrays pointers c++-cli

C# string passed to C++ CLI

c# c++-cli

How to cancel a Task executing a non managed C++ external routine

How do people handle warning C4793: 'some_function' : function compiled as native?

Why C++ CLI has no default argument on managed types?