Mattias Gaertner <[email protected]> wrote on 06/10/2010 12:42:58 PM: > > 06/10/2010 12:43 PM > > > On Thu, 10 Jun 2010 16:31:51 +0000 > "K. P." <[email protected]> wrote: > > > > > > > Hi all ~ > > am in the process of converting one of our win32 delphi apps to > lazarus/cross platform. > > Converting something trivial like > > ShellExecute( 0, nil, PChar( url ), nil, nil, SW_SHOWDEFAULT ); > > How can I find the default browser (if any) on supported platforms? > > unit LCLIntf function OpenURL > > Mattias >
Only on 0.9.30+ IIRC. If you have an earlier version I believe you have to jump thru the hoops as documented in the wiki article(s).
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
