About 50 results
Open links in new tab
  1. How do you detect Microsoft Visual C++ 2005 SP1 Redistributable …

    You can detect if the .NET framework is installed, but how do you detect Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) is installed? Should I just look for the files in the windows directory?

  2. Visual c++ redistributable - social.msdn.microsoft.com

    Dec 20, 2019 · For "Visual C++ Redistributable Packages" Apparently, they already are installed. Find out what is installed on your App Service Plan by accessing KUDU/SCM. Run the REG QUERY …

  3. Visual C++ 2010 intellisense - social.msdn.microsoft.com

    Apr 21, 2010 · The next logical step for us was to start converting the borland code to Visual C++, using CLI support when ever we needed it. Now, we are stuck with Visual Studio 2008 because 2010 C++ …

  4. VS C++ 2010 Express Error occured during setup

    Hi, I just got a new laptop and had Visual Studio Express 2010 on my old laptop. I transferred everything over from my older laptop to my newer one. I wanted to start to learn C++ before I go to college in a …

  5. Ref equivalent in C++ - social.msdn.microsoft.com

    Jan 6, 2015 · My project is in C++ and I don't know what is the equivalent syntax for "ref".

  6. Call Visual Basic DLL from c++ - social.msdn.microsoft.com

    Mar 1, 2007 · I created a DLL with Visual Basic 2005. I need to call this DLL from C++. Is this possible? Can someone give me an example or tell me how? Thank you. Thursday, March 1, 2007 1:35 PM

  7. Static Libs (native) and C++/CLI - social.msdn.microsoft.com

    Jun 19, 2008 · The C++ native client statically links against the native shared library. The C++/CLI assembly statically links against the native shared library. We are able to get our build environment …

  8. Visual C++ 2005 SP2 Redistributable - social.msdn.microsoft.com

    There has been a new service pack released for Visual Studio 2005 in October. But I couldn't find a matching redistributable package released for it. Where can I find it? When I run my app (built in VS …

  9. Native C++ Win32/API TextOut function - social.msdn.microsoft.com

    Jul 14, 2007 · If you just wish to set the text within an editbox there's no need to call TextOut. If you're using the MFC, just call the appropriate CEdit member function. If you're using the plain win32 api, …

  10. /clr:pure doesnt support C++ Interop - social.msdn.microsoft.com

    Jun 19, 2008 · Using Visual C++ to mix managed and unmanaged code in this fashion is called C++ Interop. For more information, see Mixed (Native and Managed) Assemblies and Native and .NET …