Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Linking Skype4COM dll in application and capturing events using c++
QtWS25 Last Chance

Linking Skype4COM dll in application and capturing events using c++

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 2.3k Views
  • 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.
  • R Offline
    R Offline
    Rachel
    wrote on last edited by
    #1

    Hi,

    I need to link skype4com dll in c++ application and register function with that dll so that events can be captured coming from skype such as loggingIn, loggedOut, and calling events.

    Please help me out.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      It seems to be a com object ?

      http://stackoverflow.com/questions/36255706/load-com-library-into-qt

      Note that using mingw compiler most likely dont work as it seems to be a VS DLL.

      http://amin-ahmadi.com/2015/09/14/how-to-connect-to-a-com-library-using-qt-an-example-of-how-to-change-skype-status-using-qt-and-skype4com-dll/

      Seems to have sample on the info you want to get so check it out.
      http://web.itu.edu.tr/~aahmadi/downloadfiles/skype4com.zip

      1 Reply Last reply
      4
      • R Offline
        R Offline
        Rachel
        wrote on last edited by
        #3

        Hi,

        Thanks for reply.

        Now I have linked dll with application but i need to register function from my application with skype dll so that i can capture skype events in application. Application requirement is to capture logging events and calling events not for getting friend list or sending messages.

        Please give me some way out.

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          sorry I dont know Skype4COM so i can't tell you what functions to use for that.
          You must find some documentation and find the related methods.

          1 Reply Last reply
          3
          • R Offline
            R Offline
            Rachel
            wrote on last edited by
            #5

            Ok, no issue. I will find it on any other forum.
            If anyone have any idea, please help me.

            mrjjM 1 Reply Last reply
            0
            • R Rachel

              Ok, no issue. I will find it on any other forum.
              If anyone have any idea, please help me.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Rachel
              There should be plenty help on the skype forum
              also, the chm help file seems useful as it lists all functions.

              https://github.com/RossCode/SkypeLight/blob/master/lib/Skype4COM.chm

              1 Reply Last reply
              2

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved