I read on msdn that:
WinExec Function
Runs the specified application.
Note This function is provided only for compatibility with 16-bit Windows. Applications should use the CreateProcess function.
Do we have to change the WINEXEC calls to CreateProcess?
Thanks in advance
Otto