VOGONS


First post, by johnyjj2

User metadata
Rank Newbie
Rank
Newbie

Hello!
I downloaded and installed DOSBox & Turbo Pascal 7.0 on it. I tried to compile my program on TP7.0 but there is weird problem. I open trc.pas, press F9 (Make) and see "Error 15: File not found (CDF.TPU)" in the window "\PROG\TRC.PAS". I check and there exists file CDF.TPU in the directory C:\dosprog\prog where on DOSBox I emulate disc C by command "mount c c:\dosprog\". What should I do to compile this program? It is program written many years ago in TP and I need to run it on Windows XP.
Greetings!

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

you probably have the library path wrong in turbo pascal

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 2, by johnyjj2

User metadata
Rank Newbie
Rank
Newbie

Thanks for your reply!
Do you know where I can change it? Compiler shows error and indicates that line in which there is only word cdf written, without any path or three-letters extension but with some keyword before it. In the project there are many different files, including $$, LIB, PAS, bak, BGI, CHR, LIM, MS, o, ppu, SCD, TPU, TRC, vhd but they all are in one directory.
Greetings!