![]() |
| | #1 |
| Registered User Join Date: Dec 2006
Posts: 3
| Same problem Split from Simple Winsock Code using DevCPP <<mod>> I did all the things above, but i have the same error: Compiler: Default compiler Building Makefile: "C:\Documents and Settings\mihai\Desktop\joc\Makefile.win" Executing make... make.exe -f "C:\Documents and Settings\mihai\Desktop\joc\Makefile.win" all make.exe: Nothing to be done for `all'. Execution terminated Compilation successful . What can i do . or what should be exactly on those 3 columns . please help. Last edited by Salem; 12-16-2006 at 07:04 AM. Reason: Add url of original thread |
| fr33ze is offline | |
| | #2 |
| Registered User Join Date: Dec 2006
Posts: 3
| Or ... how does this thing work I am new in programming with dev-c++ , and i just don't understand how can i solve my problems. I handle well this program with normal programs, but i have wrote an aplication for connecting to a socket, and i had the problem above, i tried then to make a short program like : Code: #include <stdio.h>
#include <conio.h>
int main() {
getch();
return 0;
}
Compiler: Default compiler Building Makefile: "C:\Documents and Settings\mihai\Desktop\joc\Makefile.win" Executing make... make.exe -f "C:\Documents and Settings\mihai\Desktop\joc\Makefile.win" all g++.exe -c ag1.c -o ag1.o -I"lib/gcc/mingw32/3.4.2/include" -I"include/c++/3.4.2/backward" -I"include/c++/3.4.2/mingw32" -I"include/c++/3.4.2" -I"include" g++.exe ag1.o -o "ag1.exe" -L"lib" -mwindows Execution terminated Compilation successful for projects, i get this : "Execution terminated" . Or what am i doing wrong ? 10x |
| fr33ze is offline | |
| | #3 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,710
| Split from Simple Winsock Code using DevCPP FYI, we don't allow bumping of old threads, so I've split this into a new thread. > for projects, i get this : "Execution terminated" . Or what am i doing wrong ? Nothing, look at the next line which says "success" If you get that, then just CTRL-F10 or Execute->Run and see what happens with your new code. |
| Salem is offline | |
| | #4 |
| Registered User Join Date: Dec 2006
Posts: 3
| Code: #include <stdio.h>
#include <conio.h>
int main() {
int n;
scanf("%d", &n);
printf("%d", n);
getch();
return 0;
}
This is what i just don't understand, in working with projects. |
| fr33ze is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple C code problem | neo28 | C Programming | 24 | 05-16-2009 10:48 AM |
| Problem with simple piece of code | Furious5k | C++ Programming | 10 | 12-12-2008 05:25 PM |
| Simple C++ question. Error in code somewhere. | Paracropolis | C++ Programming | 10 | 02-06-2006 08:59 AM |
| Weird error in this simple code! C2248! | gross100 | C++ Programming | 2 | 12-10-2005 01:31 AM |
| Request for comments | Prelude | A Brief History of Cprogramming.com | 15 | 01-02-2004 10:33 AM |