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

2014-03-10 Thread Robert Jordan
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

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

2014-03-10 Thread Sven-Bertil Blom
In think you might need to change the first line in the mono.def file to either libmonosgen-2.0.dll or libmonoboehm-2.0.dll (depending of which one you want) or just rename one of these files (found under bin dir) to mono-2.0.dll -- View this message in context:

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

2014-03-10 Thread KareemErgawy
I replied by mail but just to make sure :). Thank you all a lot for your help and fast responses. -- View this message in context: http://mono.1490590.n4.nabble.com/Embedding-Mono-A-question-about-mono-dll-tp4662192p4662198.html Sent from the Mono - General mailing list archive at Nabble.com.

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

2014-03-09 Thread KareemErgawy
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