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. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
