Re: Fixing AppDB once and for all

2009-02-07 Thread Zachary Goldberg
Quick clarification on the 'When': WHEN: 9PM UTC 2/13/09 As far as getting dirty i'm officially covered in mud: http://repo.or.cz/w/NewAppDB.git Thus far i've been working in a branch called "survey". http://repo.or.cz/w/NewAppDB.git?a=shortlog;h=refs/heads/survey If you're interested in get

Re: Support for Dragon NS in Wine

2009-02-07 Thread James McKenzie
Steven Druker wrote: > Susan, thanks for your continued research. It's giving me a good > grasp of reality. > > On that note, will it be possible to run the various MS Office 2003 > apps. on the Mac with Crossover, or will there be so many snags that > it makes more sense to buy the Office produc

Question about redirection handles in wcmd

2009-02-07 Thread Erich Hoover
I tracked down an issue where an application was running into a sharing problem in WCMD_execute when it created redirects to the same file more than once. I originally hacked around this issue by changing the sharing mode for redirects, but I've now narrowed down the issue. I discovered that the

Re: notepad: Make the Lithuanian resources SUBLANG_NEUTRAL.

2009-02-07 Thread Francois Gouget
On Sat, 7 Feb 2009, Aurimas FiĊĦeras wrote: [...] > Since there is only one sublang SUBLANG_LITHUANIAN_LITHUANIA (1) it > probably doesn't matter which one to use. > > [1] http://msdn.microsoft.com/en-us/library/dd318693(VS.85).aspx#NotesPrim Actually Wine has two: #define SUBLANG_LITHUANIAN_LITHU

Re: New Wine Gecko package

2009-02-07 Thread Vitaliy Margolen
Jacek Caban wrote: > Hi all, > > The last release of Wine Gecko caused a few regressions. Yes it did and some are still not fixed. Flash does not work anymore on all the pages. This really needs to be fixed. The plugin came from windows Firefox 3.0.5 where it works fine (under Wine). Vitaliy.

Re: richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.

2009-02-07 Thread Massimo Del Fedele
Dylan Smith ha scritto: > These calls to ME_WrapMarkedParagraphs never do anything, and don't make > sense to be called in these places. These places are for ME_MoveCaret, > and ME_ArrowHome, which both don't involve any text being modified, and > all (direct and indirect) calls to these functions

Re: tests with new DIB

