In visual studio 2005: I want to create a dll base on another dll. For example : I want to create a DLL -- new.dll, and it uses a DLL -- old.dll; How can I create a new.dll have old.dll inside? I mean, I don't need to include old.dll in my project when I use new.dll?
Thanks for any advisement.