solution for including itss.h in hhctrl.ocx

2005-08-23 Thread James Hawkins
Hey Alexandre, 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 find it because it hasn't been bui

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

2005-08-23 Thread Hiji
--- 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 fixes "half" the problem with Bug3148. Once I ap

x11drv: use of uninitialized rect

2005-08-23 Thread James Hawkins
Hey, While compiling x11drv, gcc gives the following error: gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o text.o text.c text.c: In function '

Delphi 5 debugger is working!

2005-08-23 Thread Vitaliy Margolen
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. But here is where the major problems start. Debugger segfaults on th

Re: WineHQ will be offline tomorrow

2005-08-23 Thread MediaHost (TM)
Than I suggest to do that! Being 8 or more hours offline isn't really professional... Or if you upgrade the hardware, keep the old box running until the new server is ready.anyway, there are lots of ways achieving a smoother transitionmy offer still stands, should you need it...or any

Re: WineHQ will be offline tomorrow

2005-08-23 Thread Jeremy Newman
I don't think it is worth the time/effort to setup the temp mirror. I could just as easily host a temp mirror on one of my other servers than work with a 3rd party on it. I appreciate the offers though. On Tue, 2005-08-23 at 22:50 +0100, Ivan Leo Puoti wrote: > Jeremy Newman wrote: > > The move ha

Re: WineHQ will be offline tomorrow

2005-08-23 Thread Ivan Leo Puoti
Jeremy Newman wrote: The move has been canceled. We still plan to have the box moved/upgraded by the end of the month. As of right now the new ISP was not ready for me yet. I jumped the gun a little. Then maybe you could get the MediaHost guys to mirror us when you do switch As we already have

Re: secur32: Getting real functionality into the NTLM provider

2005-08-23 Thread Kai Blin
* Alexandre Julliard <[EMAIL PROTECTED]> [23/08/05, 20:39:52]: Thanks for the comments. I see you points in all of them, apart from the following one, where I didn't understand what you meant. > > +{ > > +helper->pipe_in = fdopen(pipe_in[0], "r"); > > +close(pipe_in[1]); > > +

Re: WineHQ will be offline tomorrow

2005-08-23 Thread Jeremy Newman
The move has been canceled. We still plan to have the box moved/upgraded by the end of the month. As of right now the new ISP was not ready for me yet. I jumped the gun a little. On Tue, 2005-08-23 at 14:15 -0500, Jeremy Newman wrote: > I will be taking the website offline tomorrow starting at 09:

Re: WineHQ will be offline tomorrow

2005-08-23 Thread MediaHost (TM)
Next time you'll have such a long downtime, contact us before and we'll be glad to fetch winhq's (static) pages and host them for a day. The trick would be, to reduce TTL of the DNS, so a switch can occur within minutesand then point back to the original / or new IP's Regards   S

Re: winecfg: theming

2005-08-23 Thread Kevin Koltzau
On Tuesday 23 August 2005 2:39 pm, Frank Richter wrote: > +    static const WCHAR themesSubdir[] = > +    { > '\\','R','e','s','o','u','r','c','e','s','\\','T','h','e','m','e','s',0 }; > +    WCHAR themesPath[MAX_PATH]; > + > +    free_theme_files(); > +    themeFiles = DSA_Create (sizeof (ThemeFil

Re: WineHQ will be offline tomorrow

2005-08-23 Thread Ivan Leo Puoti
Jeremy Newman wrote: I will be taking the website offline tomorrow starting at 09:00 CDT (04:00 GMT). I will be moving it to a new ISP. Expect downtime to last for up to 8 hours as I will also be doing a complete reinstall of the OS. This will also affect the mailing lists and the CVS. Luckly

WineHQ will be offline tomorrow

2005-08-23 Thread Jeremy Newman
I will be taking the website offline tomorrow starting at 09:00 CDT (04:00 GMT). I will be moving it to a new ISP. Expect downtime to last for up to 8 hours as I will also be doing a complete reinstall of the OS. This will also affect the mailing lists and the CVS. -- Jeremy Newman <[EMAIL PROT

Re: secur32: Getting real functionality into the NTLM provider

2005-08-23 Thread Alexandre Julliard
Kai Blin <[EMAIL PROTECTED]> writes: > +unsigned char buffer[SECUR32_MAX_BUF_LEN+6000]; > +BYTE bin[SECUR32_MAX_BUF_LEN]; You shouldn't allocate fixed size buffers on the stack, especially not huge ones like that. You should compute the necessary size and allocate a proper

accessing WRT binaries on the web

2005-08-23 Thread Saulius Krasuckas
Now it seems test are being build daily [1], but none of them shows up on the web [2] since 2005.08.16. Is this intentional state of the system or just some bug had went in it? [1] http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php [2] http://www.astro.gla.ac.uk/users/paulm/WRT/CrossBuilt/

Re: Crash on glBegin() (Was: Help with debugging needed)

2005-08-23 Thread Stefan Dösinger
Am Montag, 22. August 2005 22:16 schrieb James Liggett: > Hi Stefan, > > > Now I've run into the next problem: Any call to glBegin(GL_Something) > > crashes in the libs of my OpenGL driver(ATI fglrx) due to some NULL > > pointer access[1]. If I disable Hardware Acceleration, the crash doesn't > > o

Re: shell32: Some tests for FolderShortcut class (3rd try)

2005-08-23 Thread Michael Jung
Hi Alexandre, On Monday 22 August 2005 17:04, Michael Jung wrote: > Changelog: > Added some tests for CLSID_FolderShortcut objects Are there any further problems with this patch? Bye, -- Michael Jung [EMAIL PROTECTED]