Re: [AppDB] create new users is Br0ck.

2005-01-11 Thread Jonathan Ernst
Le mardi 11 janvier 2005 Ã 21:25 -0700, [EMAIL PROTECTED] a Ãcrit : > The last patch broke make_bugzilla_version_list() which is used by > account.php > and admin/editAppVersion.php. That means that new users can not create > accounts > and maintainers cannot edit their versions. > > http://c

Re: [AVIFIL32] question about ACMStream_fn[AddRef|Release] in acmstream.c

2005-01-11 Thread Paul Vriens
Hi Michael, > I don't really know what you want to cleanup here, looks very clean to me. The cleanup I'm currently working on is changing This->ref[++|--] and friends into Interlocked * functions for thread safety (see Janitorial page on WineHQ). > > You are right, the release method is buggy. t

Request for Sourceforge Upload Access

2005-01-11 Thread Scott Ritchie
I need to upload the Debian packages into the Sourceforge HTTP space in order for our APT server to be up to date. It'd be nice if I could do it myself. My sourceforge name is yokozar If someone could add me that would be great. Thanks, Scott Ritchie

Re: [Fwd: msttcorefonts are missing I think]

2005-01-11 Thread Victor Antolini
I can still see the list of fonts here: http://sourceforge.net/project/showfiles.php?group_id=34153&release_id=105355 The user must install wget (or any downloader for that matter) in order to download the fonts. Greetings Victor Antolini Scott Ritchie wrote: A user sent me this. I'm not exactly

[AppDB] create new users is Br0ck.

2005-01-11 Thread tony_lambregts
The last patch broke make_bugzilla_version_list() which is used by account.php and admin/editAppVersion.php. That means that new users can not create accounts and maintainers cannot edit their versions. http://cvs.winehq.org/patch.py?id=15387 The same code on my machine works fine with my test

[Fwd: msttcorefonts are missing I think]

2005-01-11 Thread Scott Ritchie
A user sent me this. I'm not exactly sure what she's referring to. Any ideas? --- Begin Message --- Setting up msttcorefonts (1.1.11) ... These fonts were provided by Microsoft "in the interest of cross- platform compatibility". This is no longer the case, but they are still available from third

import stubs

2005-01-11 Thread Dan Notestein
Instead of directly using native methods to export functions from wine shared libs, Wine and WineLib emulate the windows methodology for exporting/importing these functions. Is this just to enable the use of native Windows dlls in Wine, or is it needed for other reasons? I ask because we're curren

Re: Correction to COINIT_MULTITHREADED test

2005-01-11 Thread Christian Costa
Paul Vriens wrote: On Tue, 2005-01-11 at 12:19, Christian Costa wrote: All the time ? Looking at COM_CreateApartment it seems COINIT_APARTMENTTHREADED works but indeed COINIT_MULTITHREADED always return NULL. I think the code at the beginning of COM_CreateApartment is wrong. TRACE("t

Re: Palm OS Desktop & Wine

2005-01-11 Thread Jeremy White
Referring to the following message: http://www.winehq.org/hypermail/wine-users/2004/12/0091.html USB in iTunes is said to work "with a lot of fiddling about". Your best resource may be: http://www.codeweavers.com/site/support/docs/crossover-pro/troubleshooting#ITUNES-IPOD I think it explains the

Re: Correction to COINIT_MULTITHREADED test

2005-01-11 Thread Christian Costa
Paul Vriens wrote: On Tue, 2005-01-11 at 12:19, Christian Costa wrote: All the time ? Looking at COM_CreateApartment it seems COINIT_APARTMENTTHREADED works but indeed COINIT_MULTITHREADED always return NULL. I think the code at the beginning of COM_CreateApartment is wrong. TRACE("t

Re: Palm OS Desktop & Wine

2005-01-11 Thread Hiji
--- Ivan Leo Puoti <[EMAIL PROTECTED]> wrote: > > >About USB... Isn't it working (at minimum) with > >iTunes? > > > > > > > AFAIK USB isn't supported. > > Ivan. Referring to the following message: http://www.winehq.org/hypermail/wine-users/2004/12/0091.html USB in iTunes is said to work "

Re: [AVIFIL32] question about ACMStream_fn[AddRef|Release] in acmstream.c

2005-01-11 Thread Michael Günnewig
Paul Vriens <[EMAIL PROTECTED]> writes: > Hi, > > during my code cleanup I came to acmstream.c and found the following: > > static ULONG WINAPI ACMStream_fnAddRef(IAVIStream *iface) > { > IAVIStreamImpl *This = (IAVIStreamImpl *)iface; > > TRACE("(%p) -> %ld\n", iface, This->ref + 1); > > /*

(Job) Two Embedded Positions - S. CALIF

2005-01-11 Thread Naren
Title: (Job) Two Embedded Positions - S. CALIF I have 2 embedded positions in this email: Position 1) Embedded Engineer - S. California This is my direct client opening - I need an Embedded Engineer for my client in S. California - 6 months contract to hire position   I need an Embedded Eng

Re: [AppDB] mysql_query -> appdb_query in /include

2005-01-11 Thread Jeremy Newman
On Tue, 2005-01-11 at 14:27 +0100, Paul van Schayck wrote: > Hey Jonathan, > > On Tue, 11 Jan 2005 00:59:44 +0100, Jonathan Ernst > <[EMAIL PROTECTED]> wrote: > > This patch replaces nearly all mysql_query with appdb_query in /include. > > We should use query_userdb() in include/user.php. We're a

Re: Palm OS Desktop & Wine

2005-01-11 Thread Stefan Dösinger
Am Dienstag, 11. Januar 2005 14:55 schrieb Ivan Leo Puoti: > >About USB... Isn't it working (at minimum) with > >iTunes? > > AFAIK USB isn't supported. I have the pdf converter running with wine and Palm Desktop. The palm Desktop installer requires some playing with MSI, I don't remember exactly

Re: Palm OS Desktop & Wine

2005-01-11 Thread FyD
Sorry for this mess since I am the guy who asked _the_ wrong question at the wrong place! I did not know it was forbidden to ask questions here. I can tell I will _not_ come back. Usually on the web there is two types of mailing list: friendly and unfriendly... Anyway, thanks a lot to Hiji for his

Re: OXID marshaling error

2005-01-11 Thread Bill Medland
On January 11, 2005 08:02 am, Bill Medland wrote: > Any idea what is going wrong in the OXID handling here? See below for theory > > Is "a" the first thread of the new process? Is the problem that it should > be "b"? > > (I've removed a few extraneous traces) > (This is after the COM_CreateApart

Re: OXID marshaling error

2005-01-11 Thread Robert Shearman
Bill Medland wrote: Any idea what is going wrong in the OXID handling here? ... 000b:warn:ole:register_ifstub Could not map OXID a to apartment object I think I know what the problem is. The MTA isn't added to the apartments list, so when we search for the OXID of the MTA, we don't

[AVIFIL32] question about ACMStream_fn[AddRef|Release] in acmstream.c

2005-01-11 Thread Paul Vriens
Hi, during my code cleanup I came to acmstream.c and found the following: static ULONG WINAPI ACMStream_fnAddRef(IAVIStream *iface) { IAVIStreamImpl *This = (IAVIStreamImpl *)iface; TRAC

OXID marshaling error

2005-01-11 Thread Bill Medland
Any idea what is going wrong in the OXID handling here? Is "a" the first thread of the new process? Is the problem that it should be "b"? (I've removed a few extraneous traces) (This is after the COM_CreateApartment fixes patch) 0009:trace:ole:create_marshalled_proxy rclsid={4dfceca2-156a-4e0

Re: USER32: cursoricon

2005-01-11 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > Well, have you any suggestions about read access error in next lines? > for (i=0; i < entries; i++) > size += bits->idEntries[i].dwDIBSize + (fCursor ? sizeof(POINT16): 0); > I guess there is incorrect number of entries (idCount). > Can I check

Re: Warnings left when compiling on GNU/Linux

2005-01-11 Thread Gerald Pfeifer
On Wed, 5 Jan 2005, Walt Ogburn wrote: > There's a patch to make the metafile test pass, which also un-comments the > test, at > > http://www.winehq.org/hypermail/wine-patches/2004/12/0191.html > > The patch hasn't been committed, but if anybody wants to make it nicer and > try again, feel free t

Re: comctl32.dll and commctrl.dll

2005-01-11 Thread Dripple
OK, but I'm no Wine developper. I just posted here to have the point of view of Wine's developpers. and I'm really glad that comctl32 is close... If I can not contribute as a developper, maybe can I help with patched source. Would it help in any way ? Mike Hearn a Ãcrit : On Mon, 10 Jan 2005 11

Re: Fwd: Foobar2000 audio player Regression

2005-01-11 Thread Nick Hornback
> I took a quick look at it, but I came up against a > number of problems: > 1. The application seems to be half open-source, but > the user interface > doesn't seem to in the half that is opened. > 2. I assume patch linked to above is correct, but > the app isn't calling > BeginPaint, which it s

Re: USER32: cursoricon

2005-01-11 Thread Vitaly Lipatov
В сообщении от 11 Январь 2005 16:48 Alexandre Julliard написал(a): > Vitaly Lipatov <[EMAIL PROTECTED]> writes: > > Changelog: > > return fail if file format is unknown > > This will make it fail for all normal cursor/icon files. These don't > have a header so you can't check a magic number. We

Re: advpack: add two missing stubs

2005-01-11 Thread Steven Edwards
--- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > It's sad to say that, but unfortunately that's not the case on the ReactOS > side sometimes, especially for Wine code borrowed at the early stage. Sometimes but if you point out where and I am happy to fix it. Thanks Steven ___

Re: ole32: questions about the COINIT flags

2005-01-11 Thread Bill Medland
On January 11, 2005 01:59 am, Paul Vriens wrote: > Hi, > > I was looking through some MSDN doc: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/cm >f_a2c_5iyg.asp > > there it's stated that: > > If neither concurrency model is specified by the dwCoInit parameter, the >

Re: [QUARTZ] Get rid of a CLSID fixme

2005-01-11 Thread Christian Costa
> Message du 11/01/05 13:50 > De : "Paul Vriens" > A : "[EMAIL PROTECTED]" > Copie à : "Christian Costa" > Objet : [QUARTZ] Get rid of a CLSID fixme > Hi, > > just needed an extra CLSID in the registry to avoid some fixme's: > > fixme:ole:CoCreateInstance no classfactory created for CLSID > {

Re: Palm OS Desktop & Wine

2005-01-11 Thread Ivan Leo Puoti
About USB... Isn't it working (at minimum) with iTunes? AFAIK USB isn't supported. Ivan.

Re: USER32: cursoricon

2005-01-11 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > Changelog: > return fail if file format is unknown This will make it fail for all normal cursor/icon files. These don't have a header so you can't check a magic number. -- Alexandre Julliard [EMAIL PROTECTED]

RE: advpack: add two missing stubs

2005-01-11 Thread Ge van Geldorp
> From: Dmitry Timoshkov > > "Steven Edwards" <[EMAIL PROTECTED]> wrote: > > Its nice to note where the code came from. We always try to > > do it in ReactOS so please credit Jim for his advpack function. > > It's sad to say that, but unfortunately that's not the case > on the ReactOS side some

Re: [AppDB] mysql_query -> appdb_query in /include

2005-01-11 Thread Paul van Schayck
Hey Jonathan, On Tue, 11 Jan 2005 00:59:44 +0100, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > This patch replaces nearly all mysql_query with appdb_query in /include. We should use query_userdb() in include/user.php. We're allowing a seperate database for it. This patch was already applied tough:

Re: advpack: add two missing stubs

2005-01-11 Thread Robert Reif
Dmitry Timoshkov wrote: "Steven Edwards" <[EMAIL PROTECTED]> wrote: --- Robert Reif <[EMAIL PROTECTED]> wrote: Some of the new code was borrowed from reactos. GetVersionFromFile* Its nice to note where the code came from. We always try to do it in ReactOS so please credit Jim for his

Re: wine alsa detection

2005-01-11 Thread Joris Huizer
Vincent Béron wrote: Le lun 10/01/2005 à 19:53, Vincent Béron a écrit : Le lun 10/01/2005 à 05:16, Joris Huizer a écrit : Hello, Today I switched back to alsa 0.9 (downgraded everything that had to do with alsa 1.0 as far as I can tell) but still, alsa is detected as available: checking alsa/aso

Re: Correction to COINIT_MULTITHREADED test

2005-01-11 Thread Paul Vriens
On Tue, 2005-01-11 at 12:19, Christian Costa wrote: > All the time ? > Looking at COM_CreateApartment it seems COINIT_APARTMENTTHREADED works but > indeed COINIT_MULTITHREADED always return NULL. > I think the code at the beginning of COM_CreateApartment is wrong. > > TRACE("thread 0

Re: Correction to COINIT_MULTITHREADED test

2005-01-11 Thread Paul Vriens
On Tue, 2005-01-11 at 12:19, Christian Costa wrote: > All the time ? > Looking at COM_CreateApartment it seems COINIT_APARTMENTTHREADED works but > indeed COINIT_MULTITHREADED always return NULL. > I think the code at the beginning of COM_CreateApartment is wrong. > > TRACE("thread 0x

Re: Correction to COINIT_MULTITHREADED test

2005-01-11 Thread Christian Costa
> Message du 11/01/05 08:45 > De : "Paul Vriens" > A : "Bill Medland" > Copie à : "wine-devel@winehq.org" > Objet : Re: Correction to COINIT_MULTITHREADED test > On Mon, 2005-01-10 at 21:20, Bill Medland wrote: > > Bill Medland ([EMAIL PROTECTED]) > > Correct testing for multithreaded > > (as s

ole32: questions about the COINIT flags

2005-01-11 Thread Paul Vriens
Hi, I was looking through some MSDN doc: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/cmf_a2c_5iyg.asp there it's stated that: If neither concurrency model is specified by the dwCoInit parameter, the default is COINIT_MULTITHREADED. Does this mean we should change t

Re: Janitorial : Use Compiler Warnings ( -Wmissing-declarations ) ( #1, take 2 )

2005-01-11 Thread Alexandre Julliard
Rémi Assailly <[EMAIL PROTECTED]> writes: > diff -u libs/wine/debug.c libs/wine/debug.c > --- libs/wine/debug.c 2005-01-10 20:12:34.748897920 +0100 > +++ libs/wine/debug.c 2005-01-10 19:18:26.0 +0100 > @@ -61,6 +61,9 @@ > return strcmp( name, *chan + 1 ); > } > > +void *__wine_dbg_

Re: Minor wine-devel DCOM corrections

2005-01-11 Thread Francois Gouget
On Mon, 10 Jan 2005, Dan Kegel wrote: Rob Shearman wrote: We have a number of marshaling tests in our test framework at the moment (in wine/dlls/ole32/tests/marshal.c). It is hard to do anything cross-process (or cross-machine!) because of the way the test framework is done. Mike did suggest usi