Tesseract-Engine/lib
OusmBlueNinja 3179e6717b Added dlls
2024-12-28 23:54:58 -06:00
..
glew32.dll Added dlls 2024-12-28 23:54:58 -06:00
glfw3.dll Added dlls 2024-12-28 23:54:58 -06:00
KERNEL32.dll Added dlls 2024-12-28 23:54:58 -06:00
libgcc_s_seh-1.dll Added dlls 2024-12-28 23:54:58 -06:00
libstdc++-6.dll Added dlls 2024-12-28 23:54:58 -06:00
libwinpthread-1.dll Added dlls 2024-12-28 23:54:58 -06:00
libyaml-cpp.dll Added dlls 2024-12-28 23:54:58 -06:00
lua54.dll Added Script Component 2024-12-27 15:27:05 -06:00
lua54.lib Added Script Component 2024-12-27 15:27:05 -06:00
msvcrt.dll Added dlls 2024-12-28 23:54:58 -06:00
OPENGL32.dll Added dlls 2024-12-28 23:54:58 -06:00
README.md Added dlls 2024-12-28 23:54:58 -06:00
SHELL32.dll Added dlls 2024-12-28 23:54:58 -06:00
USER32.dll Added dlls 2024-12-28 23:54:58 -06:00

How to get Dlls

I Used an in house script to copy all of the dlls from my computer into a single folder. if you would like this script

https://dock-it.dev/Bit-By-Byte/DLL-Extractor

it just takes a exe then copys all dlls that the exe needs into a folder in the working directory


PS C:\Users\User\OneDrive\Documents\Github\DLL-Extractor> & C:/Users/User/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/User/OneDrive/Documents/Github/DLL-Extractor/main.py .\TesseractEngine.exe
Non-OS DLL Dependencies:
  libgcc_s_seh-1.dll
  glew32.dll
  glfw3.dll
  KERNEL32.dll
  msvcrt.dll
  OPENGL32.dll
  libwinpthread-1.dll
  SHELL32.dll
  libstdc++-6.dll
  USER32.dll
  libyaml-cpp.dll
  lua54.dll

Copied DLLs:
  libgcc_s_seh-1.dll
  glew32.dll
  glfw3.dll
  KERNEL32.dll
  msvcrt.dll
  OPENGL32.dll
  libwinpthread-1.dll
  SHELL32.dll
  libstdc++-6.dll
  USER32.dll
  libyaml-cpp.dll