Re: potential bug in winecfg

2005-12-28 Thread Jesse Allen
On 12/28/05, Segin <[EMAIL PROTECTED]> wrote: > I was attempting to add another override for a program > (C:\StarCraft\starcraft.exe), however, when I selected the "Emulate > Virtual Desktop" checkbox, winecfg freezes. There is no CPU usage, and > there is nothing trown to the console. I am using L

potential bug in winecfg

2005-12-28 Thread Segin
I was attempting to add another override for a program (C:\StarCraft\starcraft.exe), however, when I selected the "Emulate Virtual Desktop" checkbox, winecfg freezes. There is no CPU usage, and there is nothing trown to the console. I am using Linux 2.6.14-gentoo-r3, and the slackware 10.2 bina

re: a more native host environment

2005-12-28 Thread Dan Kegel
Justin wrote: > I'd like to see wine produce real PE dll files that > use unix system calls as a back end. For example, a > real kernel32.dll in PE format that maps at the same > addresses as the windows XP version, and so on. I think that would make it hard to link in Linux shared libraries. >

re: [commdlg] Fix ChooseColor / pr4125

2005-12-28 Thread Dan Kegel
On 12/26/05, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Dan Kegel <[EMAIL PROTECTED]> writes: > > Signed-off-by: [EMAIL PROTECTED] > > Fix for http://bugs.winehq.org/show_bug.cgi?id=4125 > > This lets the color picker respond properly to keystrokes > > This fix was made with only the most supe

Re: a more native host environment

2005-12-28 Thread Vitaliy Margolen
Wednesday, December 28, 2005, 12:22:07 PM, Justin Lesarge wrote: > I'd like to see wine produce real PE dll files that > use unix system calls as a back end. For example, a > real kernel32.dll in PE format that maps at the same > addresses as the windows XP version, and so on. That's not the way

a more native host environment

2005-12-28 Thread Justin Lesarge
I'd like to see wine produce real PE dll files that use unix system calls as a back end. For example, a real kernel32.dll in PE format that maps at the same addresses as the windows XP version, and so on. PE executables could be seamlessly loaded with an ibcs extension and properly linked agains

Invisible fonts - unimplemented SPI_GETFONTSMOOTHINGTYPE

2005-12-28 Thread Peter Åstrand
I'm trying to get the application "Nya Multigram" (http://www.softogram.se/multigramkunskapsbanken.html) running in Wine. It works somewhat, but the initial screen (which should look like http://www.softogram.se/grafik/multigramkunskapsbanken/mgkbscreenshot4.jpg) doesn't have any text. The bu

Re: SPARC assembly won't compile, problems with NT headers

2005-12-28 Thread Alexandre Julliard
Troy Rollo <[EMAIL PROTECTED]> writes: > On the other hand it seems this field ends up with the wrong value under x86 > anyway, since the calculation is "_end - .L__wine_spec_rva_base". > ".L__wine_spec_rva_base" is in ".data", which in kernel32.dll.so on my system > is section 21 at 0xb6940 -