Feb. 4, 2005
11:18 p.m.
Hi Paul, Paul Vriens wrote:
Hi,
any particular reason why d3dxof shouldn't be able to register (itself):
@ stdcall -private DllRegisterServer() D3DXOF_DllRegisterServer @ stdcall -private DllUnregisterServer() D3DXOF_DllUnregisterServer
is missing from the spec file.
I was just playing with dxdiag.
The reason is that when I created d3dxof, the native dll I had at hands didn't export them. If you find one that does it, these exports should be added then. Bye, Christian