I strongly encourage you to take the time to read through the thread titled "Please Read Before Posting a Question", and bump around in this forum, even if you do not currently have a problem. You can learn a lot that will help you later.
It is a bad idea to compile your project directly in your Dev directory (or a sub-directory thereof). Clifford discovered a while back, and has posted many times to the effect that this causes erratic errors.
I keep my stuff in
c:\mycstuff
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are thousands of reasons a compilation might fail, the CPU you have is not one of them!
See the "PLEASE READ BEFORE POSTING A QUESTION" thread to see how to ask a question we could answer. It is likely that that thread already has your answer.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you cpns
I am newby and try just compile Introduction "Hello World"
include <iostream>
using namespace std;
int main (int argc, char *argv[])
{
cout << "Hello World!" << endl;
cout << "Press ENTER to continue..." << endl;
cin.get();
return 0;
}
and was an error no resources and I read help - ther writen
System Requirements
These are the minimum requirements of Dev-C++:
- Microsoft Windows 95, 98, NT 4, 2000, XP
- 8 MB RAM with a big swapfile
- 100 Mhz Intel compatible CPU
- 30 MB free disk space
And I think Intel compatible CPU is necessary
Sory for my bad English
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suggested that you read the "PLEASE READ BEFORE POSTING A QUESTION". It tells you how to post a question, but you still omitted to post the "Compile Log".
If the error message reffered to "no resources" the chances are that you have set it up to build a GUI app. The "Compile Log" would tell us all this, so I am not going to keep guessing.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for help
Now stil working - I uninstall and again install aplicacion - this time choose english (original) - last time was in bulgarian and propably was problem with bulgarian names in proekt.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I sincerely doubt that that was the problem. You really should have posted the log as asked and we might have enabled you to continue in your native language.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I try but can't compile
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\Proekti\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\Proekti\Makefile.win" all
g++.exe -c Untitled1.cpp -o Untitled1.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include"
windres.exe -i Project3_private.rc --input-format=rc -o Project3_private.res -O coff
windres.exe: no resources
make.exe: *** [Project3_private.res] Error 1
Execution terminated
You right this happen when i try to compile "Hello World" before cheking for syntaks errors
I strongly encourage you to take the time to read through the thread titled "Please Read Before Posting a Question", and bump around in this forum, even if you do not currently have a problem. You can learn a lot that will help you later.
It is a bad idea to compile your project directly in your Dev directory (or a sub-directory thereof). Clifford discovered a while back, and has posted many times to the effect that this causes erratic errors.
I keep my stuff in
c:\mycstuff
Wayne
Yes you can.
There are thousands of reasons a compilation might fail, the CPU you have is not one of them!
See the "PLEASE READ BEFORE POSTING A QUESTION" thread to see how to ask a question we could answer. It is likely that that thread already has your answer.
Thank you cpns
I am newby and try just compile Introduction "Hello World"
include <iostream>
using namespace std;
int main (int argc, char *argv[])
{
cout << "Hello World!" << endl;
cout << "Press ENTER to continue..." << endl;
cin.get();
return 0;
}
and was an error no resources and I read help - ther writen
System Requirements
These are the minimum requirements of Dev-C++:
- Microsoft Windows 95, 98, NT 4, 2000, XP
- 8 MB RAM with a big swapfile
- 100 Mhz Intel compatible CPU
- 30 MB free disk space
And I think Intel compatible CPU is necessary
Sory for my bad English
>> And I think Intel compatible CPU is necessary
Yes, but an AMD Athlon is "Intel Compatible".
I suggested that you read the "PLEASE READ BEFORE POSTING A QUESTION". It tells you how to post a question, but you still omitted to post the "Compile Log".
If the error message reffered to "no resources" the chances are that you have set it up to build a GUI app. The "Compile Log" would tell us all this, so I am not going to keep guessing.
Clifford
Thanks for help
Now stil working - I uninstall and again install aplicacion - this time choose english (original) - last time was in bulgarian and propably was problem with bulgarian names in proekt.
I sincerely doubt that that was the problem. You really should have posted the log as asked and we might have enabled you to continue in your native language.