2009-02-07 Thread Massimo Del Fedele
Evgeny Burzak ha scritto: > Hello, > > I make some tests and it show interesting results: > * Archicad 10 and 11 can open plans, crashed of course and unusable, but > with WINEDIB=OFF it didn`t work at all. > * Flash 8 with WINEDIB=ON render fonts much faster. > > Screens and logs attached. >

Re: dinput: joydevs[id].name (EVIOCGNAME) is product name, joydevs[id].device is a path

2009-02-07 Thread Vitaliy Margolen
Vincent Pelletier wrote: > joydevs[id].name value comes from EVIOCGNAME iotcl, and is the product name. > > I think joystick device path qualifies as a "Friendly name for the instance" > (as defined for tszInstanceName on MSDN). > > If not, please tell me and I will extend the patch to generate

Re: riched20: Remove unused functions

2009-02-07 Thread Dylan Smith
On Sat, Feb 7, 2009 at 9:33 AM, Andrew Talbot wrote: > > @@ -65,17 +65,6 @@ ME_String *ME_MakeStringR(WCHAR cRepeat, int nMaxChars) > return s; > } > > -ME_String *ME_MakeStringB(int nMaxChars) > -{ /* Create a buffer (uninitialized string) of size nMaxChars */ > - ME_String *s = ALLOC_OBJ(ME_

Re: Fixing AppDB once and for all

2009-02-07 Thread IneedAname
On Sat, 7 Feb 2009 01:20:47 -0500 Zachary Goldberg wrote: > Comments? Can we have a wiki like change log for the notes in the AppDB to see whats be changed when and by who. Can we have a easy way for maintainers to (plan check for bugs give there system spec and so on). Sorry my spelling has

Re: LookupIconIdFromDirectory16() is unused

2009-02-07 Thread Tom Wickline
Maybe this little util will come in handy. http://www.nirsoft.net/utils/dll_export_viewer.html Download is at the bottom of the page just after Feedback. Tom On Sun, Feb 8, 2009 at 12:50 AM, Detlef Riekenberg wrote: > On Sa, 2009-02-07 at 15:29 +0100, Francois Gouget wrote: > > > What is stra

Re: imagicos

2009-02-07 Thread Peter Bortas
On Sat, Feb 7, 2009 at 4:57 PM, Ben Klein wrote: > What it seems to me is that they are selling binaries, not support. > They could be selling licenses (for Crossover, mp3 etc), but that's > not a matter for us to resolve. If it is determined that what they are > selling is binaries, then I'm alm

Re: imagicos

2009-02-07 Thread Michael Karcher
Am Sonntag, den 08.02.2009, 02:57 +1100 schrieb Ben Klein: > > And even if they are in some way vilolating the GPL by not hosting the > > operating systems source > > Not the problem. > 1) Source of individual apps can be retrieved from appropriate > websites. As long as the websites are reference

Re: LookupIconIdFromDirectory16() is unused

2009-02-07 Thread Detlef Riekenberg
On Sa, 2009-02-07 at 15:29 +0100, Francois Gouget wrote: > What is strange is thar user.exe.spec exports a > LookupIconIdFromDirectoryEx() function. So shouldn't it export a > LookupIconIdFromDirectory() function too? LookupIconIdFromDirectoryEx (ordinal 364) is exported by name in XP. In win3

Re: LookupIconIdFromDirectory16() is unused

2009-02-07 Thread Alexandre Julliard
Francois Gouget writes: > dlls/user32/cursoricon.c defines a LookupIconIdFromDirectory16() > function which is not used anywhere. > > What is strange is thar user.exe.spec exports a > LookupIconIdFromDirectoryEx() function. So shouldn't it export a > LookupIconIdFromDirectory() function too? I

Re: Fixing AppDB once and for all

2009-02-07 Thread Zachary Goldberg
2009/2/7 Rosanne DiMesio : > > Could we also have some discussion about improving the interface for > admins/maintainers? I've found that the limitations of the current interface > make it very difficult to do basic admin tasks. > > -- > Rosanne DiMesio > > > Rosanne, I think thats a good idea

Re: Fixing AppDB once and for all

2009-02-07 Thread Chris Morgan
> > Theres enough information from the discussion to begin moving forward > with coding. Andrew Riedi and I thus far are the volunteers to begin > digging in. If anybody else is interested in getting their hands > dirty please do respond to this, and we'll work out how to get it > done. I imagin

Re: rpcrt4: Check for null endpoint in RpcServerUseProtseqEpExW

2009-02-07 Thread Luke Kenneth Casson Leighton
see implementation in dual BSD-licensed _and_ LGPL-licensed freedce reference implementation, on which MSRPC was originally blatantly copied (thanks to the BSD license on the 1.0 reference implementation). e.g. online annotated copy here: http://www.sfr-fresh.com/linux/misc/freedce-1.1.0.7.tar.gz:

Re: imagicos

2009-02-07 Thread Ben Klein
2009/2/8 Tom Wickline : > On Sat, Feb 7, 2009 at 10:59 PM, Ben Klein wrote: >> >> 2009/2/8 Tom Wickline : >> > And your getting the OS and support with the OS. >> Wrong. Read the license. They offer absolutely no support for the OS. >> You're buying the binaries and that's it. (This could be a vio

Re: imagicos

2009-02-07 Thread David Gerard
2009/2/7 Tom Wickline : > And even if they are in some way vilolating the GPL by not hosting the > operating systems source > that has absoloutly nothing to do with Wine... You guy's need to take that > up with gnu.org No, that's everyone's business. - d.

Re: imagicos

2009-02-07 Thread Tom Wickline
On Sat, Feb 7, 2009 at 10:59 PM, Ben Klein wrote: > 2009/2/8 Tom Wickline : > > And your getting the OS and support with the OS. > Wrong. Read the license. They offer absolutely no support for the OS. > You're buying the binaries and that's it. (This could be a violation > of GPL too) They have

Re: imagicos

2009-02-07 Thread Ben Klein
2009/2/8 Tom Wickline : > And your getting the OS and support with the OS. Wrong. Read the license. They offer absolutely no support for the OS. You're buying the binaries and that's it. (This could be a violation of GPL too) > From what Ive read on this thread all your going to do is run reseller

LookupIconIdFromDirectory16() is unused

2009-02-07 Thread Francois Gouget
dlls/user32/cursoricon.c defines a LookupIconIdFromDirectory16() function which is not used anywhere. What is strange is thar user.exe.spec exports a LookupIconIdFromDirectoryEx() function. So shouldn't it export a LookupIconIdFromDirectory() function too? In which case I suspect that LookupI

Re: imagicos

2009-02-07 Thread Tom Wickline
Don't you think you guys are being kinda tough on a CodeWeavers reseller? and how the HELL is it a rip off? a single copy of CrossOver pro cost $69.95 retail.. And your getting the OS and support with the OS. So they bundle a older version of Wine, maybe it's the version that was current during th

Re: Fixing AppDB once and for all

2009-02-07 Thread nn
Yes I agree. AppDB admin backend enhancements http://bugs.winehq.org/show_bug.cgi?id=16357 --- On Sat, 7/2/09, Rosanne DiMesio wrote: > From: Rosanne DiMesio > Subject: Re: Fixing AppDB once and for all > To: wine-devel@winehq.org > Received: Saturday, 7 February, 2009, 11:48 PM > > > > Meeti

Re: Fixing AppDB once and for all

2009-02-07 Thread Rosanne DiMesio
> > Meeting went well. We had a good number of contributors for more than > 2 hours. Several outcomes from the meeting and a transcript are > available on the wiki: > > http://wiki.winehq.org/AppDBUpgrades > > In Summary: We have a consensus that we want to replace the generic > open questions

Re: imagicos

2009-02-07 Thread nn
F.Y.I Re: Alternative to Vista, iMagic OS http://www.pcreview.co.uk/forums/thread-3622082.php MiOS for free!, MiOS will soon be for free http://www.joejoe.org/forum/index.php?s=cfb4dd58b56fe0a1f7a88fba92e4b16d&showtopic=17629&pid=220433&st=0&#entry220433 MiOS Developer Preview, Request your self

Re: imagicos

2009-02-07 Thread Ben Klein
2009/2/7 IneedAname : > On Fri, 6 Feb 2009 19:18:04 -0600 > EA Durbin wrote: > >> That and I can't the source code anywhere on their site. > > Here is a copy of what I have send to then. >> I want the source code of the version(s) of Wine you package with your OS. >> If you have not read Wine's li

Re: imagicos

2009-02-07 Thread IneedAname
On Fri, 6 Feb 2009 19:18:04 -0600 EA Durbin wrote: > That and I can't the source code anywhere on their site. Here is a copy of what I have send to then. > I want the source code of the version(s) of Wine you package with your OS. > If you have not read Wine's license now is the time to do so.

RE: Stub DDE interface for Progman.exe

2009-02-07 Thread Jeremiah Flerchinger
> Shell32 implements a DDE server that supports the progman interface > among other things. Explorer or any properly operating shell desktop > replacement will call the according shell32 export that initializes > that server. If the progman DDE interface is not available under > Windows you are not

Re: Stub DDE interface for Progman.exe

2009-02-07 Thread Jeremiah Flerchinger
On Fri, 2009-02-06 at 10:41 +, Rob Shearman wrote: > 2009/2/5 Jeremiah Flerchinger : > > On Thu, 2009-02-05 at 18:12 +, Rob Shearman wrote: > > Is explorer always running in Wine? I know "wine explorer" does not run > > ShellDDEInit when it starts. I thought most people were against > > add

[Fwd: WINE: suspected bug in change to winealsa.drv/waveout.c]

2009-02-07 Thread Deomid Ryabkov
Maarten didn't reply, widening to wine-devel@ summary: looks like a bug was introduced into WaveOut queue management back in october that causes sound to skip and stutter. Original Message Subject:WINE: suspected bug in change to winealsa.drv/waveout.c Date: Sun, 25

RE: Stub DDE interface for Progman.exe

2009-02-07 Thread Rolf Kalbermatter
Jeremiah Flerchinger [mailto:jeremiah.flerchin...@gmail.com] wrote: > ShellDDEInit didn't exist before Win 2000 and was in > Shdocw.dll and not shell32.dll. Actually it is supported back to at least Win98 in shdocw and most probably even Win95 since that did support the progman interface too.

RE: Stub DDE interface for Progman.exe

2009-02-07 Thread Rolf Kalbermatter
Rolf Kalbermatter > -Original Message- > From: Jeremiah Flerchinger [mailto:jeremiah.flerchin...@gmail.com] > Sent: Thursday, February 05, 2009 7:33 PM > To: Rolf Kalbermatter > Cc: wine-devel@winehq.org > Subject: RE: Stub DDE interface for Progman.exe > > On Thu, 2009-02-05 at 18:5

http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/smbsrv/ndl/

2009-02-07 Thread Luke Kenneth Casson Leighton
holy cow. opensolaris appears to have its own smb server / idl compiler: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/tools/ndrgen/ CDDL licensed, unfortunately (listed as incompatible with GPL. darn). but... dang :)

Re: [patch] rpcrt4_conn_np_read needs to expect and accept ERROR_MORE_DATA

2009-02-07 Thread Luke Kenneth Casson Leighton
On Fri, Feb 6, 2009 at 12:35 PM, Juan Lang wrote: > Hi Luke, > > @@ -382,7 +382,14 @@ static int rpcrt4_conn_np_read(RpcConnection *Connection, > Style nit: it would be simpler to do: > DWORD bytes_read; > ret = ReadFile(npc->pipe, buf, bytes_left, &bytes_read, NULL); > +if (!ret &&