Re: advpack: Fix a missing declaration warning.

2006-04-18 Thread James Hawkins
On 4/18/06, Mike McCormack <[EMAIL PROTECTED]> wrote: > > Changelog: > advpack: Fix a missing declaration warning > Can we hold on this patch? I sent a patch to add advpack_private.h which contains commonly used declarations that should fix this. Thanks, James Hawkins

Easy patch submission with GIT + imap folders

2006-04-18 Thread Mike McCormack
Hi, As of the recently released GIT 1.3.0, sending patches via an IMAP folder with GIT just got easier. If everything is set up right, you should be able to run the following command: git-format-patch --attach --stdout --keep origin | git-imap-send This requires some configuration in ~/.gi

Re: Fontforge Dependency

2006-04-18 Thread Mike McCormack
Kuba Ober wrote: trying to say that gcc had no bugs, etc. I'm just arguing for including those silly ttfs in the source distibution, that's all. TTF files are binaries, and the current policy is that there should be no binaries in the source tree. (That's why it's called "The Wine Source"

Re: SOC: Integrate DIB Engine

2006-04-18 Thread Mike McCormack
Troy Rollo wrote: Yes. See for more information on this. This is probably feasible as a SOC project *if* you are familiar with all of the integer-only algorithms for drawing graphics primitives or have a good text book handy that has all the algorithms in i

Re: SOC: Integrate DIB Engine

2006-04-18 Thread Troy Rollo
On Wednesday 19 April 2006 08:46, Jesse Allen wrote: > One thing I'd like to try to work on is the DIB engine. Do we need > someone to work on it still? Yes. See for more information on this. This is probably feasible as a SOC project *if* you are familiar with

Documentation for CLEANLOCALSTORAGE in OLE Automation

2006-04-18 Thread Robert Shearman
Hi, I just thought I'd document the CLEANLOCALSTORAGE use in oleaut32 for anyone that wants to implement it, although I can't implement it now for obvious reasons. First of all the background: the reason CLEANLOCALSTORAGE is needed is because the structures returned from various Get* functio

Re: SOC Idea: Easy usage of native DLLs in Linux programs

2006-04-18 Thread Tom Spear (Dustin Booker, Dustin Navea)
Dan Kegel wrote: On 4/18/06, Mike Hearn <[EMAIL PROTECTED]> wrote: so IMHO this one shouldn't be judged on whether it gets checked in or not but rather whether it works and how easy it is to use. I wouldn't put it that way. I'd continue "and if it clearly makes the world a happy place

Re: AutoCAD in Linux

2006-04-18 Thread Tom Spear (Dustin Booker, Dustin Navea)
Alexander N. Sørnes wrote: Uwe Bonnes skrev: "Richardson" == Richardson <[EMAIL PROTECTED]> writes: Richardson> Hello! Richardson> My name is Richardson and I am from Brazil and I am needing Richardson> to know how I can install the AutoCAD r14 and AutoCAD 2000 Ric

SOC: Integrate DIB Engine

2006-04-18 Thread Jesse Allen
One thing I'd like to try to work on is the DIB engine. Do we need someone to work on it still? This one is also interesting to me because we have some documentation already and that I have worked with bitmaps before too. I'd also like to find out how this stuff might integrate with the current cha

Re: SOC Idea: Easy usage of native DLLs in Linux programs

2006-04-18 Thread Dan Kegel
On 4/18/06, Mike Hearn <[EMAIL PROTECTED]> wrote: > The GIMP now has the ability to use Photoshop plugins using Wine. And so on. As you point out later, Photoshop's plugins are out of process (http://www.gimp.org/~tml/gimp/win32/pspi.html) so that's not a good example of the problem you're trying

SOC Idea: Easy usage of native DLLs in Linux programs

2006-04-18 Thread Mike Hearn
Various projects have re-implemented the code necessary to host Win32 DLLs in-process, for instance Xine, MPlayer and GStreamer all have (different) forked, badly hacked copies of the Wine codebase inside themselves to load and use codec DLLs. The GIMP now has the ability to use Photoshop plugins u

Re: RFC/PATCH: Twain + Gphoto

2006-04-18 Thread Marcus Meissner
On Tue, Apr 18, 2006 at 10:48:30PM +0200, Detlef Riekenberg wrote: > Am Sonntag, den 09.04.2006, 21:16 +0200 schrieb Marcus Meissner: > > > +EXTRALIBS = @SANELIBS@ @GPHOTO2LIBS@ > > > It was ok for twain to fail, when sane was not installed. > IMHO, when get more alternatives, then all backends

Re: Coverity and our conformance tests

2006-04-18 Thread Mike Hearn
On Mon, 17 Apr 2006 20:51:56 +0200, Paul Vriens wrote: > Should we just mark these as FALSE or how should we deal we these > 'errors'? Yeah, just mark them as FALSE if the test suite is operating as intended.

Re: RFC/PATCH: Twain + Gphoto

2006-04-18 Thread Detlef Riekenberg
Am Sonntag, den 09.04.2006, 21:16 +0200 schrieb Marcus Meissner: > +EXTRALIBS = @SANELIBS@ @GPHOTO2LIBS@ It was ok for twain to fail, when sane was not installed. IMHO, when get more alternatives, then all backends must be usable independent (linked dynamic). We do not want to force libsane and

Re: AutoCAD in Linux

2006-04-18 Thread Alexander N. Sørnes
Karl Lattimer skrev: The simple fact is that the only real _law_ which can be infringed upon by using a patch is copy protection, and if you are a license holder and haven't produced illegal copies for distribution and it isn't prohibited in the license agreement then you're OK for the most part

Re: AutoCAD in Linux

2006-04-18 Thread Augusto Arcoverde da Rocha
On 4/18/06, Paul <[EMAIL PROTECTED]> wrote: > On Tue, 2006-04-18 at 19:14 +0200, "Alexander N. Sørnes" wrote: > > Uwe Bonnes skrev: > > >Autocad is copy protexted software. There are no easy and legal ways to run > > >those software in wine > > > > > > > > Installing a crack is both easy and legal.

Re: AutoCAD in Linux

2006-04-18 Thread Karl Lattimer
> > Installing a crack is both easy and legal. I haven't checked if there > > are any for AutoCAD, though. > > That depends on where you are and the local laws. Actually the local laws are irrelevant, it is wholly dependent on whether or not it is prohibited by the license agreement. You'll find

Re: Winelib: SIGTERM or SIGQUIT?

2006-04-18 Thread Dimi Paun
On Tue, 2006-04-18 at 12:12 -0700, Michael Ost wrote: > PS: recently someone was asking a question about winelib and was > directed to wine-user. What's the protocol here? Where should winelib > questions be asked? The wine-user looks too user level and wine-devel > is for Wine coders. I'd apprecia

Re: comctl32: header [3/6]: Add scratch buffers to HEADER_INFO

2006-04-18 Thread Alexandre Julliard
Mikołaj Zalewski <[EMAIL PROTECTED]> writes: > These patches tries to correct some bugs in header notification > messages. This patch adds some buffers that will be used for > ANSI/Unicode convertions. It seems a bit wasteful to always keep large buffers around, especially since in many cases th

Winelib: SIGTERM or SIGQUIT?

2006-04-18 Thread Michael Ost
I would like my Winelib application to do a normal shutdown from a signal, that is save files and exit normally. >From scanning the web SIGTERM seems like the natural choice. It looks like it is _supposed_ to be used for a normal exit. But Wine seems to reserve SIGTERM for a summary execution wit

Re: Preliminary CD-Rom support on Darwin

2006-04-18 Thread Alexandre Julliard
Emmanuel Maillard <[EMAIL PROTECTED]> writes: > Is there anything wrong with this patch? Lots of things I'm afraid. For one it has way too many #ifdefs; also you don't want to store device names in the server, you don't want to have drive symlinks point to dummy files, and you shouldn't need to s

PeekMessageW fixme spam in latest CVS

2006-04-18 Thread Adam D. Moss
Second Life causes a very recent CVS WINE to spit out one of these every frame: fixme:msg:PeekMessageW PM_QS_ flags (0007) are not handled This started (approximately) yesterday (Monday). Regards, --adam

Re: kernel: fix determination of using locale

2006-04-18 Thread Sergei Butakov
On Tuesday 18 April 2006 09:39, Dmitry Timoshkov wrote: > "Sergei Butakov" <[EMAIL PROTECTED]> wrote: > > If set > > # export LANG="POSIX" > > # export LC_CTYPE="ru_RU.CP1251" > > system_lcid (defined by LC_CTYPE) will be "ru_RU.CP1251"; > > user_lcid (defined by LANG) will be "en_US" - It's bug an

Re: AutoCAD in Linux

2006-04-18 Thread Paul
On Tue, 2006-04-18 at 19:14 +0200, "Alexander N. Sørnes" wrote: > Uwe Bonnes skrev: > > >>"Richardson" == Richardson <[EMAIL PROTECTED]> writes: > >> > >> > > > >Richardson> Hello! > > > >Richardson> My name is Richardson and I am from Brazil and I am needing > >

Re: dosdevices

2006-04-18 Thread Alexandre Julliard
Robert Lunnon <[EMAIL PROTECTED]> writes: > All, > I am having some considerable problems dealing with a simple issue. > In .wine/dosdevices, devices are listed followed by a colon like in dos. This > makes perfect sense except that the colon is often used in UNIX to separate > elements of a pa

Re: Fontforge Dependency (was: Wine Front-End development)

2006-04-18 Thread Kuba Ober
> > Well, if someone wants to do more work for the sake of argument, then I > > guess we live in a free world. But still, the fonts are such a fringe > > part of wine that I just can't see any extra work to be worth it. For a > > while one can just consider fontforge to be a "proprietary" tool, and

Re: AutoCAD in Linux

2006-04-18 Thread Alexander N. Sørnes
Uwe Bonnes skrev: "Richardson" == Richardson <[EMAIL PROTECTED]> writes: Richardson> Hello! Richardson> My name is Richardson and I am from Brazil and I am needing Richardson> to know how I can install the AutoCAD r14 and AutoCAD 2000 Richardson> in a machine turning

Re: AutoCAD in Linux

2006-04-18 Thread Uwe Bonnes
> "Richardson" == Richardson <[EMAIL PROTECTED]> writes: Richardson> Hello! Richardson> My name is Richardson and I am from Brazil and I am needing Richardson> to know how I can install the AutoCAD r14 and AutoCAD 2000 Richardson> in a machine turning Fedora 3. he/she would L

Re: [SOC] ASIO

2006-04-18 Thread Tom Spear (Dustin Booker, Dustin Navea)
Willie Sippel wrote: Am Dienstag, 18. April 2006 11:56 schrieb Christian Gmeiner: What is ASIO? ASIO is a driver interface for pro-audio apps developed by Steinberg. It's somewhat similar to our beloved Jack sound server, but not as advanced. I thought about implementing ASIO for wine so we

Re: [SOC] ASIO

2006-04-18 Thread Willie Sippel
Am Dienstag, 18. April 2006 11:56 schrieb Christian Gmeiner: > What is ASIO? > > ASIO is a driver interface for pro-audio apps developed by Steinberg. It's > somewhat similar to our beloved Jack sound server, but not as advanced. > > I thought about implementing ASIO for wine so we are one step nea

Re: X crash with latest git/cvs

2006-04-18 Thread Paul Vriens
On Tue, 2006-04-18 at 09:06 +0200, Paul Vriens wrote: > Hi, > > I've just removed my .wine to get a clean start (wasn't much in there > anyway). > > When I now start any program (regedit, iexplore) I get an X-crash. I did > a WINEDEBUG=+all,+relay and the last X-related thing I see is : > > err:

