Hi,
I have installed Turbo C compiler on windows vista (32 bit).
Set the PATH variable to properly point to tcc.exe under C:\TC\BIN;
I created some C files under C:\TC\myfolder
I tried compiling using
C:\>cd TC\myfolder
C:\TC\myfolder>tcc -P-c file.c
Sometimes it says file not found while other times it compiles fine.
what could be the cause?
thanks in advance.