Hi,
My project depends on a COM component and I've set up this dependency in the
DevStudio's Project Dependencies dialog so that COM component is first
built. However, it cannot be built since it in turn depends on my project
(which exposes a COM interface). Hence, I manually have to compile my
project's IDL file which generates the necessary files for the COM component
which then can be built. Having done that, I can then sucessfully build my
project.
This is annoying, I'd like to make this build process automatic but I'm not
sure how. It seems to be overkill trying to break that dependency cycle.
Can I configure my project to first compile my IDL file, then build the
other COM component and after that build my project. How?
Thanks,
Jones
My app uses a COM component which in turn uses my app through the exposed
interface exposes a COM-interface so it can be used by a client. One such
client is used by my MFC app.
I've Win32 project which builds an app.
This app is run as an ordinary application and it can be used for autohas
depends on a COM-server