Browse Source
++Pcbnew
++Pcbnew
Pcbnew: Fixed an issue in GERBER file creation, under Vista and W7 only for non administrator users Plot files were 0 byte length. This was due to use of function tmpfile() in a GERBER function to create a temporary file that seems not working using mingw. Replaced by more usual files functions.pull/1/head
8 changed files with 73 additions and 31 deletions
-
8CHANGELOG.txt
-
10common/common_plotDXF_functions.cpp
-
24common/common_plotGERBER_functions.cpp
-
8common/common_plotHPGL_functions.cpp
-
10common/common_plotPS_functions.cpp
-
22include/plot_common.h
-
18pcbnew/plotgerb.cpp
-
4version.txt
@ -1,4 +1,4 @@ |
|||
release version: |
|||
2010 mar 30 (SVN 2479) |
|||
2010 apr 01 |
|||
files (.zip,.tgz): |
|||
kicad-2010-03-30-final |
|||
kicad-2010-04-01-final |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue