Re: Loading resources from wine dlls

2005-08-24 Thread Robert Shearman
Michael Jung wrote: Hello, I would like to add a 'My Documents' icon to shell32. This icon has a resource ID of 235 in WinXP's shell32. Apparently one can't load resources from wine's own dlls, though. If you call PrivateExtractIcons with 'c:\windows\system32\shell32.dll' as the file name

Re: Throwing in an idea (probably it was discussed before though)

2005-08-24 Thread Vincent Béron
Le lun 22/08/2005 à 07:58, John Smith a écrit : [snip] > 2. (not really relevant to this discussion, but relevant to the whole issue > of supporting end-users): binary RPMs for RedHat/Fedora on winehq.org are > still 20050524, and winecfg is pretty much useless there. If WINE team does > care ab

Re: secur32: Getting some real functionality into the NTLM provider, try 2

2005-08-24 Thread Juan Lang
Hi Kai, In ntlm.c, +/* convert the program name to Unicode */ (snip) +/* and back to the CP_UNIXCP */ This round-tripping is unnecessary when the text is already ASCII. ASCII values are just as valid in UTF8 as they are in CP1252 or whatever. Basically, don't bother converting anything

Bugzilla - old rubbish bugs...

2005-08-24 Thread Ann & Jason Edmeades
I asked this a while ago and noone was too upset, but I am going to try to spend some time slowly closing off some of the bugs which do not have enough info in them to be reproduced, and have not had a response to a request to see if the problem persists for a long time (e.g. 6 months). I wont clo

OpenGL windowing and wglMakeCurrent

2005-08-24 Thread Russ
Trying to get my 3-D app to run under WINE using the same binary with the odd workaround or two. It uses OpenGL in various subwindows of the main window as needed. Under WINE, the subwindow graphics all get drawn in the lower left corner of the overall X11 window, and the entire X11 window's redraw

Re: [Bug 3148] Mouse: multi-file "selection" & drag behavior broken

2005-08-24 Thread Vitaly Lipatov
В сообщении от 24 Август 2005 22:14 Вы написали: > If Vitaly is busy and won't object, I can resync his changes to the > current CVS and send a patch from his name. Well, I resent my patch again to wine-devel... -- Vitaly Lipatov, ALT Linux Team Russia, Saint-Petersburg, www.etersoft.ru

Re: [Bug 3148] Mouse: multi-file "selection" & drag behavior broken

2005-08-24 Thread Saulius Krasuckas
* On Wed, 24 Aug 2005, Hiji wrote: > --- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > a, header of its first section refers to > >"sysparams.c" and "dlls/user/sysparams.c", > >which makes patcher to not find needed file > >(dlls/user/tests/sysparams.c). > > > > b, first hunk

Re: [Bug 3148] Mouse: multi-file "selection" & drag behavior broken

2005-08-24 Thread Hiji
--- Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Tue, 23 Aug 2005, Hiji wrote: > > --- Vitaly Lipatov <[EMAIL PROTECTED]> wrote: > > > > > Hi, Can you pay attention to this patch? It > really fixes the problem > > > but not discussed in the list and not applied: > > > > > http://www.wine

Re[2]: Delphi 5 debugger is working!

2005-08-24 Thread Vitaliy Margolen
Wednesday, August 24, 2005, 11:00:06 AM, Marco Pietrobono wrote: > Il giorno mar, 23-08-2005 alle 18:05 -0600, Vitaliy Margolen ha scritto: > [snip] >> Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others >> is not that simple. Basically there are no way to do it from othe

Re: Delphi 5 debugger is working!

2005-08-24 Thread Marco Pietrobono
Il giorno mar, 23-08-2005 alle 18:05 -0600, Vitaliy Margolen ha scritto: [snip] > Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others > is not that simple. Basically there are no way to do it from other processes. > Ok, NtQueryVirtualMemory could be implemented some-what ea

Re: Software patents

2005-08-24 Thread Gregory M. Turner
On Friday 13 May 2005 19:07, Gregory M. Turner wrote: > Code using the C syntax described in the patent doesn't compile in winelib > yet [snip]. Give me a week or two... Imagine that, it seems I have once again imagined myself to have more spare time than I really do. Honestly, folks, I can't

Re: Delphi 5 debugger is working!

