Ok, great.  This might come in handy as some point.  I think I've
gotten past that problem, but now I'm stuck on a new one.  I'm having
compile problems with some of the Windows APIs.  The compiler doesn't
seem to be finding the type definitions.  The specific ones I'm having
problems with are

FILE_BASIC_INFO (used by GetFileInformationByHandleEx)
GetStdHandle()

The docs on both these seem to indicate you only need to include
windows.h, but I've not gotten anything to work yet.

Rick

On Fri, Apr 24, 2009 at 10:33 AM, Mark Miesfeld <[email protected]> wrote:
> On Fri, Apr 24, 2009 at 6:07 AM, Rick McGuire <[email protected]> wrote:
>
>> 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,
>
> I meant to send you this, it is a link that shows a mapping of CRT
> functions to the direct equivalent in the Windows native API.
>
> http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q99456&;
>
> It doesn't help in this case, but it may be handy at some other point.
>
> It shows no direct equivalent for _eof.  But there must some way to
> implement it, I'll look around.
>
> --
> Mark Miesfeld
>
> ------------------------------------------------------------------------------
> Crystal Reports &#45; New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty&#45;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 &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;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

Reply via email to