Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved How to use libRInside.dll with qt

    General and Desktop
    3
    5
    94
    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.
    • Y
      yordan last edited by

      Hi everyone, I am currently trying to use Rinside library with qt, but I have no idea of how to do it, can some one give me some steps or a simple example of how to use libRInside.dll with qt, I am currently working under windows OS. thanks

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        Do you have only the .dll at hand ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        Y 1 Reply Last reply Reply Quote 0
        • hskoglund
          hskoglund last edited by

          Just googled it and there seems to be lot of examples on how to use the Rinside library with Qt here
          (the examples are about 10 years old but Qt should work the same)

          1 Reply Last reply Reply Quote 3
          • Y
            yordan @SGaist last edited by

            @SGaist No, I have downloaded the entire library, but as I understand .dll is all I need .... I am wrong??

            1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              It's needed at run time.

              For development, unless you want to dynamically load it (you don't want to do that unless you really have very good reasons), you need a header and the corresponding library to link against.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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