Access Violation in function CreateProcess in Delphi 2009

后端 未结 2 1038
温柔的废话
温柔的废话 2020-12-14 11:08

In my program I\'ve the following code:

//Code
 if not CreateProcess(nil, NonConstCmd, nil, nil, True, NORMAL_PRIORITY_CLASS or
    CREATE_NEW_PROCESS_GROUP,         


        
2条回答
  •  孤街浪徒
    2020-12-14 11:50

    Here an explanation why Unicode Delphi requires a different way to call CreateProcess: http://edn.embarcadero.com/article/38693

提交回复
热议问题