kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00171
Re: Small bug in liborcad2eeschema
I have managed to modify, compile it and it works well now with a long
list of aliases !
I have made only the following modifications in liborcad2eeschema :
char AliasList[1024]; replaced by :
char AliasList[8192];
and
char Text[1024], *ptr; was replaced by :
char Text[8192], *ptr;
I have used proposed MinGW-5.0.2 and it compiled without any problems.
I'll upload newly compiled executable and converted libraries to kicad
user group.
Excuse me if I have disturbed someone and I truly hope that my very
small effort will use to somebody.
Regards,
Daniel
References