Delphi Path's for RO

D2007

I would like to have just the RO library path used when compiling my project (at least 99% of the time). But RO adds a list number of directories:

{Base path}\RemObjects Software\RemObjects SDK for Delphi\Dcu\D11
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source\CodeGen
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source\DataSnap
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source\ZLib
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source\RODX
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source\RODEC
{Base path}\RemObjects Software\RemObjects SDK for Delphi\Source\Synapse
$(Everwood)\Bin

I though I might be able to just use the first one and remove the others, but then it can’t find units that are only in the “Source” directory (e.g. uROComInit.pas/uROComInit.dcu).

Any chance of getting an installer that allows for accessing the DCU files rather than recompiling the source every time I do a build-all?

Thank you,

Ed Dressel

I’ll second this request. I’ve been removing everything but the dcu paths to avoid this for a while now and also noticed not everything you need always ends up in the \dcu\Dxx folders. I just copy them over, but it would be nice not to have to do that any longer. :slight_smile:

Thing is: we dont ship DCU files with our installer, for the retail version. if we did, the size of the (already sizable) installer would double.

You could have the installer compile the DCU’s after it installs the sources.

Hello,

Any chance of getting an installer that allows for accessing the DCU files rather than recompiling the source every time I do a build-all?
You could have the installer compile the DCU's after it installs the sources.

This seems to be a good idea, thanks. We could compile DCU’s and BPL’s upon installation, building BPL’s instead of shipping precompiled ones will make the package smaller.
Will log for implementation.

Best regards - Sergey