We are using TinyCAD for our schematics and we have several prodessional designs in the TinyCAD format. Today we use a very expensive PCB application from...
Hi Magnus, The netlist format is easy to see, just edit and existing .NET file. If you require a conversion program then contact me directly. Regards Derek ......
Dear All I have developed a installation script for KiCad using NSIS. I am just wondering how I get it included in the KiCad project. The script is finish but...
Hello, I would like to modify kicad sources to draw electrical harness wiring schematics. I am not an experienced C++ programmer I learnt it in college 5...
Dear Jean-Pierre I tried to email you but I got an accessed denied error, so I have posted this message. I have posted the NSIS Scripts as a zip file in the...
Hi Magnus, The hex numbers like 44FDADE6 are usually a time stamp. In my netlist I just used 0 for the time stamp. I think that the $noname is the netlist...
Hi Magnus, The hex numbers like 44FDADE6 are usually a time stamp. In my netlist I just used 0 for the time stamp. I think that the $noname is the netlist...
if you do not have a cell attached to the device the net list shows $noname. Once you attach a cell to the device the $noname will change and show the cell ...
I had recently start using KICAD but after i used it a while i'am wondering if drawings that use arcs are showed like a pie! 3D are not showing arcs and...
... This is a wxGTK problem, not a kicad problem wxGTK **must** be patched. See "how-to-build-kicad.txt" -- Jean-Pierre CHARRAS Maître de conférences ...
... Yes. And I have send a report bug to wxWidgets team. -- Jean-Pierre CHARRAS Maître de conférences Directeur d'études 2ieme année. Génie Electrique et...
... I can confirm that to, i just downloaded and rebuild KICAD static and also wxGTK witdgets as J.-P. told me. :) But circle and arc drawing into 3d-viewer...
... Daniel, Do you have somewhere a guideline how to setup the KiCAD project in Visual C++ 2005 Express Edition for compilation? What steps do I have to take...
Can I make a suggestion? Inno setup (http://www.jrsoftware.org/isinfo.php) is a freely licensed install packager that is better than the commercial ones we...
Hi, This morning, I tried to compile the sources of KiCad on a Windows machine. My final goal is to compile it with VC++ 2005 Express Edition, but since this...
Hi, Trying to start using VC++ 2005 Express edition to compile KiCAD. When trying to compile the files in the common directory, there's a file called...
Hi, there are fixes for those problems in my patch for the previous kicad release, as well as some other fixes, which I think are all either bugs or bad...
Hi, now I have updated the CMake project files and the Visual C++ fixes. Extract the two files I have uploaded in kicad-dev. Then download CMake from...
... Try to launch kicadexe from a console (under msys run ./path were in kicad.exe./kicad.exe ) in order to read the message errors... I think the mingwm10.dll...
... Please, read the command as : /path were is kicad.exe/kicad.exe like /d/kicad-dev/kicad/kicad.exe (there are some extra points in my first mail) -- ...
Dear Mr. Derek Noffke, I've read a message about Netlist format: ******************************************************************** Re: [kicad-devel] Netlist...
Hello! Some time has passed since I compiled Kicad for MacOSX and I wasn't able to resolve the following issues: 1. Starting of kicad can only be done in...
Great! The apps were already working when launching them from the MSYS console. But not when double-clicking on them in a explorer window. I then copied the...
Thanks for the files, Daniel. Could it be that CMake (a program I didn't know so far) is not able to generate the necessary solution files for VC8, when...
Hi all, YES, I have found a small bug in "liborcad2eeschema.exe" ! I have opened the source file for conversion (tranz.src) and following simbol where was...