Quote:
Originally Posted by Thee_oddball
those are caused by calls to non native library's (C++) which cause interop which causes ...stutters, the only way i know to fix that is to rewrite all the C++ libs to in .NET.
|
C++ is native, not non native. What makes you think there are perf problem between the layers anyway? If so the answer would be to optimise that, not convert.