I need to trigger Application 2 "NumbersUpdate.exe" from Application 1 "MyProg.exe".
The following initiating from "MyProg.exe" produces exception "class EInvalidPointer with message
'Invalid [pointer operation'".
WinExec('c:\Program Files\MyPrograms\NumbersUpdate.exe', SW_SHOWNORMAL);
What am I missing?
Thanks in advance for this urgently needed help.
delphiman
Old Man Delphi
The following initiating from "MyProg.exe" produces exception "class EInvalidPointer with message
'Invalid [pointer operation'".
WinExec('c:\Program Files\MyPrograms\NumbersUpdate.exe', SW_SHOWNORMAL);
What am I missing?
Thanks in advance for this urgently needed help.
delphiman
Old Man Delphi