What header is
LPD3DXMESH supposed to be declared in?
Krzys D.
On Fri, Nov 21, 2008 at 4:54 PM, Krzysztof Drewniak krzysdrewniak@gmail.com wrote:
What header is
LPD3DXMESH supposed to be declared in?
http://letmegooglethatforyou.com/?q=LPD3DXMESH
LPD3DXMESH supposed to be declared in?
That doesn't necessarily work for Wine. Many DirectX searches are spammed with archived Wine-devel or wine-patches mails.
The best way to find out is to download the DirectX SDK, install it(it should install in Wine) and grep the headers.
On Sat, Nov 22, 2008 at 12:59 PM, Stefan Dösinger stefan@codeweavers.com wrote:
LPD3DXMESH supposed to be declared in?
That doesn't necessarily work for Wine. Many DirectX searches are spammed with archived Wine-devel or wine-patches mails.
The best way to find out is to download the DirectX SDK, install it(it should install in Wine) and grep the headers.
You want d3dx9mesh.h however I am not sure about the legalities of looking at it when making your own implementation of d3dx9mesh.h in wine. You should probably confirm that with someone on the list before looking at it.
2008/11/22 Stefan Dösinger stefan@codeweavers.com:
LPD3DXMESH supposed to be declared in?
That doesn't necessarily work for Wine. Many DirectX searches are spammed with archived Wine-devel or wine-patches mails.
The best way to find out is to download the DirectX SDK, install it(it should install in Wine) and grep the headers.
The first link on Google points to http://msdn.microsoft.com/en-us/library/bb174069(VS.85).aspx, which tells you what header is in and how it is defined (see the remarks section).
- Reece