Re: advpack: Add a missing forward declaration for get_parameter

2006-04-18 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Changelog: > * Add a missing forward declaration for get_parameter. It would be better to create a header for all the prototypes. -- Alexandre Julliard [EMAIL PROTECTED]

Re: gdi: Add header for GetCharABCWidthI

2006-04-18 Thread Alexandre Julliard
Jeff L <[EMAIL PROTECTED]> writes: > Add headers for GetCharABCWidthsI and WineEngGetCharABCWidthsI. > > Jeff Latimer > Index: ../../include/wingdi.h > === > RCS file: /home/wine/wine/include/wingdi.h,v > retrieving revision 1.131 > d

Re: Fontforge Dependency (was: Wine Front-End development)

2006-04-18 Thread Dmitry Timoshkov
"Kuba Ober" <[EMAIL PROTECTED]> wrote: > That's lunacy! Just ship the damn prebuilt files until the time is ripe > to take them out. Of course the sources should be kept there all the time > as well. So if a version of gcc got released that didn't produce correct libraries then we should add al

Re: dosdevices

2006-04-18 Thread Phil Krylov
On Tue, 18 Apr 2006 22:38:11 +1000 Robert Lunnon <[EMAIL PROTECTED]> wrote: > All, > I am having some considerable problems dealing with a simple issue. > In .wine/dosdevices, devices are listed followed by a colon like in dos. This > makes perfect sense except that the colon is often used in UN

dosdevices

2006-04-18 Thread Robert Lunnon
All, I am having some considerable problems dealing with a simple issue. In .wine/dosdevices, devices are listed followed by a colon like in dos. This makes perfect sense except that the colon is often used in UNIX to separate elements of a path description and has special meaning tto some progr

Re: ole32: Uncomment some code to make sure it is compiled, but don't run it.

2006-04-18 Thread Dimi Paun
On Tue, 2006-04-18 at 17:18 +0900, Mike McCormack wrote: > +/* doesn't pass with Win9x COM DLLs (even though Essential COM says it > should) */ > +if (0) test_out_of_process_com(); Why not disable it for win9x then? -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: Wine Front-End development

2006-04-18 Thread Kuba Ober
> > 1. You never mentioned what you want this "front-end" to do. I think > > that's pretty important to whatever you're talking about. Seems to me > > it might fit in with winecfg or something else that already exists. > > > > 2. Did you read the thread(s) about rewriting WineTools that occurre

Re: Fontforge Dependency (was: Wine Front-End development)

2006-04-18 Thread Kuba Ober
> >If fontforge"made a mess", that's not just because it's an extra > > dependency. It's because someone, instead of making the right choice and > > shipping whatever files fontforge is building, shipped only the sources. > > The right thing to do would be to ship the prebuilt stuff at least until

