Re: WINE porting templates

2003-10-10 Thread Dimitrie O. Paun
On October 10, 2003 08:17 pm, Steven Edwards wrote: > Here are the templatates I have stated on for the website regarding > porting WINE to other CPUs and Compilers. Please send any flames about > spelling/grammer to \Device\NUL as I this is a work in progress. If you > have worked on any of the fo

Re: All dsound tests fail with winealsa

2003-10-10 Thread Sylvain Petreolle
These logs doesnt show anything brilliant/remarkable to me. Could this be an uninitialised pointer problem ? --- Jerry Jenkins <[EMAIL PROTECTED]> a écrit : > It's not necessary. I ask you the question just because that I am not > > quite familiar with the source :-(. > > The logs you provided

Re: All dsound tests fail with winealsa

2003-10-10 Thread Jerry Jenkins
Yes, they work without problem. I can provide logs/screen copy if needed. It's not necessary. I ask you the question just because that I am not quite familiar with the source :-(. The logs you provided show that dsound or winealsa call alsa-lib with an invalid device name. The line is ALSA lib

WINE porting templates

2003-10-10 Thread Steven Edwards
Hello, Here are the templatates I have stated on for the website regarding porting WINE to other CPUs and Compilers. Please send any flames about spelling/grammer to \Device\NUL as I this is a work in progress. If you have worked on any of the following ports please send me the correct information

Segmentation fault

2003-10-10 Thread BiGgUn
Hi folks, I have a big problem with the last version of wine. I have made 'make clean', 'make distclean' and recompile everything and i still get a segmentation fault ! I have deleted all my sources and made a new check out from cvs server. After running wineinstall, i still get the segmentat

Re: wine/ libs/wine/loader.c libs/wine/config.c in ...

2003-10-10 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > I dunno how Linux specific this is, but it works pretty well and lets you > make a relocatable binary every time. Would this be an acceptable 2nd > implementation for init_argv0_path() that works when wine is invoked from > the path also? I don't think tha

Re: dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Gerald Pfeifer
On Fri, 10 Oct 2003, Alexandre Julliard wrote: >> Depending on how you plan to fix the compilation failure, it might make >> sense to have just one declaration at the top instead of several (and >> thus several #ifdef's, in case they are needed for the fix) in functions? > Well, maybe, but we can o

OpenGL texturing erros on GeForce 2 Go

2003-10-10 Thread Wolfgang Draxinger
I've a lot of problems with textures in Windows OpenGL programs running within wine(x) on my GeForce 2 Go. Also when scaling a wine-ed OpenGL Programm over 640x480 the framerate immediately drops below 5 fps. However exactly the same programms run well with my GeForce 2 Ultra card within almost

Re: Remove SYMBOLFILE

2003-10-10 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > ChangeLog > Remove the no longer used SYMBOLFILE. While you are at it you should remove LDDLLFLAGS too, it's going to disappear very soon. This way we won't have to change every Makefile twice. -- Alexandre Julliard [EMAIL PROTECTED]

ReAlloc status

2003-10-10 Thread Dimitrie O. Paun
Hi folks, As I said, there are over 200 instances of {Local,Global,Heap,}ReAlloc that need reviewing and/or fixing. We need to keep a close eye on these, so we don't let some fall through the cracks. I've compiled a list of all the places that need attention. We currently have 225 such places. Be

Re: dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > Depending on how you plan to fix the compilation failure, it might make > sense to have just one declaration at the top instead of several (and > thus several #ifdef's, in case they are needed for the fix) in functions? Well, maybe, but we can only tel

Re: dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Gerald Pfeifer
On Fri, 10 Oct 2003, Alexandre Julliard wrote: >> Declare environ at the top, not inside functions. > I must be missing something here. Why does this make a difference? I don't remember chapter and verse of the standards, but this came up some time ago on the GCC mailing lists (though, in hindsigh

Re: All dsound tests fail with winealsa

2003-10-10 Thread Sylvain Petreolle
Yes, they work without problem. I can provide logs/screen copy if needed. Note: all of them were compiled from sources (driver, lib, oss compat, tools and utils) > Do other programs that will call ALSA APIs such as alsamixer and > aplay work properly? > = Sylvain Petreolle (spetreolle_at_u

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???[Ay

2003-10-10 Thread Alexandre Julliard
Geoff Thorpe <[EMAIL PROTECTED]> writes: > But if mailman can't do it, there would still be other ways to organise > this, only they would be uglier and trickier. Do we actually know yet if > someone at winehq will "let this happen"? And likewise, would Alexandre > (as the primary target of win

Re: dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > ChangeLog: > Declare environ at the top, not inside functions. I must be missing something here. Why does this make a difference? -- Alexandre Julliard [EMAIL PROTECTED]

Re: patch for error handling after driver callback calls.

2003-10-10 Thread Dave_Belanger
Hi Alexandre, I understand your idea and it makes perfect sense. Maybe the description of my patch wasn't clear enough. And maybe I shouldn't have changed SetTextColor and SetBkColor (that were actually the only callbacks that were well implemented on both the driver side and the the GDI). But

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???[Ay

2003-10-10 Thread Geoff Thorpe
FWIW: I'm away soon for a few days, so you'll have to continue this without me (a fact which is no doubt to your infinite relief :-). On October 10, 2003 11:27 am, Dimitrie O. Paun wrote: > On Fri, 10 Oct 2003, Geoff Thorpe wrote: [snip] > I haven't dispatched you to the archives to be rude, but

Re: loader crash

2003-10-10 Thread Maxime Bellengé
I found out why I have got this crash for two days. I have in my config file the following line "uxtheme" = "" to prevent wine from using the built in one. It is what makes wine crash at startup. If I comment the line I have no more crashes. It start happening two days ago with the changes on n

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???[Ay

2003-10-10 Thread Dimitrie O. Paun
On Fri, 10 Oct 2003, Geoff Thorpe wrote: > The submission and processing of patches is not something totally alien to > me, though the specific history and conclusions reached w.r.t. wine mail > lists is. That said, you needn't crusade the inlining argument by > dispatching me to the list archi

Re: Wine autobuilder (was: Problem with today's dlls/oleaut32 changes)

2003-10-10 Thread Jon Griffiths
--- Gerald Pfeifer <[EMAIL PROTECTED]> wrote: > I hope this is useful? Brilliant, thanks a lot! Jon = "Don't wait for the seas to part, or messiahs to come; Don't you sit around and waste this chance..." - Live [EMAIL PROTECTED] __ Do you Yahoo!? The New Y

Wine autobuilder (was: Problem with today's dlls/oleaut32 changes)

2003-10-10 Thread Gerald Pfeifer
On Fri, 10 Oct 2003, Jon Griffiths wrote: >> http://rtp.freebsd.org/~gerald/ > Great stuff, cheers! The output format is fine, but would it be > possible to rebuild the whole tree each night? In fact the whole tree is rebuilt each night, but this was not really clear from the log. If you check la

Re: Problem with today's dlls/oleaut32 changes

2003-10-10 Thread Jon Griffiths
Hi, --- Gerald Pfeifer <[EMAIL PROTECTED]> wrote: > That's an excellent suggestion! I made the last log available > right away and hacked the script to automatically publish logs > from the daily builds from now on: > http://rtp.freebsd.org/~gerald/ Great stuff, cheers! The output format is fi

dlls/kernel/process.c breakage due to environ

2003-10-10 Thread Gerald Pfeifer
My nightly autobuilder failed to build today, after I've had no problems for several days. This seems to be due to yesterday's changes in dlls/kernel: process.o: In function `build_initial_environment': wine/dlls/kernel/process.c:341: undefined reference to `environ' wine/dlls/kernel/proces

Re: DameWare Mini Remote Control vs Wine

2003-10-10 Thread Gregory M. Turner
On Thursday 09 October 2003 08:54 pm, Tom Hibbert wrote: > Hi guys, > I'm running DameWare Mini Remote Control under Wine here. This is a > pretty cool setup as some of our clients > > have no windows servers (only linux), and the idea is that we can VNC to > a Linux firewall or file server and the

Re: attaching or inlining? what to do when you're stuck with a stupid mail client???[Ay

2003-10-10 Thread Geoff Thorpe
On October 9, 2003 10:54 pm, Dimitrie O. Paun wrote: > On October 9, 2003 09:58 pm, Geoff Thorpe wrote: > > look/feel/use, like "wine-cvs". I would have personally thought that > > attachments make more sense, because separating patches from text can > > be ambiguous and it's not as easy to send mu

Re: wine/ libs/wine/loader.c libs/wine/config.c in ...

2003-10-10 Thread Mike Hearn
I have some code that can figure out the absolute address of the binary by either: a) Looking for itself in /proc/self/maps ... or b) using r_map and /proc/self/exe I dunno how Linux specific this is, but it works pretty well and lets you make a relocatable binary every time. Would this be an acc

Re: question about copyright and code, is this legal?

2003-10-10 Thread Jonathan Wilson
IANAL but here are some examples of things that I think are things that the law was intended to protect: 1.A real-estate database with information on many different houses. 2.The database at e.g. amazon.com containing details about a whole bunch of books 3.A database containing details of flights

re: DameWare Mini Remote Control vs Wine

2003-10-10 Thread Dan Kegel
There's source for a small regression test program at http://www.securityfocus.com/bid/8395/exploit/ which checks to make sure DameWare's server is giving unauthorized users administrator access :-) Might be fun to see if that works against a DameWare server running on Wine (if and when wine is imp

RE: question about copyright and code, is this legal?

2003-10-10 Thread Patrik Stridvall
> On Wed, 8 Oct 2003 21:53, Patrik Stridvall wrote: > > > The significant effort requirement is for EACH fact seen by ITSELF. > > This is certainly not the case in Australia, NZ and the UK. So you can have protection on collections of truely trivial facts? I severly doubt that. What legal purpos