Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Minibrowser no longer compiles

Post Reply
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Minibrowser no longer compiles

Post by salvadordf »

Hi,

Perhaps the conversion wasn't complete. I tried to convert the MiniBrowser project to Lazarus 2.0.2 in 32 bits with the default settings and I had to do all these steps :
  • Comment the AppEvnts unit in uMiniBrowser.pas
  • Remove all mentions of TApplicationEvents in the uMiniBrowser.pas and and uMiniBrowser.lfm files.
  • Remove the padding properties in URLEditPnl by editting the uMiniBrowser.lfm file.
  • Add the "Windows" unit to the uses section in the uMiniBrowser.pas and MiniBrowser.lpr files.
It's not a perfect conversion but it works. I would recommend to create a new project based on the SimpleLazarusBrowser demo and test all the Delphi demos with Delphi Community Edition.

I just updated CEF4Delphi to CEF 73.1.13. If the online package manager doesn't show you that version upgrade manually.
Post Reply