2010/3/19 durianblengin <[email protected]> > > > > > --- In [email protected] <kicad-users%40yahoogroups.com>, > "vladimir_uryvaev" <vovan...@...> wrote: > > > --- In [email protected] <kicad-users%40yahoogroups.com>, > "durianblengin" <linuxfan@> wrote: > > > I wrote a win32 application to manage kicad schematic libraries. > > > > > p. s. Hmmm... > > > <linuxfan@> > > So why win32 app? ;) > > ...because delphi is unbeatable for writing and debugging, until I will > develop a linux RAD... :-) > > > Hello,
You can port your Delphi code on Lazarus (free pascal) and it become directly compilable on Windows, Linux and Mac_OS. If you have the sources of all modules, the port does not take more than a few hours. Take a look here : http://www.freepascal.org/ The RAD is very close to Delphi and is open source. Welcome on the open-source world. Danilo Uccelli
