Problem I want to use an existing C++ library in a C# app. The C++ library will have async callbacks […]
Tag: c++-cli
scoped_ptr for C++/CLI (ensure managed object properly frees owned native object)
Problem Motivating SO question: Is there a C++/CLI smart pointer project (e.g. scoped_ptr)? I’m interested in any reviewer comments, and […]