Html Help

2004-01-09 Thread Acke Carlsson
Heavy based on Chris Morgan's winebrowser i cut/paste a winehh, to use a Unix chm-file viewer. It works when there is no space in the path. How to do the transform from windows path to Unix path right? You find a static linked Unix chm-file viewer on this URL http://www.herdsoft.com/ftp/chmviewer-

Build fails for current CVS update

2004-01-09 Thread Sami Aario
Hi, Building with tools/wineinstall fails with the latest CVS update on my system with the following: gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINE SRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-stri ct-aliasing -gstabs+ -Wpointer-arith -g

Key signing party at wineconf

2004-01-09 Thread Shachar Shemesh
Hi all, I'm organizing a key signing party at wineconf. Anyone who wishes to participate, please email me the following details: Your full, real, name. It is not possible to participate in a key signing party using a nickname or a virtual identity. Sorry. Your key's fingerprint. Your actual key.

Re: Compilation broken in CVS

2004-01-09 Thread Paul Millar
Hi Mike, On Fri, 9 Jan 2004, Mike Hearn wrote: > Marcus submitted a patch for this. Should be fixed soon, it's just a silly > typo. Cool. > That tinderbox type thing is realy cool by the way! :) Thanks! I'm just putting some final touches and regression testing the code. Once they're done, I

Re: Compilation broken in CVS

2004-01-09 Thread Jeremy Shaw
Gah! Correction, you should use it in addition to Marcus' patch. Jeremy, airhead, Shaw. At Fri, 09 Jan 2004 11:26:19 -0800, Jeremy Shaw wrote: > > Ack! > > I did test my patch before sending in it, but I am a doofus. I made > the changes in one copy of the source tree, but compiled and tested

Re: Compilation broken in CVS

2004-01-09 Thread Jeremy Shaw
Ack! I did test my patch before sending in it, but I am a doofus. I made the changes in one copy of the source tree, but compiled and tested a different copy of the source tree. So I didn't actually test the patch at all!! grr! Here is a patch to fix things. You should use this patch instead of

Fwd: Re: [Discuss] Crossover Office with Microsoft Publish '97

2004-01-09 Thread Jesse Hammons
Does anybody know the basic problem with Microsoft Publisher '97 not working with wine? I'm willing to debug it a bit, but I want to find out how big of a project it is first. Or maybe somebody else is working on this already? Publisher '97 loads files and seems to almost complete functionality

Re: #6 - Add delay loading to rundll32

2004-01-09 Thread Steven Edwards
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > Your patch is not only formatted badly, but it also does things not > allowed in plain C - places variables in the middle of the function > body. Oh yeah...Sorry about that. I broke some C rules learning how to do this because I had never used GetP

Re: WWN broken

2004-01-09 Thread Jeremy Newman
We scan the XMl with tidy before posting. What is odd is that tidy reports the XML is valid, but yet PHP's XML parser barfs on it. Whatever the case, I just patched it, so it should be fixed online soon. On Fri, 2004-01-09 at 08:56, Mike Hearn wrote: > XML error: not well-formed (invalid token) at

Re: #6 - Add delay loading to rundll32

2004-01-09 Thread Dmitry Timoshkov
"Steven Edwards" <[EMAIL PROTECTED]> wrote: > I hope my formatting is right. I use EditPlus to do my development and > it tends to not agree with Wine sources sometimes so I have to go back > to notepad to clean it up. With this patch I can compile rundll32 on > Mingw now. > > Changelog: > Delay

Re: #6 - Add delay loading to rundll32

2004-01-09 Thread Andreas Mohr
On Fri, Jan 09, 2004 at 07:14:07AM -0800, Steven Edwards wrote: > Hello, > I hope my formatting is right. I use EditPlus to do my development and As soon as you have to resort to phrases like "I hope...", you already know that you're in troubled and boiling water. ;-) -HeapFree( GetProcessHeap

Re: Compilation broken in CVS

2004-01-09 Thread Mike Hearn
Hi Paul, Marcus submitted a patch for this. Should be fixed soon, it's just a silly typo. That tinderbox type thing is realy cool by the way! :)

Compilation broken in CVS

2004-01-09 Thread Paul Millar
Hi everyone, Looks like one of the patches broke compiling last night: http://www.astro.gla.ac.uk/users/paulm/WRT/buildinfo.php?id=472 I get error messages like: gcc -shared -Wl,-Bsymbolic,-z,defs,-init,__wine_spec_init,-fini,__wine_spec_fini winearts.drv.spec.oarts.o audio.o winearts.

Re: shell shorcuts

2004-01-09 Thread Steven Edwards
Hello, --- Subhobroto Sinha <[EMAIL PROTECTED]> wrote: > I am already aware of that (thanks to Steve), and I would appreciate > if someone could send me the changes/patches to shell32 by the > ReactOS team (even if the source does not compile) so I can have a > look.. > Perhaps you can send me a z

WWN broken

2004-01-09 Thread Mike Hearn
XML error: not well-formed (invalid token) at line 104 Looks like it contains a typo. I thought only 1 item was a bit strange :)

Re: [WINEALSA] Add Midi IN support

2004-01-09 Thread Marcus Meissner
On Fri, Jan 09, 2004 at 12:03:10PM +, Mike Hearn wrote: > On Thu, 08 Jan 2004 16:46:53 -0800, Alexandre Julliard wrote: > > You should not use alloca in Wine, it's not portable enough. > > Could we take the glib implementation of alloca and stick it into > libwine_port? IIRC in glib it uses th

Re: [WINEALSA] Add Midi IN support

2004-01-09 Thread Mike Hearn
On Thu, 08 Jan 2004 16:46:53 -0800, Alexandre Julliard wrote: > You should not use alloca in Wine, it's not portable enough. Could we take the glib implementation of alloca and stick it into libwine_port? IIRC in glib it uses the system implementation unless it's not good enough or missing, in whi

Re: shell shorcuts

2004-01-09 Thread Subhobroto Sinha
One day thus spake Martin Fuchs: >I am working on the ReactOS Explorer, which uses Wine's shell32 implementation. >We already have made many bugfixes and estensions to the shell link and other >shell32 code. One of those extensions is the implementation of control panel in >shell namespace I am a