[Lazarus] Migrating Delphi application in Lazarus cross-platform

Toan Pham tpham3783 at gmail.com
Tue Jun 9 17:39:42 CEST 2009


There's no TWebbrowser in Lazarus/fpc as it is an ie based component.

You'll have to change your design not to use TWebbrowser.

On Tue, Jun 9, 2009 at 7:19 AM, Mattias
Gaertner<nc-gaertnma at netcologne.de> wrote:
> On Tue, 9 Jun 2009 11:30:34 +0200
> Antonio Sanguigni <a.sanguigni at gmail.com> wrote:
>
>> Hi all,
>>
>> I would like to migrate an application from Delphi 7(win32) in
>> Lazarus, so that could run also in Linux.
>> I believe the point that can give me some problem is the use I made in
>> my application of TWebBrowser. The user have to login into a private
>> (ASP) website, navigate until the page where are the row I need to
>> parse to fill the db. So, is there a chance I can replace TWebBrowser
>> with a cross-platform one ?
>
> Just an idea:
> For the visual control you can try the turbopower ipro control.
> For the secure connection you can use synapse.
>
> Mattias
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>




More information about the Lazarus mailing list