so whenever i tried to compile it give me error 2816
ive never used dev c++ although i have used netbeans and i had to change control panel env options and put C:\cygwin\bin
but now im using mingw cuz dev c++ came with it.
so this is the compiler log i get;
Compiler: Default compiler
Building Makefile: "C:\Users\Noeld\Desktop\Makefile.win"
Executing make...
make.exe -f "C:\Users\Noeld\Desktop\Makefile.win" all
g++.exe -c cpp/main.cpp -o cpp/main.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" -g
make.exe: *** [cpp/main.o] Error 2816
Execution terminated
any ideas? Thanks!