Rank: Advanced Member Groups: Member
Joined: 9/3/2014 Posts: 68
|
Hi,
I would like to see the single file EO.WebBrowser.dll since version 3.x (EO.WebBrowser 2014), instead of 3 files EO.Base.dll, EO.WebEngine.dll and EO.WebBrowser.dll in the current version 15.x (EO.WebBrowser 2015). I tried to merge them together but it does not allow to do that.
I understand the reason to split one file into three files is for faster performance but I want to see a single file EO.WebBrowser.dll to come back in the new version.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Thanks for your feedback. We do not have any plans to merge them back into a single DLL for the time being. Beside performance reason, another main reason is because in 2015 we merged our codebase between multiple products. So EO.Base.dll contains code shared by these products (for example, it contains code used by both EO.WebBrowser and EO.Pdf). Obviously that would not be possible if we were to merge each product back to a single DLL.
All DLLs are still 100% managed DLLs --- there are no native DLLs (this is different than the multi-DLL builds for 2014, which contains native DLLs). So you would still just reference and use.
Thanks!
|