Click here to Skip to main content
15,881,882 members
Articles / Web Development / HTML

Circuit Engine

Rate me:
Please Sign up or sign in to vote.
4.93/5 (103 votes)
18 Oct 2018GPL355 min read 247.9K   8.6K   212  
A System for Simulation and Analysis of Logic Circuits
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=windows-1254">
</head>
<body>
<pre>
<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
Build Log
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
<h3>------- Build started: Project: C, Configuration: Debug|Win32 -------
</h3>
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Command Lines
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Creating temporary file "d:\_Courses\Cmpe401_Graduation Project\CEngine.net\Debug\RSP00002F.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /EHsc /RTC1 /ML /YX"stdafx.h" /Fp".\Debug/C.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug/" /W3 /c /Wp64 /ZI /TP
".\CEngine.cpp"
]
Creating command line "cl.exe @"d:\_Courses\Cmpe401_Graduation Project\CEngine.net\Debug\RSP00002F.rsp" /nologo"
Creating temporary file "d:\_Courses\Cmpe401_Graduation Project\CEngine.net\Debug\RSP000030.rsp" with contents
[
/OUT:"Debug/CEngine.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:".\Debug/CEngine.pdb" /SUBSYSTEM:CONSOLE /OPT:WIN98 /IMPLIB:"OpenGL32.lib glu32.lib glut32.lib" /MACHINE:X86  DelayImp.lib
".\Debug\CEngine.obj"
]
Creating command line "link.exe @"d:\_Courses\Cmpe401_Graduation Project\CEngine.net\Debug\RSP000030.rsp""
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Output Window
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>Compiling...
CEngine.cpp
d:\_Courses\Cmpe401_Graduation Project\CEngine.net\CEngine.h(474) : warning C4311: 'type cast' : pointer truncation from 'Gate *' to 'unsigned int'
d:\_Courses\Cmpe401_Graduation Project\CEngine.net\CEngine.h(535) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'Gate *' of greater size
d:\_Courses\Cmpe401_Graduation Project\CEngine.net\CEngine.h(928) : warning C4312: 'type cast' : conversion from 'unsigned int' to 'Gate *' of greater size
d:\_Courses\Cmpe401_Graduation Project\CEngine.net\CEngine.h(942) : warning C4311: 'type cast' : pointer truncation from 'Gate *' to 'unsigned int'
Linking...
</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
Results
</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>
Build log was saved at "file://d:\_Courses\Cmpe401_Graduation Project\CEngine.net\Debug\BuildLog.htm"
C - 0 error(s), 4 warning(s)</pre></table><table   width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
</font></table></body></html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Engineer Siemens
Turkey Turkey
I've graduated from computer engineering department in 2004 July, and developed the Circuit Engine as my graduation project at Eastern Mediterranean University (EMU). I've also graduated from MBA, Istanbul University in 2008 February. From 2004 until now, I've developed many web sites (B2B, B2C). Currently work for Siemens AG (http://siemens.com/ingenuityforlife) as a R&D Engineer (IoT) and I still continue to develop my personal projects about encryption algorithms, maths, OpenGL, Stock Exchange Market Analyses and Real-time Systems, MultiThreaded Applications and Web Solutions (mostly ASP.NET C#, JQuery/JS, MVC, WinForms, Win/Web Services, T-SQL and less PHP, ASP, MySQL and some possible other methods about problem solving if necessary). Also personal profession of photography : https://www.instagram.com/egldgn/


Circuit Engine base URL : https://sites.google.com/view/circuitengine


Comments and Discussions