Browse by Tags

Tagged Content List
  • Blog Post: WARNING: VS 2012 might break your broken P/Invoke

    I'm seeing many people reporting that they are seeing strange P/invoke issues when they moved their code to VS 2012. Typically, they have P/invokes like this: [DllImport( "Win32Project2.dll" , PreserveSig = true , CharSet = CharSet.Unicode)] static extern int MyPInvoke( out string ret); ...
Page 1 of 1 (1 items)