rifter1818 Posted July 3, 2004 Posted July 3, 2004 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? Quote
ThePentiumGuy Posted July 3, 2004 Posted July 3, 2004 i beleive so, i think they would just have to say Dim device as YourDLL.DirectX.Direct3d.DEvice try importing it in your DLL? and maybe it'll come out that way pent Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Kavan Posted July 3, 2004 Posted July 3, 2004 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.