RE: d3dx9_24: first implementation

2008-01-20 Thread Rolf Kalbermatter
paulo lesgaz wrote > Moreover, when you create a new dll, you need to change plenty of files: > configure Why would you want to change this? I thought autoconfigure will write this automatically based on configure.ac. And I'm sure Alexandre runs autoconfigure whenever he changes som

Re: d3dx9_24: first implementation

2008-01-19 Thread tony . wasserka
> You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36; > not only these ones that are already implemented in d3dx9_36. > > Moreover, when you create a new dll, you need to change plenty of files: > configure > configure.ac > Makefile.in > in the folder ~/wine-git/ > > You

Re: d3dx9_24: first implementation

2008-01-19 Thread James Hawkins
On Jan 19, 2008 11:13 AM, paulo lesgaz <[EMAIL PROTECTED]> wrote: > Hello Tony > > You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36; > not only these ones that are already implemented in d3dx9_36. > > Moreover, when you create a new dll, you need to change plenty of files

d3dx9_24: first implementation

2008-01-19 Thread paulo lesgaz
Hello Tony You need to forward all the functions of d3dx9_24 to these ones of d3dx9_36; not only these ones that are already implemented in d3dx9_36. Moreover, when you create a new dll, you need to change plenty of files: configure configure.ac Makefile.in in the folder ~/wine-git/ You can tak