From: Astar <As...@tu...> - 2003-03-02 19:55:24
|
Hello Khalid, Sunday, March 2, 2003, 7:35:42 PM, you wrote: KEK> hi, KEK> i used Dev-c++ 4 before and it didn't generate the following problem: KEK> That is, when i used Dev-c++ 5 beta 7 when i get to compile a file with the KEK> following line: KEK> #include<iostream> KEK> the compiler generates this error: KEK> 28 E:\DEV-CPP\include\c++\iostream:44 KEK> bits/c++config.h: No such file or directory. KEK> what should i do ? KEK> thanx in advance Copy files from C:\Dev-Cpp\include\c++\mingw32\bits to C:\Dev-Cpp\include\c++\bits may be adding 1st path to include's options helps you to. good luck! -- Astar mailto:As...@tu... |