User forums > Help
HELP!! IOSTREAM NOT FOUND!
(1/1)
deadfrank:
I'd just installed Codeblocks on Vista (sucks by the way) and when i try to compile a simple "HELLO WORLD" i get the error msg: "iostream: no such file or directory"
i've used CB on WinXP before and didn't had this problem.
can you help me with this?
stahta01:
MinGW GCC has issues on Vista. No real fix, but there is work arounds.
Below code is from RosBE.cmd an cmd file from ReactOS Build Environment, it might help you or it might not.
--- Code: ---:: Set all paths (needed by Windows Vista)
set C_INCLUDE_PATH=%ROSBEBASEDIR%\3.4.5\include;%ROSBEBASEDIR%\3.4.5\lib\gcc\mingw32\3.4.5\include
set CPLUS_INCLUDE_PATH=%ROSBEBASEDIR%\3.4.5\include;%ROSBEBASEDIR%\3.4.5\include\c++\3.4.5;%ROSBEBASEDIR%\3.4.5\include\c++\3.4.5\mingw32;%ROSBEBASEDIR%\3.4.5\lib\gcc\mingw32\3.4.5\include
set LIBRARY_PATH=%ROSBEBASEDIR%\3.4.5\lib;%ROSBEBASEDIR%\3.4.5\lib\gcc\mingw32\3.4.5
--- End code ---
Tim S
Navigation
[0] Message Index
Go to full version