digitalmars.D.learn - CreateProcess()
- Roger (3/3) Jul 08 2007 I am trying to use Win32's CreateProcess(). I am unsure of how to decla...
- Regan Heath (8/9) Jul 09 2007 I wrote one a while back:
I am trying to use Win32's CreateProcess(). I am unsure of how to declare stuff like STARTUPINFO and PROCESS_INFORMATION. I haven't done any C or C++ in windows, so I am new to the API and the conventions for using it from D. Thanks, rog
Jul 08 2007
Roger wrote:I am trying to use Win32's CreateProcess(). I am unsure of how to declare stuff like STARTUPINFO and PROCESS_INFORMATION. I haven't done any C or C++ in windows, so I am new to the API and the conventions for using it from D.I wrote one a while back: http://www.digitalmars.com/d/archives/digitalmars/D/learn/internal_error_toObjFile_7911.html You can search the mailing list archives from here: http://www.digitalmars.com/d/archives/digitalmars/D/index.html http://www.digitalmars.com/d/archives/digitalmars/D/learn/index.html ..etc.. Regan
Jul 09 2007