I just started out with Lazarus coming from a C/C++ background. I have only coded console apps and DLLs. I have found coding GUIs in C++ too complex and decided to take the plunge and learn FreePascal and Lazarus. So far I am very impressed, much better than wxWidgets.
Anyway, one app I want to create needs multi-threading and form filling. The standard on the web seems to be cURL (curlpas), but I cannot get it to install correctly, perhaps because it is too old (2005). I have looked at Synapse as well, but I cannot really figure out how it fills forms and if I can do it in several threads.
Does anyone have any experience with cURL and Ararat Synapse, especially when it comes to form filling? Which is the best choice? Any other solutions?