About 50 results
Open links in new tab
  1. 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

  2. Linking a native C++ dll to managed C++/CLI

    Sep 10, 2010 · The path I'm trying to take is as follows: Write Renderer in native C++ compile to dll, write C++/CLI wrapper for said dll then compile that to a dll which I should be able to call from C#. …

  3. WMI BCDObjects using c++ - social.msdn.microsoft.com

    Jul 13, 2015 · The basic idea is I get the BCDObject from a well known GUID. I then want to execute the method GetElement and pass in the numeric value for the decription field. Once I have the element I …

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

  5. KeyDown event not firing for Alt key combinations (C++/WinRT)

    Jan 21, 2019 · The OnKeyDown function gets called for all KeyDown events, except when the Alt key is pressed, whether alone or in a combination (such as Alt+F). I need to capture the Alt key …

  6. How to wrap C++ dll into .NET compatible

    Jul 30, 2010 · Use C++/CLI to build a managed wrapper over your native C++ classes. There's no one simple forumla for how to do this - the effort depends a great deal on the interfaces to your public …

  7. Visual C++ 2006 Express Link - social.msdn.microsoft.com

    Feb 25, 2010 · I have a very large program that was built on Visual C++ 2006/XP. The software builds but doesn't run using Visual C++ 2008/Win7. Where can I get the Express version for Visual Studio …

  8. Managed C++ in a DLL - social.msdn.microsoft.com

    Oct 26, 2007 · However, if your dll is a .NET dll, then you don't have to do anything special to export those classes. the only thing you need to do is to mark them public, and they will be exported …

  9. Cookies C++ - social.msdn.microsoft.com

    Jun 19, 2008 · I am trying to design a c++ class called CCookieJar that manages a web database of cookis. In production use, one cookie jar object will be used for a process. Multiple threads will use …

  10. C++ - Serializing class instances with MSMQ

    Feb 5, 2013 · C# provides an excellent mechanism for serialising instances of classes over MSMQ (I'm using an XMLFormatter). I can't seem to find any documentation about how to serialise/deserialise …