Looking to implement msvcp90's basic_ifstream (and friends)

Aaron Faanes dafrito at gmail.com
Fri Dec 16 16:18:00 CST 2011


Howdy!

I ran into this bug when running a game of mine, and it seemed doable
for me. The bug is due to msvcp90 missing its file I/O stuff. Here's
the link:

http://bugs.winehq.org/show_bug.cgi?id=25966

My intention is to implement these classes as wrappers of ntdll's file
I/O API. Is this the right approach, or is there another API that is
more preferable?

-- 
Aaron Faanes <dafrito at gmail.com>



More information about the wine-devel mailing list