Good day!

Wine-20000526 plus preliminary separate address spaces and the first fix
to that from Alexandre to wine-devel 28 May 12:30:21 -700.  At least
that's how it looks to me.  For a model, I put printf's into hello.c:


        ShowWindow(hwnd, nCmdShow);
        UpdateWindow(hwnd);

   printf("%8x LoadLibrary16
commctrl.dll\n",LoadLibrary16("commctrl.dll"));
   printf("%8x LoadLibraryA 
comctl32.dll\n",LoadLibraryA("comctl32.dll"));
   printf("%8x LoadLibrary16 crtdll.dll\n",LoadLibrary16("crtdll.dll"));
   printf("%8x LoadLibrary16 shell.dll\n",LoadLibrary16("shell.dll"));
   printf("%8x LoadLibrary16
commctrl.dll\n",LoadLibrary16("commctrl.dll"));
   printf("%8x LoadLibrary16 gdi.dll\n",LoadLibrary16("gdi.dll"));
   printf("%8x LoadLibrary16
commdlg.dll\n",LoadLibrary16("commdlg.dll"));
                                                                        
        while(GetMessage(&msg, NULL, 0, 0)) {
                TranslateMessage(&msg);
                DispatchMessage(&msg);
        }                                       
        return msg.wParam;
}                                       

And got this result:

       2 LoadLibrary16 commctrl.dll
40af9000 LoadLibraryA  comctl32.dll
       2 LoadLibrary16 crtdll.dll
     277 LoadLibrary16 shell.dll
       2 LoadLibrary16 commctrl.dll
     1e7 LoadLibrary16 gdi.dll
     4ff LoadLibrary16 commdlg.dll

If this is fallout from SAS that has been fixed and I just haven't
caught up with it, sorry to bother you.  Is there anywhere I can get by
ftp or so patches (http will do) approximately as they're committed?

If it's not fixed, has anyone any ideas how to go after it?

Regards,

Lawson
---cut here




________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.

Reply via email to