2005-08-24 Thread Alexandre Julliard
Kuba Ober <[EMAIL PROTECTED]> writes: > What are the problems with implementing those using SIGSTOP/SIGCONT and > ptrace(2)? The same problems that you'll have with signals, plus a few more -- Alexandre Julliard [EMAIL PROTECTED]

Loading resources from wine dlls

2005-08-24 Thread Michael Jung
Hello, I would like to add a 'My Documents' icon to shell32. This icon has a resource ID of 235 in WinXP's shell32. Apparently one can't load resources from wine's own dlls, though. If you call PrivateExtractIcons with 'c:\windows\system32\shell32.dll' as the file name parameter, you'll get a

Re: solution for including itss.h in hhctrl.ocx

2005-08-24 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > I need to be able to include itss.h from dlls/itss in order to read > CHM files. Mike offered the solution that I add -I($SRCDIR)../itss to > hhctrl's Makefile.in. The next problem comes when I run make depend. > make depend looks for itss.h but can't

Re: commctrl: dialog theming

2005-08-24 Thread Dripple
Hi, I'm trying to have this app (http://appdb.winehq.org/appview.php?versionId=2451) with wine, but for the moment it requires native commctrl.dll && comctl32.dll, for installation (more linked with InstallShield than with app). What traces should I provide to help you with this ? Mike McCormac

wine error with 'wine client error:d: write: Bad file descriptor'

2005-08-24 Thread Oliver Mössinger
Hi wine-devel, i have a windows program whitch generates the attached 'wine.txt' wine output. Followed is a part of the output: >>> Threads: process tid prio (all id:s are in hex) 0042 (D) C:\MGC\LeoSpec\LS2005a_82\bin\win32\leonardo.exe 00170 000d0 <== 0

Re: accessing WRT binaries on the web

2005-08-24 Thread Paul Millar
Hi Saulius, No, this isn't intentional. The cross-building part needs patching so it knows about an additional part of the Win32 API. Nothing new there. But rather than just patching the (somewhat ancient) version of the w32api, I've decided to upgrade to the latest version. This means going

wglMakeCurrent doesn't pick up HDC region

2005-08-24 Thread Russ
Trying to get my commercial 3-D app to run under WINE using the same binary with the odd workaround or two. It uses OpenGL in various subwindows of the main window as needed. Under WINE, the subwindow graphics all get drawn in the lower left corner of the overall X11 window. In Win32, when you call

Re[2]: Delphi 5 debugger is working!

2005-08-24 Thread Vitaliy Margolen
Wednesday, August 24, 2005, 6:20:40 AM, Kuba Ober wrote: > On Tuesday 23 August 2005 20:05, Vitaliy Margolen wrote: >> As of todays CVS Delphi 5 debugger is fixed. >> >> Well, ok, there are still some bugs. One is a minor bug (Module view >> reports all modules as a project executable name), but

Re: Delphi 5 debugger is working!

2005-08-24 Thread Boaz Harrosh
Vitaliy Margolen wrote: As of todays CVS Delphi 5 debugger is fixed. Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others is not that simple. Basically there are no way to do it from other processes. Ok, NtQueryVirtualMemory could be implemented some-what easily usi

Re: Delphi 5 debugger is working!

2005-08-24 Thread Kuba Ober
On Tuesday 23 August 2005 20:05, Vitaliy Margolen wrote: > As of todays CVS Delphi 5 debugger is fixed. > > Well, ok, there are still some bugs. One is a minor bug (Module view > reports all modules as a project executable name), but all exports are > there. You can even try to disassemble them. Bu

Re: [Bug 3148] Mouse: multi-file "selection" & drag behavior broken

2005-08-24 Thread Saulius Krasuckas
* On Tue, 23 Aug 2005, Hiji wrote: > --- Vitaly Lipatov <[EMAIL PROTECTED]> wrote: > > > Hi, Can you pay attention to this patch? It really fixes the problem > > but not discussed in the list and not applied: > > http://www.winehq.com/hypermail/wine-patches/2005/08/0018.html > > WOOHOO! This f

Re: secur32: Getting real functionality into the NTLM provider

2005-08-24 Thread Alexandre Julliard
Kai Blin <[EMAIL PROTECTED]> writes: > * Alexandre Julliard <[EMAIL PROTECTED]> [23/08/05, 20:39:52]: > >> You should avoid using stdio. > > How would I do this avoiding stdio? ntlm_auth uses stdin and stdout to > read input and write output. This seems to be the Unix way of doing > things. I mea