A bit of frustration found me again, just a day after my last post... My dilemna is I would like to use Audorra as a starting point for Prometheus_Audio, but it requires haveing around 100 files in the root directory, inconvenient and I the only solution I have seen is to use -Fi and -Fu switches, which rules out default IDE compiling and requires custom build commands. Not newbie-friendly.

My question is how can I tell fpc where to look for the unit files from within the unit? I have succeeded (sort of) where it finds the destination unit but not the other unit's requirements... Ie. PROM_AUDIO -> Unit1 but if Unit1 needs Unit2 it cant find it althouh Unit2 is in the same directory as Unit1...

Is it possible to compile many units into one big .ppu file? if so how. As in, can the Prometheus_Audio.ppu file contain ALL dependancies somehow?

cheers,
code_glitch.