Mark, I've got a good start on converting SysFile to use the direct I/O functions. I've got everything converted up to the getTimeStamp() methods, where I sort of hit a wall. There are just a few things left to convert, so anything you can figure out about what functions to use would be really great.
Rick On Thu, Apr 23, 2009 at 3:56 PM, Mark Miesfeld <[email protected]> wrote: > On Thu, Apr 23, 2009 at 12:37 PM, Rick McGuire <[email protected]> wrote: >> Answers below. >> >> On Thu, Apr 23, 2009 at 3:23 PM, Mark Miesfeld <[email protected]> wrote: >>> >>> One other option, is to try building with VC++ 2003 and / or VC++ >>> 2008. I have both Visual Studios. I think both of them will have a >>> different CRT, maybe only slightly different. I don't know how much >>> change there is between versions, but there is some. >> >> That might be an interesting experiment to try, though I think I'd go >> to 2008 rather than 2003. > > Yeah I thought 2008 might have some fixes in it. > > What I could do is build a install package with 2008 and, if Mike was > willing, maybe over the weekend, he could try it and see if his > problem goes away. > >> Do you know that they used to flush this? _fflush() and _flushall() >> are stdio routines, not lowlevel I/O routines. The only lowlevel >> routine I found was _commit() which was not happy when I attempted to >> use that on any stream! > > I saw a couple variations where people wrote their own small function > to pull everything out of the buffer. Let me see if I can find it > again. The reason it caught my attention was that several different > people were independently reporting seeing a problem. > > -- > 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
