This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I have been having this problem for some time and it is frustrating. OK, so whenever I launch VS and start a new C++ project, I get the old same message, "project creation failed". I have absolutely no idea on how to fix this. I have searched around a bit, but nothing has really helped.
I run Windows 7 64 bit operating system.
Some info you guys may be wondering:
I have reinstalled this multiple times. No luck.
I Have tried on Visual C++ Express (downloaded properly from Mircorsoft). No luck.
I have tried pirated software. No luck.
This has been happening with the 2012 and 2010 products.
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I have a Windows Vista computer and a Millennium Edition one. I want to start programming in C++ on Windows ME. I tried to find an answer but I didn't find one. The question is... How can I install a (preferably from Microsoft) C++ compiler and libraries for my Windows ME? Sorry for the low info
You can download an ancient version of Visual Studio (maybe, just maybe, you can download Visual C++ Express 2005 from somewhere on the Internet) or you can download Codeblocks and GCC/MingW.
There is a old (now unsupported) tool/IDE from Microsoft called eVC, you can download and use it. I think you can try downloading it from here http://www.microsoft.com/en-in/download/details.aspx?id=16683
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
At the end of Run X.exe(the Play button) operation Eclipse asks Errors exists in project. Continue launch? but there is nothing red, no errors in project, it also compiles the project. Also if I say yes it launches the newly compiled executable with no errors.
At the end of Build Project (the wrench button) operation, it does not say errors found and also compiles successfully.
This suddenly started to happen as the project grew.
Using Windows and MinGW 4.7.2.
EDIT
Read comments
Now the error has changed. It says Errors exist in a required project. Continue to launch?
Yet it still compiles successfully, and there is still no errors in Problems display.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I am trying to build a C++ program under Linux (it was originally developed under Windows), during which I am asked to install cmake and libboost.
I installed both. But I am still getting an error message
/usr/bin/ld: cannot find -lboost_zlib
The question is where can I find libboost_zlib. Perhaps this program was supposed not to be runnable under Linux?
I already installed libboost-all-dev, and I found there is nothing like libboost_zlib in the library. Thanks for your time!
Finally, I figured out the problem. Thelibboost_zlibis no long existed in the new libboost distribution(at least after version 1.46). Instead, zlib is integrated in libboost_iostreams. So there is no need to link libboost_zlib, libboost_iostreams does all the work.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
I have been using a licensed copy of the Marrowsoft Xselerator XSL development tool for many years, and have been very happy with it.
However, after a couple of computer upgrades and a subsequent move to a new laptop, my copy of Xselerator finally tells me that the trail period has expired – even though it was the full version that was installed.
I don’t know how to fix this problem.
I did read (somewhere) that Xselerator had been put on SourceForge, but I cannot find it there.
Does anyone have a copy taken from SourceForge that can be shared ?
There are links to the following download locations from Dave Pawson's Tools for XSL page:
Xselerator V2.0.44 Setup (zip file,) (4.6Mb) - or - Xselerator V2.0.44
MSI Setup (MSI Install) (1.7Mb)(Especially for those who have XP)
(November 2001)
CAUTION: The links are to topxml.com, which has been known to host suspicious/malicious software(trojans, scripting exploits, etc.).
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
The problem is that when I try to debug is gives me the error message in this topic title.
I have checked the debug command and it is pointing to the correct location of the General Output Directory and the Linker Output File.
I've had this problem before and the above solution would fix it, but this time I'm stumped.
Any help is greatly appreciated, I just learned about the configuration settings and macros in VS a couple hours ago so it wouldn't be surprising if the error would be a simple one I didn't notice.
It may be that the file it cannot find isn't the executable itself, but a dependency of it, such as a DLL.
Make sure that:
You have really rebuilt the project
You have specified the correct executable
The "Current working directory" is someplace from which you can see the Dependant DLLs