Hi,
This post is concerning a WinXP machine with MinGW installed.
I installed codeblocks (28-01 build), and got my project imported, when i try to build it does not find (No such file or directory) things like #include <fstream> It is on a, I guess i need to set a path somewhere. When i try #include "fstream.h" and add the folder containing that file to the search path of the compiler, then it finds it, but in fstream.h there are also <blabla> references that again are not found. So I can't work around like that. Any idea ?
When trying to change the compiler and changing back, i get a popup window that the gnu gcc compiler is found in the path C:\MinGW\
Thank you
geoffrey.
edit : (i installed build of 30-01 -> same problem)