.licx need to be added to the main project?
- by SeaBiscuit
Hello,
I have the following situation. I have a main project that's calling some other dll made by me (MainProject). One of the dll are using a third party dll that is licenced (DllA is using DllB - licenced). In the DllA project I've attached the file licences.licx as embedded resource.
Why can't I use the DllA from the main project? The licences.licx must be added to the main solution project? To the project that's generating the exe file??
Thank you,