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

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

  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 …

  5. MSMQ in C++, C# - social.msdn.microsoft.com

    Jan 7, 2008 · I find that C++ app is using variant data structues and _bstr_t class and BSTR objects to process the message. what is the C# equivalent for _bstr_t and BSTR? what …

  6. Does VS2015 supports MISRA-C/C++ checking?

    Jul 28, 2023 · My algorithm is for ADAS, and is developped in VS2015 using C/C++ , does VS2015 supports MISRA-C/C++ rules?

  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 …

  8. delete C++/CLI Pointer - social.msdn.microsoft.com

    Jun 4, 2014 · Yes, in native C++ delete is required if you created the object with new. Unlike in C/C++ the native delete also frees the memory used by the object so not using delete would …

  9. Can C++ code call C++/CLI code? - social.msdn.microsoft.com

    Mar 21, 2008 · Managed C++ is new to me, so I'm sorry if this is a stupid question. However, I am trying to call Managed C++ (CLI) from my existing native C++ projects without changing my …

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