I'm having trouble using OpenURL and mailto to open an email on the client. Using OpenURL I can open websites so that's working fine. Entering 'mailto:myname@theinternets.com?subject=test' into the browser address bar works fine and opens an email as expected. However calling:
OpenURL('mailto:myname@theinternets.com?subject=test');
results in a SIGTRAP error.
Any ideas what transpires?
Mac - Snow Leopard
Lazarus - 1.0.8 Carbon
Default Browser - Chrome
Thanks in advance.