Hello.
I'm working on a C++.NET project in which I am receiving events from a
COM object, using COM Interop. This is a time-critical application,
and Interop issues are slowing performance down to unacceptable
levels, and so I am looking for ways to optimize for speed.
This event is passing...
more >>