Hi, i have question. Does it possible somehow to wrap d3d to d3d o.O but why i need it to make final .dll to ignore 16 bit color and use 32 bit instead for old games, that doesnot support 32 bit mode selection in menu.
What i need to use? Its sounds like it must be easy.
Direct3d wrap to direct3d + modifu colors
-
- Posts: 187
- Joined: Sun Feb 28, 2010 11:10 pm
- Contact:
Re: Direct3d wrap to direct3d + modifu colors
Yes, it's possible, but you need to be familiar with d3d version you wanna wrap (d3d 7?). You must also know how to create a DLL and its exports.
Google for tutorials, download dx(7?) sdk and read the docs.
Google for tutorials, download dx(7?) sdk and read the docs.