> Theoretically no if it's the one based on Netscape plugins interface > wich is similar to ActiveX this is quite a CrossBrowser solution and > CrossPlatform, it's as simple to load as a dll/so you just need to > know where it is in your system :)
Problem with this approach (in browsers' context I mean, not in other projects) is you have no late-binding support (for scripting), no location transparency, no versioning (can't load the same DLL many times) etc. ---------------- George Birbilis ([EMAIL PROTECTED]) Computer & Informatics Engineer Microsoft MVP J# for 2004-2007 Borland "Spirit of Delphi" 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
