I can compile and run simple programs... but not one which uses some units.
set PATH=%PATH%;C:\DEVEL\FPC\BIN\GO32V2
fpc
shows help
cd DEVEL
cd FPC
cd EXAMPLES
cd SYMBOLIC
fpc evaltest.pas
generate evaltest.exe
but
fpc rpnthing.pas
Can't find unit Crt used by rpnthing
fpc -Fu"\devel\fpc\units\" rpnthing.passame error
fpc -Fu"\devel\fpc\units\go32V2" rpnthing.pas
same error





_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to