Re: Google "Summer of Code"

2005-06-03 Thread Robert Shearman
Mike Hearn wrote: On Fri, 03 Jun 2005 13:26:48 -0700, Jesse Allen wrote: Do we know how this game "detects" a debugger? So if I make a TODO list for this game, I should concentrate on getting InstallShield running for it? No, we're dealing with InstallShield. Focus on apps or games t

Re: Google "Summer of Code"

2005-06-03 Thread Uwe Bonnes
> "Mike" == Mike Hearn <[EMAIL PROTECTED]> writes: Mike> On Fri, 03 Jun 2005 13:26:48 -0700, Jesse Allen wrote: >> Do we know how this game "detects" a debugger? So if I make a TODO >> list for this game, I should concentrate on getting InstallShield >> running for it? Mi

Re: Google "Summer of Code"

2005-06-03 Thread Stefan Dösinger
Am Freitag, 3. Juni 2005 20:26 schrieb Jesse Allen: > On 6/3/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Hello, > > > > Well the biggest problem is the InstallShield installer, appart of this I > > haven't noticed any problem. > > (Well it needs the official 1.01 update to make copy protecti

Re: Google "Summer of Code"

2005-06-03 Thread Jesse Allen
On 6/3/05, Mike Hearn <[EMAIL PROTECTED]> wrote: > On Fri, 03 Jun 2005 13:26:48 -0700, Jesse Allen wrote: > > Do we know how this game "detects" a debugger? So if I make a TODO > > list for this game, I should concentrate on getting InstallShield > > running for it? > > No, we're dealing with Ins

Re: Google "Summer of Code"

2005-06-03 Thread Mike Hearn
On Fri, 03 Jun 2005 13:26:48 -0700, Jesse Allen wrote: > Do we know how this game "detects" a debugger? So if I make a TODO > list for this game, I should concentrate on getting InstallShield > running for it? No, we're dealing with InstallShield. Focus on apps or games that have non-installer re

Re: Google "Summer of Code"

2005-06-03 Thread Jesse Allen
On 6/3/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Hello, > > Well the biggest problem is the InstallShield installer, appart of this I > haven't noticed any problem. > (Well it needs the official 1.01 update to make copy protection not complain > about a debugger) > Do we know how this gam

Re: Wiki and links problem

2005-06-03 Thread Christian Costa
Dimi Paun wrote: From: "Christian Costa" <[EMAIL PROTECTED]> The Wiki sometimes interprets words as a links. Is this normal? If so, how can I prevent this to happen? Yes, it is normal. CamelCaseWords are what they call WikiNames (they become links). Read more about it on the Wiki tip

Re: Google "Summer of Code"

2005-06-03 Thread Stefan Dösinger
Hello, > So I'm willing to work to get three applications to gold status. Jedi > Acadamy is probably doable as well, from what I've seen. But if > anyone has suggestions I'm willing to look. I could help Ivan to get > Safedisc to work too. So maybe if I can get a list of goals to reach, > I wi

Re: Wiki and links problem

2005-06-03 Thread Dimi Paun
From: "Christian Costa" <[EMAIL PROTECTED]> > The Wiki sometimes interprets words as a links. > Is this normal? If so, how can I prevent this to happen? Yes, it is normal. CamelCaseWords are what they call WikiNames (they become links). Read more about it on the Wiki tips: http://wiki.winehq.

Wiki and links problem

2005-06-03 Thread Christian Costa
Hi, The Wiki sometimes interprets words as a links. Is this normal? If so, how can I prevent this to happen? Bye, Christian

Re: Google "Summer of Code"

2005-06-03 Thread Dan Kegel
Brian Vincent wrote: On 5/31/05, *Daniel Kegel* <[EMAIL PROTECTED] > wrote: Google is offering students summer stipends to contribute to open source projects! As part of the Summer of Code, Google will be giving each project $500 for each proposal that gets a

Re: Google "Summer of Code"

