[MonoDevelop] Help with compiling 'emulare' arduino emulator

Michael Hutchinson m.j.hutchinson at gmail.com
Fri May 20 00:29:29 EDT 2011


On Mon, May 16, 2011 at 12:42 PM, nathan.f77 <nathan.f77 at gmail.com> wrote:
> Emulare is an arduino emulator written in C#: http://emulare.sourceforge.net/
>
> Version 1.4 compiles fine with MonoDevelop
> (http://sourceforge.net/projects/emulare/files/emulare_1.4_src.zip/download)
>
> However, 1.7 does not.
> (http://sourceforge.net/projects/emulare/files/emulare_1.7_src.zip/download)
>
> It requires the missing 'System.Deployment' assembly, but removing the
> 'StubDebugger.cs' file and the references to 'IDebugger' seem to get rid of
> that error for now.
>
> The solution has 6 'entries'. One of these entries is called 'SimpleDiag',
> and it is grayed out. I'm having a hard time figuring out what that means,
> since no errors or warnings are shown and all of the references are present.

That means that the project is disabled in the current solution
configuration. You can change that in the solution options.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list