-
bump.
2009-12-29 17:26:57 UTC in Dev-C++
-
bump.
2009-12-20 20:11:55 UTC in Dev-C++
-
bump.
2009-12-18 13:54:23 UTC in Dev-C++
-
bump.
2009-12-04 15:27:55 UTC in Dev-C++
-
Thanks you for posting your log! Thwe answer is right there.
-mwindows
This indicates that you have told the compiler to compile Windows
(GUI) code, but the code you are working with is console code. This will cause a console program to fail to output results.
Wayne.
2009-11-25 14:53:30 UTC in Dev-C++
-
bump.
2009-11-23 00:10:35 UTC in Dev-C++
-
You can also do a strip of the symbol table from the compile option front, I beleive
-s
is the way it is invoked, but it has been a long time, and I am old
and short of memory.
2009-11-18 15:19:45 UTC in Dev-C++
-
-g0 as a compile option is the old fashioned way.
Tangential trivia...
Keep in mind that code compiled for speed may in fact also be larger due to inlining of functions / unrolling of loops etc.
2009-11-18 15:17:32 UTC in Dev-C++
-
bump.
2009-11-09 04:17:47 UTC in Dev-C++
-
bump.
2009-11-03 15:34:13 UTC in Dev-C++