Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

C++/CLI: inherit from one CLR class, multiple C++ classes

gcroot Collection - element access

Compiler error C2440

When to use the __gc keyword on managed C++ classes?

Best practice for translating exceptions in C++/CLI wrapper class

C3374: can't take address of 'function' unless creating delegate instance

.net c++-cli clr

Call C++ functions from C#/.NET

c# .net c++-cli unmanaged

How do I fix fatal error C1113: #using failed on 'Mylib.lib'

c++-cli dll .lib

C++/CLI/C# BadImageFormat Exception when loading form

c# c++-cli wrapper

How can I call a mixed-mode C++/CLI assembly from C#?

c# c++-cli

How to push data from unmanaged to managed code?

c++-cli unmanaged managed

shared_ptr not defined when including from managed code

C++/CLI or C# P/Invoke for a big C library, calling an extern function

c dll c++-cli pinvoke

error LNK2020: unresolved token (06000002) in Visual C++

Is there a way to instantiate all the c++ template sizes at compile time?

c++ templates c++-cli

What is "verifiable managed assembly"

Callbacks from C++ back to C#

c# c++ c++-cli

C++/CLI What class encloses global functions?

c++-cli clr global

C++/CLI: Use LoadLibrary + GetProcAddress with an exe

winapi c++-cli exe loadlibrary

C++/CLI overloaded operator is not accessed via C#