I have a confusing question: How to build a multilibrary (modular) project? Can I build something similar like C# Windows Forms Application ? For example:
I don't think that plug-ins will be the best solution or yes? I have tried this:Code:
Project.exe Project.Core.dll Project.Services.dll Project.Resources.dll ...
But this example won't work because it won't draw any window. I very thanks for all responses or solutions.