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. [qt + irrKlang.dll] problem with linking external library
Forum Updated to NodeBB v4.3 + New Features

[qt + irrKlang.dll] problem with linking external library

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.5k 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.
  • K Offline
    K Offline
    krakowk
    wrote on last edited by
    #1

    Hi!

    I'm linking library irrKlang avaliable there: http://www.ambiera.com​/irrklang/downloads.html (ver 1.4.0b)
    I'm using compiler: msvc2010 and qt Creator 4.8.1

    The .rar package provides few files with different extensions (.def, .a, .lib, .dll).

    I linked *.h file, and in .pro file I added line:
    LIBS += "...\irrKlang.lib"

    Program is compiling, but when I try to execute any function from irrKlang lib, program stops with error code:
    -1073741511

    Code: C++
    irrklang::ISoundEngine * engine;
    engine = irrklang::createIrrKlangDevice();

    With commented second line program compiles and works stable.

    What could be a reason of that strange behaviour?
    Thanks in advance for any suggestions.

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

      Hi and welcome to devnet,

      This error means a dll can't be found. Either ensure that irrKlang.dll can be found in your PATH or copy it beside your executable.

      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
      0

      • Login

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