1. ProgramHandle := Winexec(strpcopy(pExePath,
format('%s%s %s %s', [sHomeDir,fname, sParamStr1,sParamStr2])),
SW_SHOWNORMAL);
2. ProgramHandle := Winexec(Pchar('acmain'+MENU_GBN+'p.exe '+edit1.text+ ' '
+USER_DIV ),sw_shownormal)
여기서 1번과 2번의 winexec 의 쓰임새를 비교해서 알고 싶습니다.
더불러 Pchar 과 strpcopy 가 어떻게 쓰이는지두 알고 싶어용
초보라서 죄송합니다. 부탁드릴게요~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~