Re: kernel: fix determination of using locale

2006-04-18 Thread Alexandre Julliard
Sergei Butakov <[EMAIL PROTECTED]> writes: > Here > 2. - this set value of user_lcid > 4. - this set value of system_lcid > system_lcid affect on some part of Wine, user_lcid affect on other one. > Thereby only some part of Wine is defined by LC_CTYPE: Well, yes, the point is that you can have u

Re: SHDOCVW: Move IOleClientSite to new DocHost object to allow sharing code between WebBrowser and InternetExplorer.

2006-04-18 Thread Jacek Caban
Alexandre Julliard wrote: Jacek Caban <[EMAIL PROTECTED]> writes: ChangeLog: Move IOleClientSite to new DocHost object to allow sharing code between WebBrowser and InternetExplorer. Thanks for sending a series of small patches instead of a big one, but next time can you please number

Re: kernel: fix determination of using locale

2006-04-18 Thread Dmitry Timoshkov
"Sergei Butakov" <[EMAIL PROTECTED]> wrote: So any program must check variables in that order: LC_ALL, LC_CTYPE, LANG. (First check LC_ALL. If LC_ALL defined then stop, if not defined then check LC_CTYPE. If LC_CTYPE defined then stop, if not defined then check LANG) In Wine system_lcid defin

[SOC] ASIO

2006-04-18 Thread Christian Gmeiner
What is ASIO? ASIO is a driver interface for pro-audio apps developed by Steinberg. It's  somewhat similar to our beloved Jack sound server, but not as advanced.   I thought about implementing ASIO for wine so we are one step neaer to a running Cubase. I have also some advanced audio hardware

Re: SHDOCVW: Move IOleClientSite to new DocHost object to allow sharing code between WebBrowser and InternetExplorer.

2006-04-18 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > ChangeLog: > Move IOleClientSite to new DocHost object to allow sharing code > between WebBrowser and InternetExplorer. Thanks for sending a series of small patches instead of a big one, but next time can you please number the patches? (git-format-patch -

X crash with latest git/cvs

2006-04-18 Thread Paul Vriens
Hi, I've just removed my .wine to get a clean start (wasn't much in there anyway). When I now start any program (regedit, iexplore) I get an X-crash. I did a WINEDEBUG=+all,+relay and the last X-related thing I see is : err:x11drv:error_handler X protocol error: serial=6892, request_code=146 - b