First post, by johnyjj2
Hello!
I tried to compile code in Turbo Pascal with the use of DOSBox. I installed it, run, mounted "mount C C:\dosprog\". I copied files of my code (without any changes, it was oryginally created in Dos). They are copied to C:\dosprog\tp7\prog. I run in DOSBox command "c:\tp7\bin\turbo.exe", open file "c:\tp7\proj\trc.pas", compile it (Alt+F9), see the error "Error 15: File not found (CDF.TPU). I escape turbo.exe, type "cd ..\prog", type "dir cdf" and I see "CDF 0", "CDF PAS", "CDF PPU", "CDF TPU".
Greetings!!