You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, I copied the ktx.exp, ktx.lib, ktx.exe, and ktx.dll files from the build/release directory. I placed the ktx.dll file in the same directory as my program's executable file. In Visual Studio, I added ktx.lib to the "Additional Dependencies" under "Linker -> Input" in the project properties. I also added the path containing ktx.exp, ktx.lib, and ktx.exe to the "Additional Library Directories" under "Linker -> General".
Despite these steps, I am still encountering a linking error. What should I do? If there are any additional details needed, please let me know.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I am encountering a linking error with ktx.lib. I am using the Windows operating system, and I followed these steps:
git clone https://github.com/KhronosGroup/KTX-Software.git
cd KTX-Software
git lfs install
git lfs checkout
cmake .. -G "Visual Studio 17 2022" -A x64
cmake --build . --config Release
After that, I copied the ktx.exp, ktx.lib, ktx.exe, and ktx.dll files from the build/release directory. I placed the ktx.dll file in the same directory as my program's executable file. In Visual Studio, I added ktx.lib to the "Additional Dependencies" under "Linker -> Input" in the project properties. I also added the path containing ktx.exp, ktx.lib, and ktx.exe to the "Additional Library Directories" under "Linker -> General".
Despite these steps, I am still encountering a linking error. What should I do? If there are any additional details needed, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions