Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Web Browser component 11 years 1 month ago #3593

  • slot
  • slot's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 1
Hi

Can You add GeckoPort component? wiki.freepascal.org/GeckoPort

Now i'm using activex with ieframe.dll but i need cross compile solution :-)

Regards

Please Log in or Create an account to join the conversation.

Web Browser component 11 years 4 weeks ago #3605

  • 4aiman
  • 4aiman's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Comix creator
  • Posts: 227
  • Thank you received: 12
Gecko is cross-platform engine, but you'll need all it's shared modules (dll, so).
On win platform everyone have IE and cannot uninstall it.
On Linux there's no unified engine, so you'll have to install all dependencies with your program, so your end-users either will have to use any kind of the internet connection or install prepackaged dependencies from your installer (which isn't good idea at all).
As for windows - I tried some time ago to use gecko with delphi7 and it works, but I found myself in need of over 30 Mb of engine files.

My point: WE either should use our projects with embedded IE under wine or have a way to define whether gecko/webkit is installed and use one of them.

Anyway, as a good start, geeckoport will do ;)
コンソールマニアック

Please Log in or Create an account to join the conversation.

  • Page:
  • 1