Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++-cli

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#

string in C# and String^ in C++/CLI... How to pass "null"?

snap to closest hexagon centre in hex based grid

What is the C++/CLI equivalent for the 'const ' keyword in C#?

c++-cli

Can a .NET Core 5.0 assembly use a .NET Framework 4.8-targeted assembly?