PDA

View Full Version : Eurekalog integration without separate DLL


mindworker
02-Nov-2009, 03:38 PM
I was wondering, if it is possible to add Eurekalog support for a project without the necessity of the separate DLL file. As the Enterprise Edition now contains the source code, it should be possible. But when I added the EurekaLog.cs file as reference I got some error messages.
So what files need to be referenced for this purpose?

Kind regards, Thomas

Boro
02-Nov-2009, 05:40 PM
Hi Thomas,

The only way to get EurekaLog working, without an additional DLL is, after purchasing an enterprise license, copying the complete Run-Time project's source into your project.
Only the EurekaLog.cs file wouldn't do the trick, I'm afraid.

binkle
08-Feb-2010, 11:27 AM
Hi,
instead of copying you may link the Eurekalog source into your project.

Greetings

Harry

sebman
22-Apr-2011, 02:34 PM
You can also use some free tool from Microsoft: ILMerge... or some commercial one: for example .NET Reactor :). It embeds one assembly into another.

mindworker
01-Jun-2011, 09:55 AM
That ILMerge is a very nice tool. Just does what's needed, Thank you very much!

admin
21-Jun-2011, 04:50 PM
HI,

yes, ILMerge it's really a nice tools! ;)