Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

DLLs loaded from wrong AppplicationBase when trying to load mixed C# and C++/CLI dlls in a new AppDomain

c++/cli DLL fails under Win 8.1

C++/CLI, static constructor outside class declaration

static constructor c++-cli

Access violation on static initialization

c++ visual-c++ c++-cli

C++/CLI: Public ref struct generates C2011: 'class' type redefinition

windows visual-c++ dll c++-cli

C++ CLI Correct way to use #pragma managed / unmanaged

c++-cli

Is there an overview of all SQL Server 2012 error codes?

AnyCPU/x86/x64 for C# application and it's C++/CLI dependency

c# windows 64-bit c++-cli

Any CPU dependent on C++/CLI dependent on native C dll (any cpu for c++/cli)

c# c c++-cli 64-bit x86

How to write my C++ function so I can call it from C#?

c# c++ windows-mobile c++-cli

Copy unmanaged data into managed array

c++-cli

How to test gcroot reference for NULL or nullptr?

Visual C++ 2010: Changes to MSVC runtime deployment (no more SxS with manifest)

Why is /clr incompatible with /mt and /mtd in Visual Studio?

"LNK2022: metadata operation failed" driving me insane

c++/cli pass (managed) delegate to unmanaged code

Is there an equivalent to the C# "var" keyword in C++/CLI?

c# .net c++-cli type-inference

C++/CLI : Casting from unmanaged enum to managed enum

ref and out in C++/CLI

How to implement a unmanaged thread-safe collection when I get this error: <mutex> is not supported when compiling with /clr