View Single Post
  #11  
Old 06-04-2012, 11:01 AM
Osprey's Avatar
Osprey Osprey is offline
Approved Member
 
Join Date: Jan 2010
Location: Gloucestershire, England
Posts: 1,264
Default

Quote:
Originally Posted by Thee_oddball View Post
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.
Reply With Quote