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

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

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

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

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

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

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

    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

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

  9. C++ redistributable 2012 end of support - social.msdn.microsoft.com

    May 7, 2019 · We give to our client the Microsoft C++ Redistributable 2012,

  10. mfc c++ custom control and events - social.msdn.microsoft.com

    Jun 19, 2008 · Hy. I create a mfc custom control inherithed by CEdit. The problem is that this custom control espose no events . How create an event that appeare in designe time in c++ mfc? THe event …