Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

how to convert from LPWSTR to 'const char*'

c++ c++-cli

error MSB3171: Problem generating manifest

current logical threads increasing / thread stack is leaking

When is it possible to call Finalize in Dispose?

Pass int by reference from C++/CLI to C#

c# c++-cli

C++/CLI: SIGFPE, _control87, _fpreset, porting ancient unmanaged Watcom C app to .NET

Why is Visual Studio 2010 pretty-printing in C++ mode while stepping through C# code?

Wrapping native C++ struct in C++/CLI

c# c++-cli clr wrapper

How do I share C++ source code files between projects in Visual Studio?

"module could not be found" error with C++/CLI component in ASP.NET

How to fix CA2123 (Override link demands should be identical to base) in a managed C++ / CLI project

Cannot pass a GCHandle across AppDomains: solution without delegates?

c# .net com c++-cli com-interop

Destructors not called when native (C++) exception propagates to CLR component

C++/CLI optional arguments

Linker error when using unique_ptr in C++/CLI

Where did HashSet<T> go in VS2012?

D8045: cannot compile C file 'serialcommands.c' with the /clr option

.net c++-cli clr

Calling C++/CLI Method with System::DateTime parameter requires 'ValueType' as a parameter?

c# datetime c++-cli types

How is marshalling performed when C++ code is called from C++/CLI?

The need for C++/CLI finalize destructor

c++-cli