Hi,

> Hmm, confusing stuff.

Yes, it is ;-)

> On http://msdn.microsoft.com/en-us/library/ms860492.aspx you'll find
> that _fileno returns an int value. I believe that _fileno and fileno
> are
> the same, but I may be mistaken.
> 
> MSDN also mentions that _fileno is ISO C++ conformant, and fileno is
> deprecated.

Yes, but also _fileno returns void* with msvc windows ce

> Not sure what to do with this.
> 
> Opinions anyone ?

This is one of the differences between regular Windows and CE (there are
more). I would say mimic the behavior of msvc wince, not the behavior of
msvc regular windows, so let the methods return void*

Johnny


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to