Welcome to Atalasoft Community Sign in | Join | Help

Browse by Tags

All Tags » code C++ managed unmanaged   (RSS)

Living Without Using

I’ve been working on an internal project using C++/CLI which, honestly, feels different from Managed C++, which in turn feels different from C++.  C++/CLI feels the softest of the set, if that makes any sense. At any rate, C++ doesn’t have the using()

How to Build a Managed/Unmanaged Library

If you are tasked with exposing an unmanaged library through managed code, there are several approached that you can take. The approach you take will depend upon what format your unmanaged code is in. If you are given an unmanaged dll, it is sensible