<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1476" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>primitiveCreatePipe and 
primitiveCreatePipeWithSessionIdentifier&nbsp;methods of 
Win32OSProcessPlugin&nbsp;both call createPipeForReaderwriter which is defined 
for the UnixOSProcessPlugin but not the Win32OSProcessPlugin.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I suspect that it isn't safe to just copy the 
method over either because I think the Win32 version uses Windows specific calls 
not posix emulation.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Another problem I noticed is that it also (I don't 
know how he got that in) has the lines:</FONT></DIV>
<DIV><FONT face=Arial size=2>#include "FilePlugin.h"<BR>#include 
"SocketPlugin.h"<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>I had to copy the .h files by hand to get it to 
compile (if not link).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Joshua Scholar</DIV></FONT></BODY></HTML>