Search the web
Sign In
New User? Sign Up
kicad-devel · Kicad Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 138 - 167 of 3675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
138
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...
Magnus Beischer
m_beischer
Offline Send Email
Sep 4, 2006
10:15 pm
139
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 ......
Derek Noffke
derek_noffke
Offline Send Email
Sep 5, 2006
5:35 am
140
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...
ahoyle99
Offline Send Email
Sep 6, 2006
8:26 am
141
... Thanks. Please, send me your script -- Jean-Pierre CHARRAS Maître de conférences Directeur d'études 2ieme année. Génie Electrique et Informatique...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Sep 6, 2006
10:28 am
142
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...
musaitmisiniz
Offline Send Email
Sep 7, 2006
8:47 pm
143
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...
ahoyle99
Offline Send Email
Sep 7, 2006
9:21 pm
144
I did have a look at the net list by making a minimal schematic diagram. The net list look like this: # EESchema Netlist Version 1.0 generee le...
Magnus Beischer
m_beischer
Offline Send Email
Sep 8, 2006
5:09 am
145
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...
derek_noffke
Offline Send Email
Sep 8, 2006
5:38 am
146
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...
derek_noffke
Offline Send Email
Sep 8, 2006
5:42 am
147
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 ...
William Ehlers
williamehler...
Offline Send Email
Sep 8, 2006
3:07 pm
148
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...
peuditself
Offline Send Email
Sep 9, 2006
5:37 pm
149
... 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 ...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Sep 12, 2006
7:48 am
150
... Is that always true with wxWidgets 2.7 ? -- Danilo Uccelli CH-2400 Le Locle danucc@......
Danilo Uccelli
danilouccelli
Offline Send Email
Sep 12, 2006
10:10 am
151
... 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...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Sep 12, 2006
12:36 pm
152
... 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...
peuditself
Offline Send Email
Sep 12, 2006
4:00 pm
153
... 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...
Geert Vancompernolle
gjgvancomper...
Offline Send Email
Sep 14, 2006
11:51 am
154
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...
karlatxtronicsdotcom
karlatxtroni...
Offline Send Email
Sep 16, 2006
11:13 pm
155
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...
Geert Vancompernolle
gjgvancomper...
Offline Send Email
Sep 17, 2006
11:32 am
156
Hi Derek, Just read your message. I just posted another message in the same area (see Building Windows version of KiCad ...
Geert Vancompernolle
gjgvancomper...
Offline Send Email
Sep 17, 2006
11:43 am
157
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...
Geert Vancompernolle
gjgvancomper...
Offline Send Email
Sep 17, 2006
4:05 pm
158
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...
Daniel Wallner
daniel_wallner
Offline Send Email
Sep 17, 2006
9:16 pm
159
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...
Daniel Wallner
daniel_wallner
Offline Send Email
Sep 18, 2006
1:02 am
160
... 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...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Sep 18, 2006
8:39 am
161
... 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) -- ...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Sep 18, 2006
10:11 am
162
Dear Mr. Derek Noffke, I've read a message about Netlist format: ******************************************************************** Re: [kicad-devel] Netlist...
vicinet19752000
Offline Send Email
Sep 19, 2006
9:12 am
163
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...
Boštjan Jerko
bostjan0805
Offline Send Email
Sep 19, 2006
7:04 pm
164
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...
Geert Vancompernolle
gjgvancomper...
Offline Send Email
Sep 19, 2006
7:17 pm
165
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...
Geert Vancompernolle
gjgvancomper...
Offline Send Email
Sep 24, 2006
5:00 pm
166
... It appears that way, I checked CMake cvs too and it doesn't yet seem to be fixed there either, although I didn't test it. [CMake install...
Daniel Wallner
daniel_wallner
Offline Send Email
Sep 24, 2006
10:15 pm
167
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...
dandumit
Offline Send Email
Sep 26, 2006
12:41 pm
Messages 138 - 167 of 3675   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help