>>If you have acces to Windows API functions
That I am not sure but the following link says so if I understand it right.
http://www.digitalmars.com
I mean which functions and where? I have a confusion about the term API concept, documentation or what? (Sorry of that illiterate being:)
So, in your work which I find it really helpful, you give examples regarding shellexecute function. In my case, am i going to reimplement a shellexecute function?
By the way, I found out a stdlib.h header file of D. (That I missed before). I attached stdlib.h of both VS 6.0 and the one coming with D. I tried for it to run the process but simply, I couldn't compile it that D gives errors.
Thanks for your interest...I really appreciate...
Main Topics
Browse All Topics





by: DanRollinsPosted on 2009-10-24 at 12:34:13ID: 25653877
If you have acces to Windows API functions, then the same techniques as used in C++ should work for you. Please see:
Execute a Program with C++ e.com/A_15 95.html
http://www.experts-exchang