| | |
Problem Using SetSuspendState()
Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Sep 2008
Posts: 90
Reputation:
Solved Threads: 12
C++ Syntax (Toggle Plain Text)
# Project: Project2 # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe -D__DEBUG__ CC = gcc.exe -D__DEBUG__ WINDRES = windres.exe RES = OBJ = "C:/Documents\ and\ Settings/U1/Desktop/main.o" $(RES) LINKOBJ = "C:/Documents and Settings/U1/Desktop/main.o" $(RES) LIBS = -L"C:/Dev-Cpp/lib" C:/Dev-Cpp/lib/libpowrprof.a -g3 INCS = -I"C:/Dev-Cpp/include" CXXINCS = -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" BIN = Project2.exe CXXFLAGS = $(CXXINCS) -g3 CFLAGS = $(INCS) -g3 RM = rm -f .PHONY: all all-before all-after clean clean-custom all: all-before Project2.exe all-after clean: clean-custom ${RM} $(OBJ) $(BIN) $(BIN): $(OBJ) $(CPP) $(LINKOBJ) -o "Project2.exe" $(LIBS) "C:/Documents\ and\ Settings/U1/Desktop/main.o": C:/Documents\ and\ Settings/U1/Desktop/main.cpp $(CPP) -c "C:/Documents and Settings/U1/Desktop/main.cpp" -o "C:/Documents and Settings/U1/Desktop/main.o" $(CXXFLAGS)
•
•
Join Date: Jun 2007
Posts: 275
Reputation:
Solved Threads: 45
The project compiles when source is on the desktop and project is somewhere else.
Have you determined whether there's more than 1 gcc compiler present yet?
You can always uninstall dev-c++, and reinstall it. To check for another gcc: uninstall dev-c++, from the command prompt run "gcc" - if something runs, then gcc is present.
Have you determined whether there's more than 1 gcc compiler present yet?
You can always uninstall dev-c++, and reinstall it. To check for another gcc: uninstall dev-c++, from the command prompt run "gcc" - if something runs, then gcc is present.
![]() |
Other Threads in the C++ Forum
- Previous Thread: retuning a const refrence to a vector of pointers
- Next Thread: Decimals lost when converting
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamic dynamiccharacterarray email encryption error file format forms fstream function functions game givemetehcodez graph gui homeworkhelp iamthwee ifstream input int java lib library linker list loop looping loops map math matrix memory microsoft newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference rpg simple sorting string strings struct temperature template templates text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets







