Path: utzoo!attcan!uunet!husc6!mailrus!ames!pasteur!ucbvax!UREGINA1.BITNET!STETNERD From: STETNERD@UREGINA1.BITNET ("Douglas G. Stetner") Newsgroups: comp.sys.amiga.tech Subject: Manx exec bug with 1.3??? Message-ID: <8811161950.AA27833@jade.berkeley.edu> Date: 16 Nov 88 17:12:07 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 28 I have noticed that a simple program that calls Execute() will compile fine but not work correctly under Kickstart/Workbench 1.3. The offending program follows: (compiled with 32bit library) #include #include main() { int success; success = Execute("dir", 0L, 0L ); if( success == 0 ) printf( "Error : %ld\n", IoErr() ); } I have tried full path name in the Execute() and stuff like that. The error it returns is 205, I believe this is a "channel not available" error, anyone know whats wrong?? (other than the libraries being broken?) Please ignore any spelling errors etc. Douglas Stetner Systems Manager Computer Science Department University of Regina Regina, Saskatchewan, Canada (Standard Disclaimers Apply)