winelib app compatibility between wine versions

2005-10-26 Thread Eugene Aksenov
our winelib app was originally built/run under wine-*-20050524 and we also ran the binaries under the next versions of wine, for example under wine-20050725. But under wine-20050930 the binary failed to start with 'segmentation fault'. i also tried to run notepad.exe.so from wine-20050524 bin

Re: Winelib MFC app crashes after printing

2005-06-02 Thread Eugene Aksenov
Hello Eric Yes, this patch fixes the problem. Thanks for the description. I checked on linux only. Perhaps, the patch is to be submitted. -- Eugene >Eugene Aksenov wrote: >> I have a small MFC app ported to winelib which uses MFC compiled with >> winelib. Really, it is jus

Winelib MFC app crashes after printing

2005-06-01 Thread Eugene Aksenov
Hello, I have a small MFC app ported to winelib which uses MFC compiled with winelib. Really, it is just an App-Wizard generated application. I always have a crash of the application after printing. The page is printed ok but after that the app crashes. I use LPD for printing and my command lin