At 7/26/2009 03:35 AM, you wrote:
>hi i tried programming what you advised..but i get stucked on this: > > Compiling C:\TURBO|HELLO.C: >ErrorC:\TURBO|HELLO.C:unable to create output file 'C\TC\NORMAN\HELLO.obj > >can anyone has the solution?? >thanks..=) Does the directory "C\TC\NORMAN" exist on your system? First, you show you are compiling in the directory C:\TURBO but are putting the obj files in the directory C\TC\NORMAN. WHere is the ':' between 'C' and '\'? (e.g. C:\ not C\) It looks like you have a configuration problem. ~Rick
