About 20,600 results
Open links in new tab
  1. HRESULT = 0x80070643 error while trying to install Microsoft …

    I am getting an error during the installation of (vcredist_x64.exe) the Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)2. Below is the dump of the install log.

  2. [Dev C++] - how call the compiler by DOS?

    May 31, 2013 · 1 - what are the compiler files (for i put in my program)... like Dev C++: they use MinGW32 for compile the C\C++ code). what are the files? 2 - how call the compiler by …

  3. How to debug (STEP INTO and STEP OUT) openssl-1.0.1g source …

    Apr 25, 2014 · According to your description, you have already compiled the openssl source code well and produce the libs successfully. You just don't know how to use it with visual studio. …

  4. Localization Support using resx files in c++ win32 project?

    Jan 13, 2017 · I could easily find the info on Localization support using resx files for a c# project, but it is hard to find some info on converting my c++ win32 project using the localization …

  5. compiling and running programs in C++ using Visual Studio 2019 …

    Jan 20, 2020 · I am able to run programs in Python using Visual Studio Code and C# programs on Visual Studio 2019. However, I am unable to run simple C++ programs using Visual Studio …

  6. Reading .ply file via visual studio 2010 using C++

    Feb 15, 2012 · Can you please guide me to a way that can be used to read .ply file format in visual studio using C++ as the language. I need help.

  7. Allocate memory in a C++ dll, use in C# app

    Dec 6, 2009 · One option is to use LocalAlloc in your C++ code instead of new; this could be freed in C# using System::Runtime::InteropServices::FreeHGlobal. Another is to use …

  8. c++ program to validate phone number whether they are active or ...

    Dec 8, 2015 · I never have written such a program in c++ , so need some help with it, but i did managed to write a DLL program in C# which includes the function Get_Status, and returns …

  9. [UWP]Set Authorization Header on a C++ HttpRequest

    May 20, 2016 · I've noticed that when using a POST request, I need to write Content-Length and Content-Type to the HttpBufferContent Headers for the HttpRequestMessage and the rest of …

  10. [UWP] [C++]project compile speed extremely slow on compile ...

    Jul 7, 2016 · I am working on uwp c++/cx project, along with this project grow up, I write many Controls and UI widget, the compile speed is become slower and slower, now I only modify …