On 15/08/06, Andrew Talbot Andrew.Talbot@talbotville.com wrote:
I'm looking to fix a couple of write-strings warnings in direct3d.c: lines 323 and 334, the second parameter to Callback(), but I don't know enough to give suitable names to the intended substitute variables. So I would be glad of suggestions, please.
I assume you're talking about direct3d.c in ddraw then. The second parameter is the "device description" for the enumerated device. The first device is the reference device, the second one is our wined3d implementation.