> Hi Peter,
> This is what the commandline compiler says in a different DOS window while
> I
> have fp running in the other, right after fp throws the error:
> -
> Hint: End of reading config file c:\pp\bin\win32\fpc.cfg
> Free Pascal Compiler version
> Thanks Micheal & Peter, I kinda figured that was the case.
> I think I'll just move it to a sub-directory like you suggested
> peter because I'd rather not have to re-edit the raw Makefile
> every time I generate it.
re-edit Makefile is not necessary. You can add it also to Makefile.fpc
under t
Hi guys,
Is there someone using freepascal for ARM?
How do you generate it?
Thank you a lot in advanced
regards
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hello!
Some time ago I tried to write a program which should work with nameservers to
check if forward and reverse lookup give the same result. Should basically do
the same what "host" and/or "nslookup" can do, but be implemented so that I
do not have to execute external programs all the time.
Bu