kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #30755
Re: [PATCH] Eagle schematic and project import.
Le 16/09/2017 à 07:28, Russell Oliver a écrit :
> Hi,
>
> Jean-Pierre: can you send me a link to the files you tested it on?
>
> Also for opening either an Eagle schematic or board file, the intended workflow starts within the
> KiCad launcher. File > Import Project > Eagle Cad. This launches both Eeschema, Pcbnew for the
> matching files and then synchronises the timestamps across the files.
>
> Regards
> Russell
>
I found the issue!
The crash is due to the fact certainly the schematic Eagle plugin is missing a switch to the "C"
locale (adding a "LOCALE_IO dummy;" declaration before reading the file), so the floating numbers
create issues in countries that use the comma as floating number separator (like in France).
However, when parsing a file, the Eagle plugin should show an error and abort the load process,
without crashing Eeschema.
--
Jean-Pierre CHARRAS
Follow ups
References