The specified procedure could not be found #38
Closed
OrieHashin
started this conversation in
General
Replies: 1 comment 4 replies
-
You are using Qt mingw but QtJambi has been built with msvc. Install Qt msvc and everything is fine. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This happens every time I run my qt jambi program:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\orie5\Qt\6.2.3\mingw_64\bin\QtJambi6.dll: The specified procedure could not be found
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2389)
at java.base/java.lang.Runtime.load0(Runtime.java:755)
at java.base/java.lang.Runtime.load(Runtime.java:741)
at io.qt.internal.NativeLibraryManager.loadLibrary_helper(NativeLibraryManager.java:1190)
at io.qt.internal.NativeLibraryManager.loadNativeLibrary(NativeLibraryManager.java:1092)
at io.qt.internal.NativeLibraryManager.loadQtJambiLibrary(NativeLibraryManager.java:834)
at io.qt.internal.NativeLibraryManager.loadQtJambiLibrary(NativeLibraryManager.java:820)
at io.qt.internal.QtJambi_LibraryUtilities.(QtJambi_LibraryUtilities.java:43)
at io.qt.internal.QtJambiObject.(QtJambiObject.java:39)
at test.Test.main(Test.java:6)
C:\Users\orie5\AppData\Local\NetBeans\Cache\12.6\executor-snippets\run.xml:111: The following error occurred while executing this line:
C:\Users\orie5\AppData\Local\NetBeans\Cache\12.6\executor-snippets\run.xml:68: Java returned: 1
BUILD FAILED (total time: 0 seconds)
What should I do?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions