Tagged Questions
4
votes
3answers
854 views
ld.exe: cannot open output file … : Permission denied
I recently installed CodeBlocks with mingw32 on Windows 7 Ultimate 32bit in order to dust off my c skills, but this problem has me somewhat stumped.
I decided to fire off a short Fibonacci generator ...
0
votes
0answers
116 views
opencv mingw32 and codeblocks
Im sure variations of this question have been asked many times before. I was trying to rebuild the the mingw32 opencv 2.3.1 code from source for use with codeblocks (& Windows 7 x64) because ...
0
votes
2answers
283 views
A question about stdafx.h
hey i just have a quick question. ive noticed that i dont have stdafx.h in my compiler(mingw32 on windows)
am i supposed to have it? or maybe is there a way to get around it?
thanks for reading
...
0
votes
1answer
372 views
Trouble Compiling wxWidgets for Code::Blocks
I am attempting to compile wxWidgets 2.8.11 on Windows 7 x64 for use with Code::Blocks, and I keep running into the same error.
I have MinGW installed as stated, and the proper things added to the ...