2005-06-03 Thread Jesse Allen
Mike Hearn said: We need more people working on app compatibility! :) Maybe we can choose some apps that are "nearly there" and get people to solve the last few bugs or alternatively make one of the projects "Bring any 3 apps up to Gold status in the appdb". Stefan Dösinger said: I've a few app s

Re: Google "Summer of Code"

2005-06-03 Thread Detlef Riekenberg
Am Dienstag, den 31.05.2005, 23:44 -0400 schrieb Dimi Paun: > would be very good for wine to have: > * http://wiki.winehq.org/KernelHandleSupport > * http://wiki.winehq.org/ThemingSupport > * http://wiki.winehq.org/MozillaIntegration > * http://wiki.winehq.org/DIBEngine > * http://wiki.wi

Re: Wine does not build.

2005-06-03 Thread gslink
Hans Kristian Rosbach wrote: On Fri, 2005-06-03 at 08:10 -0400, gslink wrote: There were a number of update rpms recently posted for gcc. One way to cause this problem is to omit loading one of them. This happened to me and I believe that one of the updates was not posted with the others. A

Re: server/snapshot.c and next_process

2005-06-03 Thread Rob Shearman
Paul Vriens wrote: Hi, I'm busy fixing up NtQuerySystemInformation. I've added a trace statement at line 694: TRACE("Processname : (%s), size(%d)\n", wine_dbgstr_w(procname)); This is because I want to change procname into a unicode string later on and just wanted to see what the content of p

Re: ntdll.dll: mark dirlink as REPARSE_POINT (v2)

2005-06-03 Thread Detlef Riekenberg
Am Mittwoch, den 01.06.2005, 21:52 +0200 schrieb Francois Gouget: > > Some Informations about a REPARSE_POINT: > > > How does Find{First,Next}File handle REPARSE_POINTs? Simple as a Directory with the additional Bit for "FILE_ATTRIBUTE_REPARSE_POINT" set (0x0400). The Patch is already in the C

Re: Wine does not build.

2005-06-03 Thread gslink
There were a number of update rpms recently posted for gcc. One way to cause this problem is to omit loading one of them. This happened to me and I believe that one of the updates was not posted with the others. All the updates are there now. The easiest way to check for this problem is to s

Re: safedisc stuff

2005-06-03 Thread Andreas Mohr
Hi, On Thu, Jun 02, 2005 at 07:45:25PM -0400, Stephen Torri wrote: > > I synced with CVS and applied your patch. I get a problem compiling > > dlls/ntdll/file.c: > > The problem was an operator error in failing to copy a file to the right > location. I do get a real error, honest I do. > > fixm

Re: tab: Shift selected tab text up instead of down [RESEND]

2005-06-03 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > Hi, > > Is there anything wrong with this patch? Same as last time, you need to fix the other branch of the if too (and probably share some common code between the two). -- Alexandre Julliard [EMAIL PROTECTED]

server/snapshot.c and next_process

2005-06-03 Thread Paul Vriens
Hi, I'm busy fixing up NtQuerySystemInformation. I've added a trace statement at line 694: TRACE("Processname : (%s), size(%d)\n", wine_dbgstr_w(procname)); This is because I want to change procname into a unicode string later on and just wanted to see what the content of procname is. The trace

Re: Google "Summer of Code"

2005-06-03 Thread Wesley Parish
On Fri, 03 Jun 2005 12:09, Jonathan Wilson wrote: > > The tricky part (in all of these schemes really) is knowing how to > > handle the coordinates. They'd have to be put in the msgid together with > > the actual stuff to translate. But in fact you can't know what to set > > the coordinates to unle

Re: Google Summer of Code - Website maintenance

2005-06-03 Thread Ed Mack
> We are looking for anything that makes the appdb easier and simpler to use > and > makes administration and the data contained in it more timely and accurate. > > Chris I just found out I'm not eligible to take part -Sorry. Without the backing, I'll have to do something else over summer to r