[fpc-devel]Re: Bug in AssignPipe() on Linux
    Jeff Pohlmeyer 
    yetanothergeek at yahoo.com
       
    Sun Nov  9 11:50:32 CET 2003
    
    
  
> > Did you try the example I posted?
> Yes, and it runs fine.
> Peter
hmmm...
 I have tried everything you suggested  ( and everything else I can think of )
 but I still can't get it to work.
 
Could someone else please try this with the Linux 1.9.0 compiler,  
and let me know the results ?
 
program pipetest;
uses errors, unix;
var
  pipi, pipo: text;
begin
  AssignPipe(pipi, pipo);
  perror('AssignPipe', LinuxError);
end.
Thanks, 
 - Jeff
__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
    
    
More information about the fpc-devel
mailing list