Apologies if this is the wrong forum I couldn't see a more specific one.
I have a number of Delhi 7 applications that I would like to port across to Lazarus. Making them cross-platform in the process would be cool - I mostly use Linux these days - but for now getting them to work in 32-Bit Windows would be a good starting point. I have never had much luck using the Delphi Conversion tool.
I think what I'm looking for is some general advice: Is it usually more hassle than it's worth or is it worth the effort?
My apps are generally pretty small in themselves but rely on open source libraries that haven't themselves been maintained for years; if I could succeed it giving those libraries a new lease of life that would be great. (I used Delphi a lot back in the day but these days I'm mostly writing in script languages like Python so I'm a bit rusty when it comes to GUI apps and compilers!)
As a specific example of a library I need to use right now:
https://github.com/engycz/propc - unlikely to be of interest to many people but a good example because it's quite small, doesn't have many dependencies, and comes with lots of simple sample applications.