July 09, 2007
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
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