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
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
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.
>
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
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
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
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
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 -