![]() |
|
Ab2d.ReaderWmf licensing - Printable Version +- AB4D Forum (https://forum.ab4d.com) +-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4) +--- Forum: Paste2Xaml and Ab2d.ReaderWmf (https://forum.ab4d.com/forumdisplay.php?fid=7) +--- Thread: Ab2d.ReaderWmf licensing (/showthread.php?tid=3901) |
Ab2d.ReaderWmf licensing - SergeyA - 04-01-2013 Hello, I am the product manager of ActiveReports product at ComponentOne company: http://www.componentone.com/SuperProducts/ActiveReports/ We are interested in using Ab2d.ReaderWmf component in our WPF report viewer component. I have a couple of question though: 1. We would like to use ReaderWmf component in the code of DLL, not the .exe. Does your licensing model support this type of usage? 2. We would like to embed ReaderWmf in our component DLL by using smart assembly: http://www.red-gate.com/supportcenter/content/SmartAssembly/help/6.7/SA_EmbeddingDependencies Is it allowed by EULA? Thanks, Sergey RE: Ab2d.ReaderWmf licensing - abenedik - 04-02-2013 1) The licensing model fully supports using ReaderWmf in dll-s. In this case the runtime license key is embedded into your library (dll). This allows distributing your library with ReaderWmf to any computer or using it in any application. 2) My EULA do not prevent embedding our libraries into your assemblies - therefore this is allowed. Because I was not sure what happens to the assembly after it is embedded with SmartAssembly, I have downloaded a trial of SmartAssembly. I have created a simple test project and used SmartAssembly on it. It shows that the licensing code is still working - Red Gate has done a good job here - at runtime the embedded assembly is still like the original assembly. |