Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Question about loading of dlls during debug

Question about loading of dlls during debug

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++debugginghelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    The Lady of Shallots
    wrote on last edited by
    #1

    I was trying to track down a bug (which one of the other developers was able to track down) and we noticed something strange in the debug output window (VC++ 6.0). After the app ends, the output window lists all the dlls that were loaded up, etc. I have the Trillian instant message interface installed and one of the dlls that is being loaded up is 'C:\Program Files\Trillian\events.dll'. Trillian has no relation to my app and is not being even remotely used, at least I think not. Does anyone know why this is happening? I am a junior developer, so there may be an obvious answer to this, but it seems very odd. Thanks!

    C C 2 Replies Last reply
    0
    • T The Lady of Shallots

      I was trying to track down a bug (which one of the other developers was able to track down) and we noticed something strange in the debug output window (VC++ 6.0). After the app ends, the output window lists all the dlls that were loaded up, etc. I have the Trillian instant message interface installed and one of the dlls that is being loaded up is 'C:\Program Files\Trillian\events.dll'. Trillian has no relation to my app and is not being even remotely used, at least I think not. Does anyone know why this is happening? I am a junior developer, so there may be an obvious answer to this, but it seems very odd. Thanks!

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      the system is reporting events and the debug window is picking up on them. it's pretty much harmless. -c


      Please stand by

      ThumbNailer

      1 Reply Last reply
      0
      • T The Lady of Shallots

        I was trying to track down a bug (which one of the other developers was able to track down) and we noticed something strange in the debug output window (VC++ 6.0). After the app ends, the output window lists all the dlls that were loaded up, etc. I have the Trillian instant message interface installed and one of the dlls that is being loaded up is 'C:\Program Files\Trillian\events.dll'. Trillian has no relation to my app and is not being even remotely used, at least I think not. Does anyone know why this is happening? I am a junior developer, so there may be an obvious answer to this, but it seems very odd. Thanks!

        C Offline
        C Offline
        Chris Richardson
        wrote on last edited by
        #3

        The reason the dll is being loaded in your process is because it probably installs some sort of global hook via SetWindowsHookEx. The dll will then be loaded into all running processes. Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

        T 1 Reply Last reply
        0
        • C Chris Richardson

          The reason the dll is being loaded in your process is because it probably installs some sort of global hook via SetWindowsHookEx. The dll will then be loaded into all running processes. Chris Richardson Programmers find all sorts of ingenious ways to screw ourselves over. - Tim Smith

          T Offline
          T Offline
          The Lady of Shallots
          wrote on last edited by
          #4

          Thanks Chris and Chris! Your responses were very helpful. :)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups