Re: [wined3d] more vertex declaration work

2005-01-19 Thread Paul Vriens
On Thu, 2005-01-20 at 00:58, Raphael wrote: > Hi, > > Changelog: > - VertexDeclaration device APIs > - D3D9 declarations parsing > - a little better APIs (trying to avoid compil problems) > > Todo: > - D3D8 declarations parsing (converting to d3d9 compatible using code in > d3d8) > - fi

Re: [LOSTWAGES] update the non-standard include files task

2005-01-19 Thread Dimitrie O. Paun
Actually, you missed a few things. ChangeLog A few non-standard include files are gone. -- Dimi. ? diffs Index: templates/en/janitorial.template === RCS file: /home/wine/lostwages/templates/en/janitorial.template,v retrieving r

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Wez Furlong
From what I remember, it was mapping the APIs one way or the other. I'm fairly sure I saw it somewhere among one of the two or three forks of jim's freedce package that I merged to build the sf.net project. I don't see it there now... I wonder where it went. (I think it was referenced by a (the

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Wez Furlong
IIRC, there is a header file somewhere (on windows?) that maps from MS-DCE-RPC to regular-DCE-RPC. (or the other way around?) --Wez. Luke Kenneth Casson Leighton wrote: _oh_ look, they're almost absolutely identical _except_ for microsoft's habit of going "that's stupid to have the status as a

Re: wined3d updates

2005-01-19 Thread Oliver Stieber
> > You forgot the patch... > > Tom > I resent the email with the patches about 10 minutes ago so it should get through soon. ___ ALL-NEW Yahoo! Messenger - all new features - even more fun! http:

Re: Font selection logic defective?

2005-01-19 Thread Bill Medland
On January 18, 2005 03:00 pm, Huw D M Davies wrote: > On Tue, Jan 18, 2005 at 12:08:17PM -0800, Bill Medland wrote: > > (Huw?) > > > > Do I need to dig deeper to understand this or is there a defect in the > > logic. If there are ttf fonts available does that mean a poor ttf match > > will be selec

olepicture.c compile failure : "structure has no member named `UserData', implicit declaration of function `DGifOpen'"

2005-01-19 Thread Rizwan Kassim
This has been reported as Bugzilla 1730. " olepicture.c: In function `_gif_inputfunc': olepicture.c:834: structure has no member named `UserData' olepicture.c: In function `OLEPictureImpl_Load': olepicture.c:923: warning: implicit declaration of function `DGifOpen' olepicture.c:923: warning: assign

Re: evaluation of using freedce project in Wine [was: compiling test.idl with dceidl - bit lairy and archaic]

2005-01-19 Thread Luke Kenneth Casson Leighton
On Thu, Jan 20, 2005 at 01:15:44AM +, Luke Kenneth Casson Leighton wrote: > > How easy would it be to add support for client impersonation > > (RpcImpersonateClient, RpcRevertToSelf)? > > [... whole bunch of crap, written by me...] short answer: to _Wine_ it will look "dead-easy" because

Re: wined3d updates

2005-01-19 Thread Ivan Leo Puoti
Oliver Stieber wrote: Hi, The attached patches: You didn't attach any patches. Ivan.

Re: WineTools

2005-01-19 Thread vaguegirl
i just wanted to pop in that i have been playing wine wine for a while now (been using linux since '94) and i LOVE winetools! especially the "simulate windows reboot". that has helped me with SO many applications. thanks i say! for those who care, i have managed to get poser 4 to work but not

more on pirates

2005-01-19 Thread Oliver Stieber
I've just sent some patches to patches that are enough to get Pirates running. Installing pirates... Pirates uses a MSI installer, I had to Set winver to win98. When prompted about directX 9 say no. (or yes if you really want to). If you get an OLE error make a note and try again, I managed to i

evaluation of using freedce project in Wine [was: compiling test.idl with dceidl - bit lairy and archaic]

2005-01-19 Thread Luke Kenneth Casson Leighton
On Wed, Jan 19, 2005 at 06:17:35PM -0600, Robert Shearman wrote: > That's certainly one way of doing it. I only worry about Microsoft-only > extensions made to the API. hah. > For example, RpcServerRegisterIfEx and > RpcServerRegisterIf2 (these are probably be the most commonly used > exte

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Robert Shearman
Luke Kenneth Casson Leighton wrote: On Wed, Jan 19, 2005 at 05:37:24PM -0600, Robert Shearman wrote: While you have demonstrated to me that the dceidl IDL compiler is very capable (and I did not doubt this), you still haven't demonstrated how this can benefit the Wine project. Yes, we can gene

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Luke Kenneth Casson Leighton
On Wed, Jan 19, 2005 at 07:11:03PM -0500, Wez Furlong wrote: > IIRC, there is a header file somewhere (on windows?) that maps from > MS-DCE-RPC to regular-DCE-RPC. (or the other way around?) yes. i saw it somewhere, five years ago. it'd cover the data structures, but not the function calls.

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Luke Kenneth Casson Leighton
so. rather than doing what i _was_ going to do, which was to #define rpc_string_binding_compose to RpcStringBindingCompose, would you agree that the task is basically instead to define a whole stack of boring functions which map one to t'other? it may even be possible to take the function prototy

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Luke Kenneth Casson Leighton
On Wed, Jan 19, 2005 at 05:37:24PM -0600, Robert Shearman wrote: > however we then lose focus on the applications for which we don't have > source code for and depend on rpcrt4 being implemented. This is the most > common use for Wine! If you have any ideas on how we can solve this, > please le

Re: wine/ include/wine/wined3d_interface.h dlls/wi ...

2005-01-19 Thread Raphael
Hi > Hello, > > This patch broke the compilation of dlls/d3d8/basetexture.c > In file included from /home/michi/work/wine/dlls/d3d8/d3d8_private.h:69, > from /home/michi/work/wine/dlls/d3d8/basetexture.c:31: > /home/michi/work/wine/include/wine/wined3d_interface.h:877: error: > s

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Luke Kenneth Casson Leighton
On Wed, Jan 19, 2005 at 05:37:24PM -0600, Robert Shearman wrote: > Luke Kenneth Casson Leighton wrote: > > >On Wed, Jan 19, 2005 at 09:50:09PM +, Luke Kenneth Casson Leighton > >wrote: > > > > > >>4) case statements where the switch variable is a char i > >>couldn't be bothered to find a way

[Fwd: Wine-Wiki.org]

2005-01-19 Thread Ivan Leo Puoti
Forwarding in case someone cares about this. Ivan. --- Begin Message --- Hello, Can you please add Wine-Wiki.org to the list of Compatibility site. We have been growing greatly, and if it was on the site, it would help everyone. Thanks ~Jason --- End Message ---

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Robert Shearman
Luke Kenneth Casson Leighton wrote: On Wed, Jan 19, 2005 at 09:50:09PM +, Luke Kenneth Casson Leighton wrote: 4) case statements where the switch variable is a char i couldn't be bothered to find a way to let it be happy with case(1) it was bitching about 1 not being a char so i converted to

RtlQueryRegistryValues

2005-01-19 Thread Ivan Leo Puoti
Hello Alexandre, I don't know if you missed this patch, http://www.winehq.com/hypermail/wine-patches/2005/01/0502.html if you think something in it is wrong, or if you haven't got to it yet. If this isn't the case please let me know. Ivan.

CreateProcess

2005-01-19 Thread Ivan Leo Puoti
Today Raymond Chen posted an article about CreateProcess(), I haven't looked at our implementation but if it works differently from his description someone may want to to fix it. http://blogs.msdn.com/oldnewthing Ivan.

uses for transmit_as in NT interoperability services

2005-01-19 Thread Luke Kenneth Casson Leighton
it's odd, innit? you start to explore and go "uh, duh, _that's_ what that's for". there are a number of places in the NT services that i network-reverse-engineered six years ago where i was thinking, "hm, that's not NDR-formatted..." and had to continue anyway bumbling along. the areas i encount

DCE happily supports transmit_as. cool!

2005-01-19 Thread Luke Kenneth Casson Leighton
http://support.entegrity.com/private/doclib/docs/osfhtm/develop/apgstyle/Apgst193.htm cool!

Re: compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Luke Kenneth Casson Leighton
On Wed, Jan 19, 2005 at 09:50:09PM +, Luke Kenneth Casson Leighton wrote: > http://hands.com/~lkcl/public_html/test_cstub.cxx sorry: _i_ copy the file to that location, _you_ get to see it at: http://hands.com/~lkcl/test_cstub.cxx > 3) dceidl is fussy about switch_type on no

Re: winecfg todo's

2005-01-19 Thread Mike Hearn
On Tue, 2005-01-18 at 20:59 -0500, Tom wrote: > Hello Mike, > > I am working on a update to the Known ToDo's page > and was wondering if you could provide a current > list of ToDo's ? Hi Tom, As of Jan 19th 2005 the remaining work is basically to make Wine use winecfg as well as lots of testing.

compiling test.idl with dceidl - bit lairy and archaic

2005-01-19 Thread Luke Kenneth Casson Leighton
rob, hi, okay, it was a bit hairy, but here's at least a first attempt, that shows up the following. it leads me to conclude that dce's idl compiler was [is] a rather delayed work-in-progress that "DidTheJob(tm)" and then microsoft decided "here we go, here we go, here we go..." and kinda finishe

Re: Regression : tools/wineinstall fails with an X Error

2005-01-19 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > and part of a trace: > > 0009:trace:ole:COM_ApartmentRelease destroying apartment 0x77e64460, > oxid 80009 Looks like some sort of heap corruption, the apartment pointer is suspiciously similar to the bad contents of the x11drv window structure. > I

Re: wine/ include/wine/wined3d_interface.h dlls/wi ...

2005-01-19 Thread Michael Stefaniuc
Hello, On Wed, Jan 19, 2005 at 01:34:49PM -0600, Alexandre Julliard wrote: > ChangeSet ID: 1 > CVSROOT: /opt/cvs-commit > Module name: wine > Changes by: [EMAIL PROTECTED] 2005/01/19 13:34:49 > > Modified files: > include/wine : wined3d_interface.h > dlls/wined3d

Re: Regression : tools/wineinstall fails with an X Error

2005-01-19 Thread Paul Vriens
On Wed, 2005-01-19 at 16:53, Alexandre Julliard wrote: > "Paul Vriens" <[EMAIL PROTECTED]> writes: > > > doing a tools/wineinstall on a clean system yields in an X-Error. > > What's the X error? The error: (default is /home/paul/.wine/drive_c) /data/wine-c Configuring Wine for a no-windows insta

Re: Regression : tools/wineinstall fails with an X Error

2005-01-19 Thread Alexandre Julliard
"Paul Vriens" <[EMAIL PROTECTED]> writes: > doing a tools/wineinstall on a clean system yields in an X-Error. What's the X error? -- Alexandre Julliard [EMAIL PROTECTED]

Re: WineTools

2005-01-19 Thread Joachim von Thadden
Am Mi, Jan 19, 2005 at 01:23:21 -0500 schrieb Tom: > Joachim von Thadden wrote: > >Since the first release one December 20, 2004 there have been more than > >20.000 downloads. So I think there are many people interested in running > >Windows apps in Wine, but so many don't know how to do it. And ye

Re: Regression : tools/wineinstall fails with an X Error

2005-01-19 Thread Rob Shearman
Paul Vriens wrote: Hi, doing a tools/wineinstall on a clean system yields in an X-Error. Doing: winedbg rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf gives: .. Wine-dbg>bt Backtrace: =>1 0x00abec49 (0x00a6d7f4) 2 0x00656d76 _XcmsSine+0xe6 in x11drv (0x00a6d818) 3 0x0076

Regression : tools/wineinstall fails with an X Error

2005-01-19 Thread Paul Vriens
Hi, doing a tools/wineinstall on a clean system yields in an X-Error. Doing: winedbg rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf gives: .. Wine-dbg>bt Backtrace: =>1 0x00abec49 (0x00a6d7f4) 2 0x00656d76 _XcmsSine+0xe6 in x11drv (0x00a6d818) 3 0x00767b5a WIN_Des

Re: WineTools

2005-01-19 Thread Tom
Joachim von Thadden wrote: Did both. Thank You! Regards, Tom Regards Joachim

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-19 Thread Luke Kenneth Casson Leighton
On Tue, Jan 18, 2005 at 11:23:45PM -0600, Rob Shearman wrote: > As you guessed before, you can change the ".idl.h" rule in > "Make.rules.in" in the root wine directory. Do a find on *.idl to find > the files that are parsed by widl. ? oh - of course. it hadn't occurred to me to simply chang