Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. .dll files
Forum Updated to NodeBB v4.3 + New Features

.dll files

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 1.2k 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.
  • O Offline
    O Offline
    overtime
    wrote on last edited by
    #1

    So is there anyway I can use some .dll files when I create my app for android? Unfortunately I do not have the source.

    EDIT: Might have found something that helps but does it still work for Qt 5.2.1?
    http://qt-project.org/doc/qt-4.8/qlibrary.html

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Yes, QLibrary is available in Qt 5.

      On Android you need to use .so files instead of .dlls.

      (Z(:^

      1 Reply Last reply
      0
      • O Offline
        O Offline
        overtime
        wrote on last edited by
        #3

        How do I convert the .dll file to .so?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          You need to compile the library on Android/ Linux/ Unix. I don't know any other way.

          (Z(:^

          1 Reply Last reply
          0
          • O Offline
            O Offline
            overtime
            wrote on last edited by
            #5

            I was reading many different forums and came across this:

            "Mono toolchain compile c# script and .dll libs into ARM assembly code ( .s file), then assemble the assembly code into native executable code with Android SDK/NDK. (I'm not sure, whether Mono generate JVM code in the middle)"

            Does anyone know anything about this? or how it might work?

            1 Reply Last reply
            0

            • Login

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