Delphi incorrectly adding units to a uses clause. Any ideas?
Delphi incorrectly adding units to a uses clause. Any ideas?
http://stackoverflow.com/questions/32245375/stop-delphi-automatically-adding-units-incorrectly
http://stackoverflow.com/questions/32245375/stop-delphi-automatically-adding-units-incorrectly
http://stackoverflow.com/questions/32245375/stop-delphi-automatically-adding-units-incorrectly
http://stackoverflow.com/questions/32245375/stop-delphi-automatically-adding-units-incorrectly
See my post https://plus.google.com/107811538224738992137/posts/dx7QcF8iPE1
ReplyDeleteIt works with negative ifdefs. Do if compilerversion... $define foo, and then use $ifndef foo myunits... $endif. With the ifndef, the ide no longer readds the units.
ReplyDelete