On Mon, Feb 19, 2007 at 12:00:26AM -0600, Misha Koshelev wrote:
> Hi, I am trying to debug bug #7484 but am having some problems as simply
> doing a WINEDEBUG=+relay causes this bug to be fixed, thus making it
> difficult for me to track it down (WINEDEBUG=+listview or WINEDEBUG=
> +snoop do not ha
Hi, I am trying to debug bug #7484 but am having some problems as simply
doing a WINEDEBUG=+relay causes this bug to be fixed, thus making it
difficult for me to track it down (WINEDEBUG=+listview or WINEDEBUG=
+snoop do not have this effect of fixing it). If there is something that
the fact that t
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote:
struct dialog_info* di;
unsigned idc;
+unsigned nMaxHistUD = 500;
switch (msg)
{
@@ -66,6 +67,8 @@ static INT_PTR WINAPI WCUSER_OptionDlgPr
di = (struct dialog_info*)((PROPSHEETPAGEA*)lParam)->lParam;
di->hDlg = hDlg;
SetWindowL
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote:
@@ -33,7 +33,20 @@
static void output(const char *message)
{
DWORD count;
- WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), message, strlen(message), &count,
NULL);
+ WCHAR *bufW;
+ char *bufC;
+ int len = strlen(message);
+ buf
[reposting to right list. Maybe I should break down and subscribe to wine-devel
so I can just hit 'reply'...]
Detlef wrote:
The Idea sounds good, but your Patch is wrong for every
system in the World, that does not use English as locale:
Oh, right. Well, at least I'm enthusiastic, if not wis
Updating the FAQ is a bit of a pain, as is maintaining it. There is,
after all, still a lot of ancient stuff in it.
Why not just move it into the wiki and point the link on the web page
there? I promise I'll watch it a bit closer.
Thanks,
Scott Ritchie
On 2/17/07, Eric Pouech <[EMAIL PROTECTED]> wrote:
Jeff L a écrit :
> Eric Pouech wrote:
>> Jeff Latimer a écrit :
>>> Establish the framework for testing NtCreateMailslotFile. Have
>>> fixed issues with NTSTATUS return codes etc.
>> those tests belong to dlls/ntdll, not dlls/kernel32
>> also, i
> Microsoft
> appears to be pushing people away from NtClose.
I'd suggest you to find a reason why.
That particular documentation happens to be part of the API released
under court order. They didn't want to give it out to begin with, and
they don't want people using it now.
Perhaps someone s
On 2/18/07, Robert Shearman <[EMAIL PROTECTED]> wrote:
Joris Huizer wrote:
> Though the keyword "inline" implies the code should get inlined, and
> if it shouldn't, the implementation copy should be removed from the
> unicode.h file
No, it's a hint to the compiler. "static inline" says to the co
Dimi Paun wrote:
> Folks,
>
> We finished upgrading the wiki to MoinMoin 1.5.7.
> Please let me know if you encounter any problems.
>
Something hapaned to all tables. Ex: http://wiki.winehq.org/KnownIssues
All cells have extra space in them. I don't see anything wrong with the
text and it worked
Raf Geens wrote:
> When this has happened and you return to the main menu, it can occur
> that for example the cursor can't reach the top part of the screen
> anymore. It's as if an invisible rectangle that keeps the cursor
> inside the screen has moved. In such a case, moving the cursor all the
>
Hi similar bug with mouse in TES IV: Oblivion was introduced in wine 0.9.31
Mirek
Raf Geens napsal(a):
Hi,
I'm new to Wine and DirectX development, but I've dug around a bit in
the Wine source code to get Determinance, a sword-fighting game to
work. I've submitted an entry for it to the applic
Hi,
I'm new to Wine and DirectX development, but I've dug around a bit in
the Wine source code to get Determinance, a sword-fighting game to
work. I've submitted an entry for it to the application database.
The main problem I had was with strange mouse behaviour in full screen
mode. The player c
Sorry but I'm not longer interested in working on something that will
never be included in Wine. Why? I have no clue! If anyone can explain
that it would be helpfull to know for whomever next will try this. I
have removed all the related patches from my tree so that for sure won't
be me.
Vitaliy.
Hello Vitaliy
May you please send out the patches for ntoskrnl?
Is there any reason why ntoskrnl doesn't get integrated into official
wine?
Regards
Mario
Il giorno gio, 27/07/2006 alle 23.08 -0600, Vitaliy Margolen ha scritto:
> Same as before. Just recompiled with new version.
> http://www.kiev
On Sun, 18 Feb 2007 16:06:04 +0300
Anatoly Lyutin <[EMAIL PROTECTED]> wrote:
> For generate collation table The cpmap.pl (/libs/wine) takes data from
> www.unicode.org and I find some bugs in it.
> Cpmap.pl uses for generate KOI8-U but in www.unicode.org this file absences!
> I can not understand
On 2/18/07, Laurent Vromman <[EMAIL PROTECTED]> wrote:
Changelog :
- Add a partial implementation for the function gd32:WidenPath
It is the second time I send this patch. It seems it was forgotten the
previous time. I am sorry for that.
If this patch needs to be improved, please let me know, I
Alexandre Julliard wrote:
> Vitaliy Margolen <[EMAIL PROTECTED]> writes:
>
>> Any reasons why this patch is not applied?
>> http://www.winehq.org/pipermail/wine-patches/2007-January/035264.html
>>
>> This is one of the major headaches for users trying to get programs
>> requiring direct CD-ROM dri
Hello all,
I was wondering if there's anything wrong with my patch to
kernel32/profile.c and its tests:
http://www.winehq.org/pipermail/wine-patches/2007-February/035468.html
It fixes a problem that causes applications built with Multimedia
Fusion to fail under wine,
since the "INI object" of M
On Sa, 2007-02-17 at 18:08 -0500, Michael [Plouj] Ploujnikov wrote:
> However, here are the messages that I started getting:
>
> $ wine notepad
> Couldn't find PPD file
This can only happen, when wine is unable to receive a ppd-File
from CUPS and no ppd-file is configured in the registry.
See my
> Changelog:
> Fix output console to output with console encoding.
> static void output(const char *message)
> Index: programs/start/start.c
> ===
> RCS file: /home/wine/wine/programs/start/start.c,v
> retrieving revision 1.5
> diff -
--- Begin Message ---
Hi.
For generate collation table The cpmap.pl (/libs/wine) takes data from
www.unicode.org and I find some bugs in it.
Cpmap.pl uses for generate KOI8-U but in www.unicode.org this file absences!
I can not understand it... =(
That we should to do with it?
Add this file
Yes, that is on my todo list. First, I need each of the wineowner users
to contact me so I can get them setup.
On Sat, 2007-02-17 at 20:23 +0100, Francois Gouget wrote:
> On Fri, 16 Feb 2007, WineHQ wrote:
>
> > ChangeSet ID: 30931
> > CVSROOT:/opt/cvs-commit
> > Module name:los
On Sa, 2007-02-17 at 13:32 -0800, Dan Kegel wrote:
> +++ b/tools/wine.inf
> @@ -2149,6 +2149,7 @@ HKLM,%CurrentVersion%\Telephony\Country
>
> [FakeDllsSection]
> +10,..\Program Files\Windows NT\Accessories,wordpad.exe
> +++ b/tools/wineprefixcreate.in
> +"$CROOT/Program Files" \
> +"$C
Rolf Kalbermatter a écrit :
Christian Iversen [mailto:[EMAIL PROTECTED] wrote:
According to:
http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/
Executable%20Images/LdrGetProcedureAddress.html
The parameter order for LdrGetProcedureAddress is (Handle, Function,
Ordinal,
On Sun, Feb 18, 2007 at 01:40:12PM +0100, Eric Pouech wrote:
> Marcus Meissner a écrit :
> >---
> > dlls/dbghelp/dwarf.c |2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> >diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
> >index 4f74b6a..f51a948 100644
> >--- a/dlls/dbgh
Christian Iversen [mailto:[EMAIL PROTECTED] wrote:
>According to:
>
>http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/
>Executable%20Images/LdrGetProcedureAddress.html
>
>The parameter order for LdrGetProcedureAddress is (Handle, Function,
>Ordinal, Address)
>
>The file dlls/
Joris Huizer wrote:
Though the keyword "inline" implies the code should get inlined, and
if it shouldn't, the implementation copy should be removed from the
unicode.h file
No, it's a hint to the compiler. "static inline" says to the compiler
try to inline this function if it is worth it, or o
Marcus Meissner a écrit :
---
dlls/dbghelp/dwarf.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c
index 4f74b6a..f51a948 100644
--- a/dlls/dbghelp/dwarf.c
+++ b/dlls/dbghelp/dwarf.c
@@ -1203,7 +1203,7 @@ static void dwarf2_pa
> "Christian" == Christian Iversen <[EMAIL PROTECTED]> writes:
Christian> (Please CC me, I'm not on the list)
Christian> According to:
Christian>
http://undocumented.ntinternals.net/UserMode/Undocumented%20Functions/Executable%20Images/LdrGetProcedureAddress.html
Christian>
30 matches
Mail list logo