July 09, 2007 CreateProcess() | ||||
---|---|---|---|---|
| ||||
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 |
July 09, 2007 Re: CreateProcess() | ||||
---|---|---|---|---|
| ||||
Posted in reply to Roger | 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 |
Copyright © 1999-2021 by the D Language Foundation