-
Notifications
You must be signed in to change notification settings - Fork 24
Problem CannotCompile
Patrick Tingen edited this page Sep 27, 2024
·
5 revisions
If you have a version of Progress that does not allow you to compile, you can use the set of object code that can be found on Github for the current release
Extract the zip file for your version (v10 or v11) in the DataDigger program folder. Note that you also need the zip file with the source code, since that one contains important files for DataDigger to run. You cannot run DataDigger without this.
Another approach is to compile the sources on your development machine and place the .r files in the DataDigger folder on the production machine.
If either case, you will need to tell DataDigger to not to compile on startup. You can do set this in DataDigger.ini:
[DataDigger]
AutoCompile=no
Also check the blog for the latest news on DataDigger