Linker Errors for ktxTexture_* functions #878
-
|
I'm receiving linker errors using these functions and don't understand why. I'm on version 4.3.2 |
Beta Was this translation helpful? Give feedback.
Answered by
MarkCallow
Mar 23, 2024
Replies: 1 comment 3 replies
-
|
It looks like you are on Windows and have either failed to include ktx.lib in your link command or are attempting to link an application compiled to use a dynamic library with a static ktx.lib. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The lib folder is source code. You have to either build the library or download the Windows installer from the project's Releases, install it and use the included ktx.lib. To build the library you can use CMake to build your project and
add_subdirectoryyour KTX-Software clone in your project'sCMakeLists.txtfile.