CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 14 of 14

Threaded View

  1. #1
    Join Date
    Jul 2005
    Posts
    767

    Isn't this Bad Coupling?

    Hello Everyone,
    I got a question regarding Software design of Windows and thought we could discuss on this.

    User32.dll closely depends on Gdi32.dll and vice-versa, Isn't this an example of Bad Coupling?
    Last edited by MrBeans; October 3rd, 2007 at 11:59 PM.
    One's mistake cannot be your excuse!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured