About 50 results
Open links in new tab
  1. Visual C++ 2006 Express Link - social.msdn.microsoft.com

    Feb 22, 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 …

  2. Microsoft Visual C++ 2015 Redistributable (x86) - 14.0.23026 Setup ...

    The target computer also has the Visual C++ 64-bit Cross Tools Command Prompt installed if that makes a difference.

  3. How to call managed c++ API from unmanaged c++ code

    Feb 28, 2015 · The C++/CLI wrapper Class is another way we can use to call managed code from unmanaged code. For example, we create a mixed CPP DLL (with /CLR) and import the managed …

  4. Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.61030 Setup failed

    Jul 15, 2019 · Unfortunately, it failed to configure the MS Visual C++ 2012 redist (x64). Tried to install Microsoft Visual C++ 2012 Redistributable (x64), but failed all the times.

  5. Installing Microsoft Visual C++ 2017 Redistributable removes Microsoft ...

    Apr 11, 2019 · I removed Microsoft Visual C++ 2017 Redistributable and installed Microsoft Visual C++ 2015 Redistributable and I can see it in my program and features. I then re-install Microsoft Visual …

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

  7. Failed ASSERT when calling CDialog::OnOK () from another thread

    Dec 19, 2017 · I am implementing a MFC dialog that runs a task in background and shows its progression. When the task is completed, the thread (created with a standard std::thread) closes the …

  8. Visual C++ command prompt - social.msdn.microsoft.com

    Dec 11, 2008 · Where should I post to find out how to download/access the command prompt for Visual C++ so I can download and run the Dia diagramming program? I don't understand your question, …

  9. could not add C++ file while "Adding New Item"

    May 1, 2007 · I am using it to do C++ projects. Whenever I open a new project and try to "Add new item" on it, I cannot find .cpp or .h as one of the options of the files that I can create. Can you please let me …

  10. Integer data types sizes for 64bit C++ compiler

    Jun 19, 2008 · The question is - what would be the sizes in 64-bit Microsoft C/C++ compiler and 64-bit Microsoft C# compiler? For 64-bit C/C++ compiler, would 'int' be 32 or 64 ?