This Has probably allready been asked but.

rifter1818

Junior Contributor
Joined
Sep 11, 2003
Messages
255
Location
A cold dark place
Couldnt find it when i searched for it. The question is if i write up a DLL file that uses Directx can i compile it in such a way that the user doesnt have to add the directx resources to his/her program (just the dll i made) for it to work?
 
If you expose directx objects to the user then he also needs reference to directx. if it's behind the scenes then they don't have to.
 
Back
Top