I've loaded the "simple" delphi example into Turbo Delphi 2006.
Each time that I run the project, I get this error:
Code:
[Pascal Fatal Error] simple.dpr(13): F1026 File not found: 'ExceptionLog.dcu'
I then remove the reference to the ExceptionLog from the simple lib.
Once I try to compile again, I get this error:
Code:
[Pascal Fatal Error] F2039 Could not create output file '..\..\..\..\..\Modules\simple.mod'
I just created the folder path.
Once I try to compile again, I get this error:
Code:
Could not find program, 'F:\projects\other\dvbdream\dvbdream.exe'
Do I need to have the executable installed in order to compile this app?
Does anyone have a delphi project example that compiles?
Thanks