internal error toObjFile()
Jay Dresser
dmd at jaydresser.us
Mon May 28 11:03:30 PDT 2007
That sounds like the one I'm using. It's a ProcessStream and it had a
small number of bugs. :)
Being new to D, I'm not sure why I need all this stuff wrapped around
popen(), I could just use the C one, right? But I trust there is a reason.
Regan Heath wrote:
> Just thought I'd mention that I wrote a ProcessStream implementation a while back and posted it to this newsgroup.
>
> It uses system calls which give you more control than popen.
>
> You might find it interesting.
>
> I recall there being a number of small bugs in it (because I couldn't test on UNIX at the time).
>
> I dont have it with me (I have moved countries and stupidly left many things behind) so I did a google for it:
>
> http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=IRFA,IRFA:2005-52,IRFA:en&q=site%3adigitalmars%2ecom+%22Regan+Heath%22+process%2ed
>
> and found the following, and more...
> http://www.digitalmars.com/d/archives/digitalmars/D/learn/3421.html
>
> http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.learn&artnum=581&header
>
> http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.learn&artnum=3156
>
> Regan
More information about the Digitalmars-d-learn
mailing list