Respondido how to create a shared DLL

  • terça-feira, 6 de março de 2012 06:31
     
     

    I have made a DLL and i can use it in almost any other program by pasting it in the directory of the program.

    Now i wanted to make a Shared dll so that i can use one copy of my dll for many programs without even pasting the dll in their respective directory.

    Plsss tell me how to make such a DLL in c++

Todas as Respostas