You didn't read the Readme that came with the Compiler did you?eggman said:Sorry for BUMPING but ............
During compilation it says:
UNABLE TO OPEN FILE 'STDIO.h'
Installing and running the Command Line Tools
-----------------------------------------------
1. Run freecommandlinetools.exe; choose the
drive and folder into which you want to
install the free C++Builder 5 command line
tool development system.
2. From the bin directory of your installation:
a. Add "c:\Borland\Bcc55"
to the existing path
b. Create a bcc32.cfg file which will set
the compiler options for the Include
and Lib paths (-I and -L switches to
compiler) by adding these lines:
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"
c. Create an ilink32.cfg file which will set
the linker option for the Lib path by
adding this line:
-L"c:\Borland\Bcc55\lib"
QwertyManiac said:Your printf spelling is wrong
Yes dude. And here are the contents:[xubz] said:Did you put the bcc32.cfg and ilink32.cfg in the C:\Borland\BCC55\bin folder?
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"
-L"c:\Borland\Bcc55\lib"
Yes, It was different. But even after ccorrecting the case, the problem is there.Zeeshan Quireshi said:@eggman , i think there are case-differences in the path of compiler n in config file , make them exactly the same case as in the original path.
I guess you haven't tried Visual Studio 2008 Express or Eclipse !Good tut but dev c++ is excellent.
anyways digging as it may be useful for new members