Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Regarding registering QT dll using regsvr32

    General and Desktop
    2
    7
    3616
    Loading More Posts
    • 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.
    • I
      Indrajeet last edited by

      Hi All

      I have created a -QT- Qt dll using project of type "ActiveQT Server Library".

      It created the dll as output file.

      But when i try to register it using regsvr32 it gives me error.

      1 Reply Last reply Reply Quote 0
      • G
        giesbert last edited by

        Are all Qt libraries that are used by your dll in the path?

        Nokia Certified Qt Specialist.
        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

        1 Reply Last reply Reply Quote 0
        • I
          Indrajeet last edited by

          Hi

          This dll dont have any other dependency dll.

          1 Reply Last reply Reply Quote 0
          • G
            giesbert last edited by

            It will have at least QtCore4.dll as dependency, if it's a Qt dll. Where is QtCore4.dll located inside your machine? is it inside PATH?

            Nokia Certified Qt Specialist.
            Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

            1 Reply Last reply Reply Quote 0
            • I
              Indrajeet last edited by

              Hi

              Whwn i create a qt dll with ActiveQT Server Library project

              I dont see functions for registering the dll by deffault

              eg:-DllRegisterServerProc()

              1 Reply Last reply Reply Quote 0
              • I
                Indrajeet last edited by

                Hi

                QtCore4.dll is in bin folder of QT.

                And i have set that path in environment variables settings

                1 Reply Last reply Reply Quote 0
                • I
                  Indrajeet last edited by

                  Hi

                  Actually i want to use this QT dll in C#.

                  But whn i try to add reference of this dll in C# it is not adding.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post