Posts
Sort by recent activity
profiling .net c# code called via managed c++
We have a c++ application calling c# .net code via a unmanaged/managed "firewall" layer. I.o.w, the app is still build without /clr but uses a dedicated project with /clr where wrappers live, stati...