http://bugs.winehq.org/show_bug.cgi?id=6078
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-01-12 14:32 -------
Could someone help me out with this: from MSDN i read:
UINT_PTR SHAppBarMessage(DWORD dwMessage,PAPPBARDATA pData);
Parameters: dwMessage
This parameter can be one of the following values:
ABM_NEW: Registers a new appbar and specifies the message identifier that the
system should use to send notification messages to the appbar.
Furthermore …
[View More]there is on msdn for the APPBARDATA Structure:
Member uCallbackMessage:
Application-defined message identifier. The application uses the specified
identifier for notification messages that it sends to the appbar identified by
the hWnd member. This member is used when sending the ABM_NEW message.
Now in wine i see this implementation:
case ABM_NEW:
/* cbSize, hWnd, and uCallbackMessage are used. All other ignored */
SetWindowPos(data->hWnd,HWND_TOP,0,0,0,0,SWP_SHOWWINDOW|SWP_NOMOVE|SWP_NOSIZE);
return TRUE;
And that's it. I don't understand how this corresponds to the above description
on MSDN, but maybe i'm too noobish. Could someone explain?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=6814
------- Additional Comments From thestig(a)google.com 2006-01-12 13:25 -------
I can reproduce the bug on wine 0.9.24.
On windows, the test program returns: 31, 31, 32.
Ya sure, I'll add a test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4297
------- Additional Comments From diego(a)rosanegra.org 2006-01-12 13:23 -------
I have this error too:
err:keyboard:X11DRV_ToUnicodeEx (virtKey=E1,scanCode=61,keycode=2F,state=10)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 00F1 (ntilde)
I have Ubuntu 64 bits. I have installed the x86 binary version of the wine, a
amd64 binary and I have compiled like the wiki says.
The environment is on Spanish, and I cannot use ñ or áé…
[View More]íóú, that are typical in
my language, but I can see them in the program.
I have probed LANG=es_ES es_ES.UTF-8 and es_ES.ISO-8859-1 before running wine,
but I have the same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=6814
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thestig(a)google.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2006-01-12 13:20 -------
Lei, can you add this test to the …
[View More]Wine test suite please?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=6816
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From thestig(a)google.com 2006-01-12 12:17 -------
Can you tell us what "xerox application" you are referring to? Is there a link
to its website where we can download it?
--
Configure bugmail: http://…
[View More]bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=6815
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-01-12 12:09 -------
That is intended behavior. Wine has "preloader" that allocates all the memory
Wine …
[View More]might need for itself. This is in a way to guarantee that all OS libraries
will be loaded into 3rd GB.
Because all Windows programs are not movable Wine needs to have first 2GB of
address space to itself. Also there are few system structures that have to be
allocated at exact address. Also some of Wine "dlls" needs to reside at the same
place, that is close to Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=3075
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|FIXED |
Summary|Civ III Setup.exe fails with|Civ III Setup.exe (and
|Error installing |others) fails with Error
|iKernel.…
[View More]exe: (0x1400) |installing iKernel.exe:
| |(0x1400)
------- Additional Comments From tony.lambregts(a)gmail.com 2006-01-12 12:05 -------
Looking at this bug report and comments from the application database this
problem is not fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=4863
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-01-12 11:46 -------
Reported fixed in git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
-…
[View More]------ You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]