Re: INI File Processing Improvements

2004-01-24 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: - Add Unicode file detection +static inline ENCODING PROFILE_DetectTextEncoding(const void * buffer) +{ +if (!memcmp(buffer, bom_utf8, sizeof(bom_utf8)/sizeof(bom_utf8[0]))) +return ENCODING_UTF8; +if (*(WCHAR*)buffer == BOM_UTF16LE)

Re: LockResource16 in ole32.dll

2004-01-24 Thread Dmitry Timoshkov
Ge van Geldorp [EMAIL PROTECTED] wrote: Another idea just popped up: the basic problem we're having is translating the handle passed in to a table containing the accelerator entries. How about using CopyAcceleratorTableA/W to do that? This function is designed to do that job and is located in

Re: shell32 patch 20

2004-01-24 Thread Martin Fuchs
Changelog: - don't link directly to NTDLL; use MultiByteToWideChar() instead of RtlCreateUnicodeStringFromAsciiz() Why do you need that? RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in PSDK. Regards, Martin

Re: make html not working

2004-01-24 Thread Ferenc Wagner
[EMAIL PROTECTED] (Frank Schruefer) writes: [EMAIL PROTECTED]:/usr/tmp/work/bld/wine/wine/documentation make html db2html -u wine-devel.sgml Try 'db2html --help' for more information. $ db2html --version DocBook-utils version 0.6.9 (jw version 1.1) $ db2html --help [...] -u|--nochunks:

Re: Debugging problem

2004-01-24 Thread Mike Hearn
On Sat, 24 Jan 2004 07:18:04 +0100, Eric Pouech wrote: as I already wrote, the patch I sent to wine-devel is: 1/ a dirty hack 2/ doesn't address all the issues 3/ a wrong solution to the real problem Yes, sorry, I remember but the guy was quoting an earlier email of mine, I wasn't repeating

Re: shell32 patch 20

2004-01-24 Thread Dmitry Timoshkov
Martin Fuchs [EMAIL PROTECTED] wrote: Changelog: - don't link directly to NTDLL; use MultiByteToWideChar() instead of RtlCreateUnicodeStringFromAsciiz() Why do you need that? RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in PSDK. That doesn't justify the

Re: x11drv

2004-01-24 Thread Andreas Mohr
Hi, On Sat, Jan 24, 2004 at 09:29:14AM -0500, [EMAIL PROTECTED] wrote: diff -Nru a/dlls/x11drv/settings.c b/dlls/x11drv/settings.c --- a/dlls/x11drv/settings.c 2003-10-16 00:21:42.0 + +++ b/dlls/x11drv/settings.c 2004-01-24 11:15:46.0 + @@ -242,7 +242,7 @@

Re: x11drv

2004-01-24 Thread Dmitry Timoshkov
[EMAIL PROTECTED] wrote: I had the following problem : I could not resize my screen and it was unable to play StarCraft and Red Alert ( I ). So I modified dlls/x11drv/settings.c and I tested many possibilty and I have corrected that. Since I have modified it I can play StarCraft, Red

Re: shell32 patch 20

2004-01-24 Thread Steven Edwards
Hi Dmitry, --- Dmitry Timoshkov [EMAIL PROTECTED] wrote: RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in PSDK. That doesn't justify the change IMO. There are lots of places in Wine using that construct, and it's much more convenient and avoids code duplication (with a

Still trying to get Wine running with kernel 2.6

2004-01-24 Thread Thomas Brix Larsen
Hi list, I'm still trying to get Wine running with kernel 2.6. I've finally got Wine built (OpenGL header prob.), but now it says this about files that Wine could run before my switch to 2.6: $ wine machine.exe: Warning: Language '' was not recognized, defaulting to English.

Games Tested - 20040121

2004-01-24 Thread Mike Kost
This is an update for the 'More Games Tested' post on 1/3/04. I reran everything on 20040121 and the results are below. All games are freely downloadable as they are demos. Two error/fixme changes I noticed over the 20031212 runs: - appearance of fixme:ntdll:NtQueryInformationToken

DeviceIoControl Unimplemented control 256 for VxD device NWLINK

2004-01-24 Thread MediaHost \(TM\)
Hi, Can anybody tell me, what's this device NWLINK should be? A search in google did not solve anything I suspect some leftovers from a imported registry file. Fixing that (whatever it is, probably NET device??) the app will work... trace:loaddll:load_dll Loaded module L"ws2_32.dll" :

libs/wine/loader.c:wine_dll_get_owner and running 16 bit apps in-place

2004-01-24 Thread Uwe Bonnes
Hallo, I didn't install wine, but run it in-place by giving the full path of the wine wrapper. Now I have a 16 bit application that doesn't find the dlls it wants to load. What happens is: - NE_LoadDLLs tries to laod CTL3DV2.DLL - wine_dll_get_owner resolves the symbolic link to

Re: DeviceIoControl Unimplemented control 256 for VxD device NWLINK

2004-01-24 Thread Uwe Bonnes
MediaHost == MediaHost \(TM\) MediaHost writes: MediaHost Hi, Can anybody tell me, what's this device NWLINK should be? MediaHost A search in google did not solve anything MediaHost I suspect some leftovers from a imported registry MediaHost file. Fixing that (whatever it

RE: LockResource16 in ole32.dll

2004-01-24 Thread Ge van Geldorp
From: Dmitry Timoshkov Ge van Geldorp [EMAIL PROTECTED] wrote: Another idea just popped up: the basic problem we're having is translating the handle passed in to a table containing the accelerator entries. How about using CopyAcceleratorTableA/W to do that? This function is designed

Re: DeviceIoControl Unimplemented control 256 for VxD device NWLINK

2004-01-24 Thread Tom
MediaHost TM wrote: Hi, Can anybody tell me, what's this device NWLINK should be? NWLink is there IPX/SPX/NetBIOS Compatible Transport Protocol http://support.microsoft.com/default.aspx?scid=kb;en-us;Q203051 Tom

Re: LockResource16 in ole32.dll

2004-01-24 Thread Alexandre Julliard
Ge van Geldorp [EMAIL PROTECTED] writes: Just to be sure: if I understand you correctly you suggest doing the LockResource16 in LoadAcceleratorsA/W, then GlobalAlloc a new block of memory, copy the table to the new block and return the global memory handle as the HACCEL. Then in IsAccelerator

Re: DeviceIoControl Unimplemented control 256 for VxD device NWLINK

2004-01-24 Thread MediaHost \(TM\)
This is close! I'm searching now the registry for the right key(s) to delete.on wine win98 What is device VxD 256? Thanks and Regards Signer: Eddy Nigg Company: StartCom Group at http://www.startcom.org MediaHostT at http://www.mediahost.org - Original

Sound disappears after few seconds

2004-01-24 Thread Vitaliy Margolen
After last number of patches to sound drivers I'm having problems with sound. Unfortunately I haven't spotted when exactly did that happened. Here is what the problem is: - When using AIM, yes, windows AIM - there are nothing else I could find that exists on both Windows and Linux and has Talk

Re: shell32 patch 20

2004-01-24 Thread Rolf Kalbermatter
Dmitry Timoshkov [EMAIL PROTECTED] Martin Fuchs [EMAIL PROTECTED] wrote: Changelog: - don't link directly to NTDLL; use MultiByteToWideChar() instead of RtlCreateUnicodeStringFromAsciiz() Why do you need that? RtlCreateUnicodeStringFromAsciiz() is neither present in MinGW nor in

virus on cvs mailing list

2004-01-24 Thread Ivan Leo Murray-Smith
OK, I'm not sure it's a virus (Don't have a win box at the moment), but this emails should go in any case. http://www.winehq.com/hypermail/wine-cvs/2004/01/0319.html Ivan.

Re: DeviceIoControl Unimplemented control 256 for VxD device NWLINK

2004-01-24 Thread Tom
MediaHost TM wrote: This is close! I'm searching now the registry for the right key(s) to delete.on wine win98 What is device VxD 256? Thanks and Regards nwlink.vxd is a virtual device driver the 256 is the screen depth the driver needs

Re: Strange debug message in programs/winedbg/info.c

2004-01-24 Thread Eric Pouech
Sami Aario a écrit : Hi, The debugger kept messing up my output because of a missing newline. This patch fixes that. However, the condition checks for first_dll, but the output says first_option. They can't both be right. So which one should it be? It should be first_dll in both cases. A+

Re: DeviceIoControl Unimplemented control 256 for VxD device NWLINK

2004-01-24 Thread MediaHost \(TM\)
Hi Everybody, I'm sorry, but I barked up the wrong tree.How stupid from me! Trying to run mplayer2 Sndvol32.exe and CDPlayer both workbut having trouble getting sound really to work: But anyway thanks to Tom for the interesting information I received! Here my output, if anyone

Re: virus on cvs mailing list

2004-01-24 Thread Gregory M. Turner
On Saturday 24 January 2004 02:06 pm, Ivan Leo Murray-Smith wrote: OK, I'm not sure it's a virus (Don't have a win box at the moment), but this emails should go in any case. http://www.winehq.com/hypermail/wine-cvs/2004/01/0319.html Ivan. It's almost surely Bagle, recently mentioned on the

Re: Still trying to get Wine running with kernel 2.6

2004-01-24 Thread Vitaliy Margolen
Can you run this program with --debugmsg +uxtheme and post results here? If error happens in MSSTYLES_SetActiveTheme then try my patch I just posted to wine-patches. Saturday, January 24, 2004, 10:01:49 AM, you wrote: Hi list, I'm still trying to get Wine running with kernel 2.6. I've

New Open Source License: Single Supplier Open Source License

2004-01-24 Thread Richard Schilling
I would like to present to you all a new Open Source software license I've written up. It's called the Single Supplier Open Source License. I will be distributing software under this license as well as the traditional Open Source licenses found at opensource.org. You can see a copy of the

RE: Dungeon Keeper thread(s) recently

2004-01-24 Thread Ann and Jason Edmeades
Great you're back! Maybe you could shed some light :-) You remember that you came until a not moving cursor after starting DK. I applied your second workaround for now and am stuck in the same situation. Nope, you are way outside my areas now - I dont know any X programming nor how events are

Re: x11drv

2004-01-24 Thread Alex Pasadyn
[EMAIL PROTECTED] wrote: Well I explain in more details. When I launched wine it writed: err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found! (NoRes) err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found! (NoRes) And StarCraft told me that it was unable to

Re: New Open Source License: Single Supplier Open Source License

2004-01-24 Thread Shachar Shemesh
Not only is he spamming, he is also advocating a non-open source license as if it is. Do we have any recource against him? Shachar Richard Schilling wrote: I would like to present to you all a new Open Source software license I've written up. It's called the Single Supplier

Re: New Open Source License: Single Supplier Open Source License

2004-01-24 Thread Chuck Swiger
Richard Schilling wrote: I would like to present to you all a new Open Source software license I've written up. [ ... ] One the face of it, Section III, Distribution Restrictions and Obligations. of your license fails to comply with OSD #1 2: 1. Free Redistribution The license shall not

Re: shell32 patch 20

2004-01-24 Thread Dmitry Timoshkov
Steven Edwards [EMAIL PROTECTED] wrote: Well I would agree with you if it was just not defined in Mingw but there is nothing we can do about getting Microsoft to add it to the PSDK. If we want to build/test on MS_VC what are we to do? Microsoft provided headers and libraries usually miss a

Re: shell32 patch 20

2004-01-24 Thread Dmitry Timoshkov
Rolf Kalbermatter [EMAIL PROTECTED] wrote: I was under the impression that it was desirable to cross compile as many dlls as possible in different environments. Yes, that's a desirable task, but only if does not require to break Wine source accomplishing it. shell32 has currently only a few

Re: LockResource16 in ole32.dll

2004-01-24 Thread Dmitry Timoshkov
Ge van Geldorp [EMAIL PROTECTED] wrote: Just to be sure: if I understand you correctly you suggest doing the LockResource16 in LoadAcceleratorsA/W, then GlobalAlloc a new block of memory, copy the table to the new block and return the global memory handle as the HACCEL. Then in IsAccelerator

Re: INI File Processing Improvements

2004-01-24 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: Why not simply use IsTextUnicode/RtlIsTextUnicode and fix it if necessary? Ok, will do. Any idea if it can detect UTF8 as well? I don't see that it's documented in MSDN, but probably it's worth to test an actual behaviour under Windows. -- Dmitry.

Re: INI File Processing Improvements

2004-01-24 Thread Dmitry Timoshkov
Robert Shearman [EMAIL PROTECTED] wrote: 1. You are duplicating too much unicode helpers already existing in wine_unicode and include/wine/unicode.h There are no strnchrW and strnrchrW routines in unicode.h, so how do you propose I rewrite memchrW and memrchrW? Perhaps just add them into

Re: New Open Source License: Single Supplier Open Source License

2004-01-24 Thread Tom
From: Cordula's Web (cpghost_at_cordula.ws) # Any changes made by the user and others get contributed back into the base product This is the main difference between BSD and GPL, and you're using the GPL model here. This is exacly what would prevent commercial vendors from adopting this