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:13 EDT (-0400)
  Re: Logic Simulator.... For whomever wants to look at it.  
From: Nicolas Alvarez
Date: 28 May 2010 18:34:54
Message: <4c00450e@news.povray.org>
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'

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 :)


Post a reply to this message

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