(this is for review by people who know better than me :)
[ some functions are replaced here by lower case versions
because this code is not part of dlls/ntdll/thread.c.
consequently, we have to dlopen() that library,
and dlsym() the functions we need. if this ever makes
it into Wine, this
"Rafael Ávila de Espíndola" <[EMAIL PROTECTED]> wrote:
> I am having the following problem with a abnt2 (Brazilian) keyboard:
>
> When the numlock is off both delete keys work correctly. If the numlock is on
> both key produce a delete plus a comma. The message
> http://www.winehq.org/hypermail/wi
You are looking for "Source Navigator"
It's here...
http://sourcenav.sourceforge.net/
It's pretty cool if you want to follow what goes
where. All the pretty arrows too. (It's horazontal
along the top of the screen, not vertical) You can
follow functions, stucts, header files. I used it when
I was
On Tue, 30 Mar 2004, Ivan Leo Murray-Smith wrote:
> this seems to be broken on win2k3, even if run in compatibility mode. See
> attached screenshot. It's OK on wine, and I don't have other versions of windows
> to test.
It looks like it's just an issue with the font size that's a bit bigger
than
On Thu, 31 Mar 2004, [EMAIL PROTECTED] wrote:
> Hi,
>
> I'm starting to use the latest winelib (wine-20040309 release) to try
> eventually compiling an windows MFC app I wrote. Before attempting this
> however, I'm following all directions in the winelib user guide, but the
> Test Drive fails and
Le mer 31/03/2004 à 11:49, Peter Hanecak a écrit :
> Hello,
>
> while building Wine on "RedHat 9"-like system I encountered two typo in
> Wine documentation which prevented me from "compiling" documentation with
> docbook2html (docbook-utils-0.6.12-5).
The fix is correct, but it's already been
On Wed, 31 Mar 2004, Tom wrote:
> Hi,
>
> http://www.winehq.org/site/winapi_stats
>
> Is incorrect as it shows Total 19640 100%
> 100% would be nice but its incorect!
I just noticed that there are some extra dlls to filter out:
ttydrv
winealsa.drv
winearts.drv
wineaudioio.drv
wined3d
winedos
win
Hi,
I'm starting to use the latest winelib (wine-20040309 release) to try
eventually compiling an windows MFC app I wrote. Before attempting this
however, I'm following all directions in the winelib user guide, but the
Test Drive fails and so it tells me to post to this mailing list.
I named m
On Wed, 2004-03-31 at 00:39, Robert Reif wrote:
> OK, I'm convinced alsa is the way to go. How about using the
> already implemented HardwareAcceleration for setting the level
> of acceleration. Use Basic for a full plugin version, Standard for
> hw access and Full for real hardware acceleration w
Dear Wine Devel list,
I was reading the Drag&Drop implementation in
the Wine sources and didn't find a SetProp() of the handle with the property
"OleDropTargetInterface" to the IDropTarget pointer.
I think it's not a well documented property (not in
MSDN) but it appears to be useful if some
Tom <[EMAIL PROTECTED]> writes:
> Sorry here it is again, Thanks to Ivan & Aric for there time!
> If there is a problem with this patch can someone let me know ? :-)
I put it in, but next time please send the Makefile changes too, and
make the diff relative to the top-level directory. Thanks.
-
> > If you want to do exactly what native shell32 does, you can just drop
> > all the old (non-desktop mode) code and replace it with what my
> > patch wanted to do in desktop mode.
>
> Yes, I realise that. I guess you checked that these are the same
> messages native shell32.dll uses?
Yes, it's
Eric Pouech <[EMAIL PROTECTED]> writes:
> Alexandre Julliard a écrit :
>> Warren Turkal <[EMAIL PROTECTED]> writes:
>>>I found this while searching for the cause of Empire Earth to not work.
>>>These are defined in multiple places. Would it not be better to just
>>>include ntstatus.h in winnt.h?
>
Alexandre Julliard a écrit :
Warren Turkal <[EMAIL PROTECTED]> writes:
[EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' *
ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005
winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005
I found this while searching for the c
Warren Turkal <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' *
> ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005
> winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005
>
> I found this while searching for the cause of Empire Earth
[EMAIL PROTECTED] writes:
> while going through some of the code I saw that in the above mentioned
> function we sometimes do a SendMessage(A/W) depending on the setting of
> the unicode parameter. In the same function we do 3 SendMessageW's without
> checking unicode. Is this correct or is this n
Hello Warren,
--- Warren Turkal <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' *
> ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005
> winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005
>
> I found this while searching for the cau
Hi,
while going through some of the code I saw that in the above mentioned
function we sometimes do a SendMessage(A/W) depending on the setting of
the unicode parameter. In the same function we do 3 SendMessageW's without
checking unicode. Is this correct or is this not harmful ?
Cheers,
Paul Vr
I am having the following problem with a abnt2 (Brazilian) keyboard:
When the numlock is off both delete keys work correctly. If the numlock is on
both key produce a delete plus a comma. The message
http://www.winehq.org/hypermail/wine-patches/2002/12/0329.html
appears to describe the same proble
To whoever is working on filesystem - let me remind you again (and again)
that bsd autofs mountpoints do not exist until accessed - and they will not
get created for removable media devices without a medium inserted, not
even upon access / stat.
Therefore, mapping "a:" to autofs'd "/vol/floppy" wil
[EMAIL PROTECTED]:~/src/wine/wine/include$ grep -ri 'c005' *
ntstatus.h:#define STATUS_ACCESS_VIOLATION 0xC005
winnt.h:#define STATUS_ACCESS_VIOLATION 0xC005
I found this while searching for the cause of Empire Earth to not work.
These are defined in multiple places.
Ivan Leo Murray-Smith wrote:
It's a new file, how do I diff againt cvs if the file isn't in cvs ?
You can diff a file even if it isn't in the CVS. Just run
diff -urN wine/ new/ > patch.diff
where wine is the current cvs code and new is the source tree with all the
changes you've made. You can
> It's a new file, how do I diff againt cvs if the file isn't in cvs ?
You can diff a file even if it isn't in the CVS. Just run
diff -urN wine/ new/ > patch.diff
where wine is the current cvs code and new is the source tree with all the
changes you've made. You can avoid duplicating the whole tre
Ivan Leo Murray-Smith wrote:
May I ask why this bounced ?
Maybe because it isn't a diff file?
Ivan.
It's a new file, how do I diff againt cvs if the file isn't in cvs ?
I thought maybe I should have set 2600 to just 26 ??
Tom
> May I ask why this bounced ?
Maybe because it isn't a diff file?
Ivan.
Andrew Talbot reports a regression in icon handling in this bug report.
http://bugs.winehq.org/show_bug.cgi?id=2135
apparently it was caused by this patch
http://cvs.winehq.org/patch.py?id=11698
--
Tony Lambregts
Hi,
http://www.winehq.org/site/winapi_stats
Is incorrect as it shows Total 19640 100%
100% would be nice but its incorect!
Tom
Hello,
May I ask why this bounced ?
http://www.winehq.org/hypermail/wine-patches/2004/03/0365.html
Tom
You also need to check for the direct sound flag. If that is set and the
format is not supported, then return the closest supported format. An
open of the primary buffer should not fail regardless of the format.
It should just return the closest supported format.
Roderick Colenbrander wrote:
> Hi
BTW, implementations for WCSToMBEx and MBToWCSEx can be found here:
http://article.gmane.org/gmane.comp.emulators.wine.patches/5049/
I dont have a usable setup to turn them into proper patches but if anyone
wants to use them for WINE, go ahead and grab them.
Not sure how usefull they would be but
30 matches
Mail list logo