About 16,100 results
Open links in new tab
  1. Storing a pointer to an object - social.msdn.microsoft.com

    Dec 22, 2011 · 1 To mean what C++ would call a pointer - e.g if you have SomeClass myObj; then myObj is a reference variable in .Net-speak, or a pointer to an object of type SomeClass …

  2. Problem Reparing or Uninstalling Microsoft Visual C++ 2012 ...

    Dec 1, 2014 · Question 0 Sign in to vote I have some problem reparing or uninstralling Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610 He tell me: Setup failed

  3. Error C2678: binary '==' .... std::basic_string

    Jun 20, 2013 · David Wilkinson | Visual C++ MVP Proposed as answer byElegentin XieMonday, June 17, 2013 11:22 AM Marked as answer byElegentin XieThursday, June 20, 2013 9:12 AM …

  4. Allocate memory in a C++ dll, use in C# app

    Dec 6, 2009 · One option is to use LocalAlloc in your C++ code instead of new; this could be freed in C# using System::Runtime::InteropServices::FreeHGlobal. Another is to use …

  5. My app crashes in prod with …

    Aug 28, 2018 · I also have other crashes in windows.ui.xaml.maps.dll so I am a bit lost how these kind of issues are addressed the best. I have studied any available information presented in …

  6. Any replacement for XNA? - social.msdn.microsoft.com

    The only explanation is that the system hackers at Microsoft love C++ and DirectX! Hey, when I worked at Hewlett Packard, I programmed firmware mainly in assembly language, and I was …

  7. FTP to SFTP - social.msdn.microsoft.com

    Jun 5, 2014 · MFC is not part of the C++ language, so a better place for MFC question is the VC General forum, which covers VC libraries. The C++ language forum does not cover everything …

  8. [UWP] [C++] [Bluetooth]Microsoft C++ exception: Platform ...

    Jul 5, 2018 · I'm developing a C++ Regular dll Dynamically linked to MFC (Microsoft Foundation Class libraries) that consumes WRT extension. The dll is intended to provide methods that …

  9. where is #include <mutex>? - social.msdn.microsoft.com

    Sep 12, 2011 · As part of the added support in Visual Studio 11 Developer Preview for the C++11 specification, the Standard Template Library (STL) support in Visual Studio is extended to …

  10. C++/CLI Wrapper for Unmanaged DLL - social.msdn.microsoft.com

    Mar 13, 2013 · I have an unmanaged C++ DLL with a number of static functions that I need to call from C#. What do I need to do in a C++/CLI wrapper to be able to call the static functions from …