[Lazarus] ExecuteProcess and URL

Marco van de Voort marcov at stack.nl
Thu Aug 12 14:12:47 CEST 2010


On Wed, Aug 11, 2010 at 10:34:08AM -0400, Luis R. Hilario B. wrote:
> I am experiencing a problem with the URLs and some characters. E.g.
> 
> file:///home/user1/help/file.html#help
 
> It does not work, because the result is:
> 
> file:///home/user1/help/file.html%23help

> Web browsers say "File not found." (FF, Konqueror, Chromium)
> 
> I tried TProcess, ExecuteProcess and UTF8Process, without positive results.

These functions are for executing files, and don't take URLS (which are a
web thing)

Try openurl.
 




More information about the Lazarus mailing list