POV-Ray : Newsgroups : povray.off-topic : Logic Simulator.... For whomever wants to look at it. : Re: Logic Simulator.... For whomever wants to look at it. Server Time
4 Sep 2024 03:14:14 EDT (-0400)
  Re: Logic Simulator.... For whomever wants to look at it.  
From: Mike Raiford
Date: 29 May 2010 00:15:22
Message: <4c0094da$1@news.povray.org>
On 5/28/2010 5:34 PM, Nicolas Alvarez wrote:
> Mike Raiford wrote:
>> New thread at Andrew's request:
>>
>> Download Location:
>>
>> http://sourceforge.net/projects/logicsim/files/
>>
>> Be sure to read the notes. Requires .NET Framework 3.5
>>
>> I'll reply to this thread for updates.
>>
>> This is wiring only, with minimal select and drag features.
>
> *Downloads source code and Mono*
>
> *Tries compiling*
>
> SimulatorControl.cs(745,34): error CS0103: The name `Properties' does not
> exist in the current context
> SimulatorControl.cs(757,38): error CS0103: The name `Properties' does not
> exist in the current context
> Tracer.cs(26,38): error CS1502: The best overloaded method match for
> `LogicSim.Tracer.Tracer(string, System.Diagnostics.TraceLevel)' has some
> invalid arguments
> Tracer.cs(14,19): (Location of the symbol related to previous error)
> Tracer.cs(26,38): error CS1503: Argument `#2' cannot convert
> `System.Diagnostics.SourceLevels' expression to type
> `System.Diagnostics.TraceLevel'

Oh...

That one looks like an issue with release builds:

There's a conditional there, and the code when DEBUG is not defined is 
wrong. I haven't run a release build yet.

> Hmm... I think I'll go for the binary :)
>
> *Downloads .exe*
>
> Well, at least it starts.
>
> *Clicks on a wire*
>
> ** (LogicSim.exe:15845): WARNING **: GdipSetPenCustomEndCap isn't
> implemented
> System.NotImplementedException: The requested feature is not implemented
> [GDI+ status: NotImplemented]
>    at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
>    at System.Drawing.Graphics.DrawImage (System.Drawing.Image image,
> Rectangle destRect, Int32 srcX, Int32 srcY, Int32 srcWidth, Int32 srcHeight,
> GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr)
> [0x00000]
>    at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:DrawImage
>
(System.Drawing.Image,System.Drawing.Rectangle,int,int,int,int,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)
>
> Okay, maybe not :)
>

What is your execution environment? If you're trying to run it under 
mono, I'm pretty sure it won't work. I haven't had any chance to port it 
to mono, and it looks like it's missing a few things.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.