Uwe Raabe
Uwe Raabe
There actually is a decent flexibility even with non-source packages. There are cases when a compiled DCU still works even when a dependent unit is changed and recompiled. Otherwise it...
I see your point - and it also holds true for source packages. Alas I fear the consequences of a single version dependency. To avoid version deadlocks a package A...
There is a Delphi Compile Unit Parser: [http://hmelnov.icc.ru/DCU/index.eng.html](url)
My personal preference is also "Library", perhaps I have a bias against the term "Package" in this context. To be precise: a Package in Delphi is part of a Library....
DPM -> DoPaMine
Regarding adding to the Project Search Path: I have a good experience using Option Sets in my projects. Well, after I was able to persuade FinalBuilder to accept them (actually...
Not sure if this is feasible, but what about creating the download files on the fly depending on the particular request? The library provider uploads all bits and pieces, all...
We can still tailor the client to handle a list of files for download. That would eliminate the need for creating the zip file.