Lopezio wrote:
Hi
When i try to run my first program i get the error No include path in wich to find stdio.h
I installed the djgpp in my drive D and i have one folder include where the file stdio.h is.
I run WinXP system and i changed the path value as
d:\FPC\2.2.0\bin\i386-Win32;D:\DJGPP\BIN;%PATH% (i have free pascal installed too).
How can i solve this problem?
Thank you
mario
Can you believe this? The problem is thar my path should be declared like this
d:\DJGPP\BIN;%PATH%;FPC\2.2.0\bin\i386-Win32
the djgpp before the FPC.