Mark, Have a new challenge for you on the low-level functions. This one is checking whether the stream is at an EOF or not. Right now, I'm getting the size and the current file pointer, but I have this suspicion that really only works if it is a real file. How do I check the status for something like a redirected I/O stream? I've not been able to located anything in the I/O functions that seems to provide the equivalent to the runtime eof() function.
Rick On Fri, Apr 24, 2009 at 8:57 AM, Mark Miesfeld <[email protected]> wrote: > On Fri, Apr 24, 2009 at 2:47 AM, Mike Cowlishaw <[email protected]> wrote: > >> [Yes happy to try any 'experimental' installs.] > > Mike, I sent you a link to the build in a separate e-mail. It is the > beta source tree, just built with Visual Studio 2008. (And the latest > Windows SDK, but that shouldn't have anything to do with the CRT.) > > In reading through Microsoft's docs, there definitely are changes in > the C run times for each successive release of the compiler. It seems > a little like a long-shot here, but worth trying. > > -- > Mark Miesfeld > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
