About 20,800 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. 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 …

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

  4. Code Coverage for Un Managed C++ Static Libraries

    Sep 12, 2013 · How I do add /Profile Switch for UnManaged C++ Static Library Project, which I did not see in the above links. See “Turning on C++ Code Coverage” in this blog “ Capturing …

  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. [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 …

  7. [Windows Forms] How to print a textBox content

    May 29, 2013 · Both C++/CLI and C# use the same .NET libraries, so the process is pretty mechanical. But, really, if you want to use WinForms you are better off doing it in C#. The …

  8. c++ program to validate phone number whether they are active or ...

    Dec 8, 2015 · I never have written such a program in c++ , so need some help with it, but i did managed to write a DLL program in C# which includes the function Get_Status, and returns …

  9. C++; How to control timer from another form?

    Oct 20, 2014 · These concepts are fundamental to OOP programming in nay language, and I would advise you to study them in a simpler setting than WinForms in C++/CLI, for example a …

  10. 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 …