Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in managed

I get LNK2028 when trying to wrap native c++ class using managed c++

managed managed-c++

MSBuild Managed vs Unmanaged property

msbuild unmanaged managed

HOWTO: Call Managed C# Interface From Unmanaged C++ On WindowsCE Compact Framework

Is it possible to call unmanaged code using C# reflection from managed code?

"C# base class virtual function" - "override in Managed C++ ref class"

In Managed C++, what is the proper way to define a static singleton instance in a class?

managed code vs unmanaged code

Using unmanaged code from managed code

c# dll mfc unmanaged managed

Any ideas how to integrate F# code with native C++?

c++ .net f# managed

Managed version of Spy++ Tool?

.net managed spy++

Jetty for NET world

c# .net f# managed

How can I declare constant strings for use in both an unmanaged C++ dll and in a C# application?

c# c++ string unmanaged managed

Why do we need/use managed code (over native)?

java c# jvm managed .net-native

CoCreateInstance returns "Class not registered"

c# c++ dll managed

What is the best way to support multiple architectures in a mixed managed/unmanaged environment?

Calling SSE code in managed code (alignment)

c# c++ alignment managed sse

Best way to call Managed .NET code from Unmanaged code

c# c++ unmanaged managed

In managed code, what should I look after to keep good performance?