Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I downloaded Visual C++ express edition 2008 but the problem is the file doesn't has any extension. I don't know how to run it inorder to install it. Is there a way I can execute this program for installing it on my computer..
I would be very thankful to you..
Visual Studio 2008 Express edition is available in multiple download forms from this address # Microsoft. The default Visual C++ download is a over-the-web installer (vcsetup.exe). the full download as an ISO mountable or burnable to a disc is also available.
And the ISO is about 784.9 MB if you go that route, just to help you assess if you obtained a bogus download and need to refetch.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I am having windows64x operating system, by installing both mingw and cygwin in same computer, will it make any conflicts between these compilers??
You can do it. I have them both installed on my windows machine. Cygwin #
C:\cygwin64
and MinGW #
c:\MinGW\
I use Cygwin to execute bash scripts from within the command console and mingw/msyst as a build toolchain for several projects.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I generated an executable with C++ that copies files from a folder to another one,
Is there a way to include the folder that I copy inside my program instead of having it on the disk ?
I'm not using Visual C++, only DevCPP on windows and I'm targetting only windows machines.
Thanks
This is a basic option of most setup frameworks.
Free Option: NSIS
Use the example under Simply install a file to see how you can embed files into the installer, specify where to unpack them, etc.
Paid Option: InstallShield
See the Basic MSI Project Tutorial for more info
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have downloaded zip file of Turbo C++ 3.2 for my windows 10 64-bit. I can not run it in cmd because it gives mentioned error. But it perfectly runs in turbo c++. I have set environment variables. what should i do?
64Bit Windows no longer supports old 16Bit DOS applications. You need to use doxbox to get the tool running or use this updated TurboC++ version, which includes DOSBox and does magic for you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have Win7 (x64), installed Microsoft .NET Framework 4.5.2 and Visual C++ Redistributable for Visual Studio 2013 but my MySQL Workbench can not get running. When I try to open it, it doesn't display any error message or anything else. It just doesnt want to start.
I also searched for help and some people recommend to delete folder in C://Users/*****/AppData/Roaming/MySQL/Workbench and I did, but nothing's changed.
Please help, thank you!
I tried to install x32 version and now everything works fine, which is really odd because my Win7 is x64, but problem solved.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I`m C++ developer for windows phone. Is it possible to use the latest c++ compiler (msvc 14.0, shipped with Visual Studio 15) to compile windows runtime components for windows phone 8.1 winRT? I really need the c++11/14 features included. Is it going to be something like v140_wp81 platform toolset? If not could you provide me with some explanation or some links to information related to this issue.
Visual C++ 2015 cannot be used to build apps or components for Windows Phone 8.1.