Hey dudes. Up until recently, i was using Dev-C++ as my IDE and it worked great, but didn't have all of the features i wanted (no code folding!). I heard about code::blocks and thought i would give it a try. I tried compiling one of my dev-cpp projects, but it's giving me a strange compiler error (i downloaded c::b with mingw, same compiler as dev-cpp). Was wondering if you would help me out

This is the only error:
e:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\include\c++\cwctype|85|error: '::iswblank' has not been declared|
||=== Build finished: 1 errors, 0 warnings ===|
I hope you can help, thanks!