Re: basic_ifstream implementation

2011-10-28 Thread Frédéric Delanoy
On Fri, Oct 28, 2011 at 01:30, Josh Juran wrote: > I appreciate your (and others') willingness to provide feedback.   > Unfortunately, my job in this case is to make certain apps work (by hack or > by crack) and move on. What you could do is add/update the AppDB entry for this program, and link

Re: basic_ifstream implementation

2011-10-27 Thread Josh Juran
On Oct 27, 2011, at 12:35 AM, Piotr Caban wrote: > On 10/27/11 2:01 AM, Josh Juran wrote: >> On Oct 26, 2011, at 11:59 AM, Josh Juran wrote: >> >>> I'm ready to begin work on a basic_ifstream implementation for Wine, which >>> is needed for the game Vampi

Re: basic_ifstream implementation

2011-10-27 Thread Piotr Caban
On 10/27/11 2:01 AM, Josh Juran wrote: On Oct 26, 2011, at 11:59 AM, Josh Juran wrote: I'm ready to begin work on a basic_ifstream implementation for Wine, which is needed for the game Vampire Secrets among others. In order to implement it correctly lots of functions/classes needs

Re: basic_ifstream implementation

2011-10-26 Thread Octavian Voicu
On Thu, Oct 27, 2011 at 2:01 AM, Josh Juran wrote: >  @ stub -arch=win64 > ??0?$basic_ifstream@DU?$char_traits@D@std@@@std@@QEAA@PEBDHH@Z >  @ stub -arch=win64 ??_D?$basic_ifstream@DU?$char_traits@D@std@@@std@@QEAAXXZ You forgot to update the win64 stubs in the spec file. Octavian

Re: basic_ifstream implementation

2011-10-26 Thread Josh Juran
On Oct 26, 2011, at 11:59 AM, Josh Juran wrote: > I'm ready to begin work on a basic_ifstream implementation for Wine, which is > needed for the game Vampire Secrets among others. > > http://bugs.winehq.org/show_bug.cgi?id=28612 > > First I'd like to check that Pi

basic_ifstream implementation

2011-10-26 Thread Josh Juran
I'm ready to begin work on a basic_ifstream implementation for Wine, which is needed for the game Vampire Secrets among others. http://bugs.winehq.org/show_bug.cgi?id=28612 First I'd like to check that Piotr isn't already working on this. If not, I'm open to any advice on