Can't compile wine at Linux-ppc

2006-09-10 Thread Peter Lemenkov
Hello, All! The last wine version which at least compiles fine is 0.9.17. Since then I can't even compile Wine. It fails with the next message ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -D_SHDOCVW_ -t -T shdocvw_v1.tlb

Re: Jonathan Ernst : winecfg: French translation update.

2006-09-10 Thread Frank Richter
On 10.09.2006 10:28, Alexandre Julliard wrote: -LTEXT This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your

Making people aware about appdb and outdated Wine versions.

2006-09-10 Thread killertux killertux
Hello, I have problem... It's know as dublication of effort. Basicly there are sites that compeate with appdb it means HOWTOS, test result and everyting else are distributed in few thousands forums, wikis etc... Solution is that Wine should advertice Wine AppDB so people would actully use it

Re: Making people aware about appdb and outdated Wine versions.

2006-09-10 Thread Matt Finnicum
--SNIP-- Second: Old version of Wine are still quite used because of package managers just offers stable Wine versions over the unstable ones so I would like to see another popup or warning in winecfg that informs user that their Wine is getting old... so after specific number of days(from

Re: Re: Making people aware about appdb and outdated Wine versions.

2006-09-10 Thread killertux killertux
OK, if not popup then fixme or someting like if there is problems they can go to Wine AppDB to get some compatibility help. --SNIP-- Second: Old version of Wine are still quite used because of package managers just offers stable Wine versions over the unstable ones so I would like to see

Re: Re: Making people aware about appdb and outdated Wine versions.

2006-09-10 Thread Tom Wickline
On 9/10/06, killertux killertux [EMAIL PROTECTED] wrote: OK, if not popup then fixme or someting like if there is problems they can go to Wine AppDB to get some compatibility help. If they have any common sense about them they will see that the application database is advertised on the winehq

Page Fault when try to start Railroad Tycoon

2006-09-10 Thread Roland Kaeser
HelloI'm currently on testing my apps for 0.9.20 and getting the following error when try to run a cleanly installed RailRoad Tycoon 3 (on new wine dir). Can somebody help me to figure out the problem? I use a Matrox Parhelia with Tripple-Monitor Configuration.ThanksRoland

Re: Re: Making people aware about appdb and outdated Wine versions.

2006-09-10 Thread Matt Finnicum
On 9/10/06, Tom Wickline [EMAIL PROTECTED] wrote: If they have any common sense about them they will see that the application database is advertised on the winehq front page and go there on there own. You get out of Wine what you put into it! Most users, as far as I can tell, never goto

Re: Jonathan Ernst : winecfg: French translation update.

2006-09-10 Thread Jonathan Ernst
Le dimanche 10 septembre 2006 à 20:56 +0200, Frank Richter a écrit : On 10.09.2006 10:28, Alexandre Julliard wrote: -LTEXT This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the

Re: Making people aware about appdb and outdated Wine versions.

2006-09-10 Thread Nick Law
killertux killertux wrote: Hello, I have problem... It's know as dublication of effort. Basicly there are sites that compeate with appdb it means HOWTOS, test result and everyting else are distributed in few thousands forums, wikis etc... Solution is that Wine should advertice Wine AppDB

Low-level coding

2006-09-10 Thread Aaron Slunt
Hi,I was interested in starting to play with wine and maybe even build a few functions for it...but then I realized that it's low-level coding, something I'm not familiar with (higher level is more of my expertise). Correct me if I'm wrong, I could be looking at the wrong files :S. Does anyone

State management in D3D

2006-09-10 Thread Ivan Gyurdiev
State management in D3D... is currently kind of a mess. Stefan D. posted a message about this some time ago, but I can't find it right now... - some states are applied immediately (via Set* calls) - some are applied at draw time (like shaders, textures, transforms, ...) - some are recorded

Re: State management in D3D

2006-09-10 Thread Ivan Gyurdiev
I guess that seems like a large undertaking, and those are all doomed to failure.. but it doesn't have to be. The key idea that I care about seems to be to move GL code from device.c into the data structure object, and figure out a way to apply a set of delayed states at draw time. We don't