www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - CreateProcess()

reply Roger <rogerb121 yahoo.com> writes:
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
parent Regan Heath <regan netmail.co.nz> writes:
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