I am using Delphi 6
I am uding shellexecute in a program to start an other program with 3
parameters:
Shellexecute(Handle,pchar('open'),pchar('newprogram.exe'),pchar(param1+'
'+param2+' '+param3),Pchar(''),sw_normal)
In Newprogram.exe i am using jeg param(1)-param(3) reading the 3 parameters.
It works fine, but...
On some - only some - windows 98 mashines it does not work.
Can someone help me?
Peder
|