DirectX
Posted: Thu May 26, 2005 8:43 pm
In order to use Direct3D with Purebasic, we need to use something like
dx=OpenLibrary(#pb_any,"d3d7.dll") ;For D3D 7
What I'm wondering is if we have DirectX9, how will it found d3d7 ??
Same, if someone has DX7 and we're calling DX9, what will happen (i know this is strange
)
dx=OpenLibrary(#pb_any,"d3d7.dll") ;For D3D 7
What I'm wondering is if we have DirectX9, how will it found d3d7 ??
Same, if someone has DX7 and we're calling DX9, what will happen (i know this is strange