[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 i

[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 (5"X3") with six - 16 pin SO14E footprints and two TQFP-44's, 1206 resi

[kicad-users] Re: Pcbnew Problems

2007-12-13 Thread daystar1013
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" wrote: > > > > I use kicad daily for reverse engineeering and occasionally

[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 gerbe

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

2007-12-17 Thread daystar1013
In pcbnew, click the add modules button and add the module 1PIN. Then right click on the pad and select pad/edit pad. Here you can assign the pad to a net and adjust the size as needed. --- In kicad-users@yahoogroups.com, "ahuitzot" <[EMAIL PROTECTED]> wrote: > > --- In kicad-users@yahoogroups.c

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

2007-12-29 Thread daystar1013
lease. > Am I missing something or there are new features in the coming > release? Currently I can't determine which is the better choice: > > 1. Change back to version before Nov 29 RC2 to get rid of cvpcb > crash; > 2. Use the non-official exe's from above

[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 inatten

[kicad-users] Re: How do you route a rats nest?

2008-01-12 Thread daystar1013
--- In kicad-users@yahoogroups.com, "tony.payn" <[EMAIL PROTECTED]> wrote: > > Hi > > I'm new to kicad (day one) but am finding it generally easy to use. > > However I can't see how to manually route a rats nest. I would like to > select a rat and convert it to track manually one segment at a t

[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 seco

[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 wrote: > > daystar1013 a écrit : > > > > The new format for eeschema appears to be causing problems with local > > labels, global labels,

[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 wrote: > > Thanks for your replies Carl and Andy. > > Speaking for myself, I hav