Hey guys

Every time I install a library, I need to add several directories to my library path. The bad thing is that any subdirectories will be ignored while searching, so you have to add them yourself.

I'm installing VampyreImaging now, and each time i hit F9, I discover a new unit in a new directory that needs to be added.

I've now added the following directories:

imaginglib0262\Imaging\Source
imaginglib0262\Imaging\Extras\Extensions\LibTiff\L ibTiffDelphi
imaginglib0262\Imaging\Source\JPEGLib
imaginglib0262\Imaging\Source\Extensions
imaginglib0262\Imaging\Source\Zlib

And I still seem to have missed units/DCU's.

Moreover, I keep seeing my added path's turn gray (which probably means they're invalid). Is that because I seperate my path's using a semilicon ( ; )??

In the past, I just dumped entire libraries into the "Lib" directory, so everything could be found. I know that that's not the way to go if you want to keep things organized, but It's very tempting as the alternatives can be frustrating aswell.

What I need is a crash course delphi file management. Can someone elaborate on how he/she is managing Delphi project/library files?

Thanks a lot.