On Monday, 1 December 2014 at 18:35:28 UTC, MrSmith wrote: > Can i compile it in the same dll with its implementation? Yes, you can have all implementations in the same dll, interface will only have to be directly accessible to all code seeing it.