Click to See Complete Forum and Search --> : C file


harbir
11-25-2003, 11:51 PM
Hello!!!
i was trying out some program and it got compiled without any error, but when i was running the program there was an error " CAN'T CREAT C:\TC\BIN\TCDEF.DPR ", then i press enter and the programs run fine, but i do not understand what is this TCDEF.DPR file and what does it do.

Hope to hear from u guys soon
Harbir

micio
11-26-2003, 07:11 AM
it is a windows path! are you running under windows? if not there is no way of creating/accessing a similar path.

micio

bwkaz
11-26-2003, 07:34 PM
May I suggest finding a site that offers Windows help?

Some people here may have ideas, but you'll be a lot better off on a forum whose members are all Windows people...

Choozo
11-26-2003, 10:12 PM
To harbir's defense, this may be (sloppy) written sourcecode that he/she is trying to compile and run on Linux?
That program - TC(?) - may have some hardcoded stuff (which would be the sloppy part). Or he/she may need to edit some ifdefs in a Makefile or some of the source files?

Cheers :)

bwkaz
11-26-2003, 11:17 PM
Oh, of course. If that is the case, sorry. :)

nowonmai
11-28-2003, 08:16 AM
can you post the code?