[Lazarus] LCL and DLLs, initializing the widget set safely?

Marco van de Voort marcov at stack.nl
Wed Dec 9 15:47:05 CET 2009


On Wed, Dec 09, 2009 at 08:11:17AM -0500, Marco Alvarado wrote:
> I converted a demo of a Netscape plug-in from Delphi to Lazarus. I
> just found two bugs, one was solved by placing
> Application.Initialize() right before dynamically creating the form
> (I'm not using lfm), and another related to CreateParented(). With
> those bugs solved, now I have a perfectly running Netscape plugin
> created with Lazarus and LCL 0.9.28. 

Netscape is not created in lazarus, and doesn't communicate over plugin
interface using pascal types.

Which is exactly the problem packages try to solve. Please do not confuse
the situation more than necessary.




More information about the Lazarus mailing list