> 
> I'm using ShellExecute in my application on numerous occasions. What is
> considered to be an OS independent alternative here?? Or do I ifdef it for
> each platform??
> 
> Darius Blaszijk

I do ifdef for each platform.

With lazarus (and KDE, Linux)  I do :


var s:longint;

.
.
.

s:=shell('kfmclient exec '+filename);



-- 
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 8 at http://www.opera.com

Powered by Outblaze
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to