Continuing on the theme of mixing managed and native code from my last programming post, here’s another issue I ran into at about the same time…
Normally, you’re writing managed code as an interop layer to hide the native code away from the managed world, so it’s only used with private visibility. Sometimes, however, you […]
Recent Comments