About 17,500 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 in C++ …

  2. 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 CoTaskMemAlloc instead …

  3. 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

  4. Visual Studio 2015 intelisense is too slow

    Dec 22, 2015 · Is the C++ project very big? Do you use any tools such as Resharper or Node tools for visual studio? Is the slowness only happened with C++ project? If you create a simple hello world …

  5. Why Slow Assembly Language Procedure Performance?

    Sep 13, 2012 · I have a trivial 64-bit do-nothing assembly language procedure that runs 10x slower than an equivalent procedure in C++. Can anyone point out why? I am building a high-performance 128 …

  6. 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 provide …

  7. Msbuild for C++ projects does not honor TreatWarningsAsErrors option

    Oct 3, 2011 · In the c++ or clr/c++, the TreatWarningsAsErrors is not a property. So the msbuild does not honor TreatWarningsAsErrors option. If we want to set it to true , we can add …

  8. 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 C#? If all …

  9. Interop C++ --> COM --> C#

    Apr 24, 2011 · I have a C++ DLL that is calling functions from a C# DLL using COM. The C++ dll is more or less of a wrapper.

  10. WIA 2.0 C++ Item properties - social.msdn.microsoft.com

    Jun 4, 2014 · Here is a general C++ forum for C++ with MFC or ATL. You can raise a new thread from the driver development forum or if you agree I can help you move this thread to that forum. By the …