Re: Looking to implement msvcp90's basic_ifstream (and friends)

2011-12-18 Thread Aaron Faanes
On Sun, Dec 18, 2011 at 4:39 AM, Piotr Caban wrote: > On 12/17/11 10:10 PM, Aaron Faanes wrote: >> >> I agree that the locale stuff should come first. Would implementing the >> stubs in dlls/msvcp90/locale.c be a good place to start? > > I'm working on implementing

Re: Looking to implement msvcp90's basic_ifstream (and friends)

2011-12-17 Thread Aaron Faanes
On Sat, Dec 17, 2011 at 6:29 AM, Piotr Caban wrote: > On 12/16/11 11:18 PM, Aaron Faanes wrote: >> >> The bug is due to msvcp90 missing its file I/O stuff. > > There's a lot of classes/functions that io classes depends on. My current > goal is to implement cout in

Looking to implement msvcp90's basic_ifstream (and friends)

2011-12-16 Thread Aaron Faanes
s this the right approach, or is there another API that is more preferable? -- Aaron Faanes