Subject How find where a program uses unnecessary BDE units?
Author mmenaz
Hi, it's a little of topic, but I need IBO experts ;)
Recently I fixed FastReport code and removed a "uses DB" that was wrongly also in the IBO conditional compilation stuff.
I thought that after that fix my program would have been reduced in size, but was not true, so I think that some other unit, somewhere, is "using" unnecessary BDE units. How could be sure about that and how trace who, where (ok, and how ;)) this is happening? I compile the program without packages.
Thanks
Marco Menardi