[Mono-list] Embedding Mono - A question about mono.dll

Robert Jordan robertj at gmx.net
Mon Mar 10 09:55:47 UTC 2014


On 10.03.2014 06:34, KareemErgawy wrote:
> Hi,
> I want to use Mono as a scripting engine in a project (game engine) I am
> working on. I started reading the guide at:
> http://www.mono-project.com/Embedding_Mono. Starting with the first step
> "Compiling and Linking", I created the mono.lib file as instructed for the
> Windows platform. My problem is that I can't find mono.dll. I downloaded and
> installed Mono-3.2.3 and tried searching for the dll file but couldn't find
> it. Sorry if this sound naive but I don't know what to do :(.

mono.dll was renamed to

	libmonoboehm-2.0.dll  (Boehm Garbage Collector)

and

	libmonosgen-2.0.dll    (SGen Collector)

Robert




More information about the Mono-list mailing list