-
Notifications
You must be signed in to change notification settings - Fork 24
HowTo RunUncompiled
Patrick Tingen edited this page Sep 28, 2018
·
6 revisions
Normally DataDigger will autocompile itself when it detects changes in sources or object files. If you do not want this, you can set this in DataDigger.ini:
[DataDigger]
AutoCompile=no
Reason to do this might be because you run different Progress versions against the same DataDigger instance.
Another reason might be that your version of Progress on the production machine is not allowed to compile. In that case, compile DataDigger on your development machine, place the .r files in the DataDigger folder on the production machine and tell DataDigger not to recompile.
Also check the blog for the latest news on DataDigger