I have followed all the steps of instruction as per the readme. However, the glitch is while compiling a file. Where should MySource be created?
Should I always navigate to the bin folder to execute any file or to ensure that bcc runs? I get teh basic error of not able to include the header file for eg- iostream.h. Can anyone please point me to the right direction?
Thank you in advance
Vivian Harvey
By following the instructions you placed the compiler's BIN directory in the
system path so you do not need to be in that directory to use the compiler.
As shown int he instructions the location of the include files is the
directory specified by the -I directive in the bcc32.cfg file.
Create a directory for your project anywhere on the disk drive. Make that
directory the default (change to that directory). Run the compiler and
linker.
You may find these links useful:
http://dn.codegear.com/article/20997
http://www.mulroy.org/howto.htm
follow-ups set to borland.public.cppbuilder.commandlinetools
. Ed
> Vivian Harvey wrote in message
> news:46eaf8be$1...@newsgroups.borland.com...
Thank you so very much. That was very helpful and I have finally solved my problem.
Vivian Harvey.