[kicad-users] Re: Cvpcb crashed, and I can't make it work again!

2007-12-12 Thread daystar1013
I believe this is related to a windows only bug in the FootprintListBox constructor. CVPCB will crash because of the use of an unitialized pointer in the constructor. the fix is to add the line m_ActiveFootprintList = NULL; to the constructor, line 74 cvpcb/listboxes.cpp the error occurs

[kicad-users] Pcbnew Problems

2007-12-12 Thread daystar1013
I use kicad daily for reverse engineeering and occasionally PCBNEW for test fixtures. I have been using the 2007-11-29-RC2 release for Windows, I have not layed out a PCB until today. I started a PCB layout, a small circuit (5X3) with six - 16 pin SO14E footprints and two TQFP-44's, 1206

[kicad-users] Re: Pcbnew Problems

2007-12-13 Thread daystar1013
and OnRelease is what got me. Thanks for the Advice --- In kicad-users@yahoogroups.com, Dick H. [EMAIL PROTECTED] wrote: --- In kicad-users@yahoogroups.com, daystar1013 daystar@ wrote: I use kicad daily for reverse engineeering and occasionally PCBNEW for test fixtures. I have been using

[kicad-users] Re: Single layer PCB ... bridges on top layer

2007-12-17 Thread daystar1013
Brian, I have found a PCB house that specializes in one of a kind PCB, its an all notouch/online process. The price for a single two sided board ( I have made boards up to 8.5 X 4 inches) is under $100 USA. Three boards are still under $100. You register online and then you can submit your

[kicad-users] Re: COMPILE KICAD ON VISUAL C++ 2005

2008-01-11 Thread daystar1013
--- In kicad-users@yahoogroups.com, Bodann OSLO [EMAIL PROTECTED] wrote: Hello, I'm Menkilah a C++ developer. I want help about integrating KiCAD on Visual C++ 2005 and compiling it with nmake.exe (makefile.g95). I have already try with nmake but there is error: d était inattendu.

[kicad-users] Metric Gerber and Drill Files

2008-05-29 Thread daystar1013
Does anyone know if I can produce Metric Gerber and Drill files with Kicad?

[kicad-users] eeschema 20080715 Netlist Errors

2008-07-30 Thread daystar1013
The new format for eeschema appears to be causing problems with local labels, global labels, and the new hierarchical label when generating netlists. I am working with a schematic that several people have been working on. It has a root sheet, a sheet inside the root and another one in the

[kicad-users] Re: eeschema 20080715 Netlist Errors

2008-07-31 Thread daystar1013
together and the like. Thanks for your consideration and timely response. --- In kicad-users@yahoogroups.com, jean-pierre charras jean- [EMAIL PROTECTED] wrote: daystar1013 a écrit : The new format for eeschema appears to be causing problems with local labels, global labels, and the new

[kicad-users] Re: change net connection of invisible Pins

2010-03-16 Thread daystar1013
Well, On your two micros, I suggest that you forget ERC and check your NETLIST or better yet open the design in PCBNEW and verify that you do indeed have two power rails. --- In kicad-users@yahoogroups.com, Robert birmingham_spi...@... wrote: Thanks for your replies Carl and Andy. Speaking