can i call a DLL within another DLL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gbprithvi
    New Member
    • Mar 2010
    • 1

    can i call a DLL within another DLL

    if yes..plz give me an example ...

    thanku :)
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    ya of course..... but that will create interdependenci es

    Comment

    • Samishii23
      New Member
      • Sep 2009
      • 246

      #3
      Your best bet would be to use your Librarys (dll's) to contain methods, and all the interweaving of codes to be done within the program.

      Visual Studio ( i use 2008 ) doesn't allow for interdependency . Its not good coding.

      Comment

      Working...