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

Comments

  1. It 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

Post a Comment