Inter-project dependencies

Posted by Mike Hordecki on Stack Overflow See other posts from Stack Overflow or by Mike Hordecki
Published on 2010-06-01T10:06:53Z Indexed on 2010/06/01 15:43 UTC
Read the original article Hit count: 150

Filed under:

Hello!

I'm doing some Delphi (2010) work this summer, and I've stumbled upon this problem:

My project consists of reusable backend library and a bunch of GUIs that tap into its interface. In this circumstances I've decided to make the backend and GUIs separate projects within single project group (I hope my train of thought is correct). The problem is, how can I include units from the backend in a GUI project?

I've tried to modify Project Options > Directories and Conditionals but compiler still complains about being unable to find proper .dcu's.

Any ideas? Your help will be appreciated.

© Stack Overflow or respective owner

Related posts about delphi