1
0
Fork
You've already forked jext
0
A simple Jule library to easily extract zip files.
  • C++ 81.9%
  • C 17.9%
  • Nim 0.2%
2026年05月21日 23:51:24 +02:00
example fix(windows): remove static pass and update extract call 2026年05月21日 11:40:58 +02:00
internal fix(windows): remove static pass and update extract call 2026年05月21日 11:40:58 +02:00
.gitignore Create script to build the example on Windows 2026年05月21日 23:51:24 +02:00
build_example_windows.nims Create script to build the example on Windows 2026年05月21日 23:51:24 +02:00
jext.jule Add Jule wrapper, create example and reorganize project 2026年05月19日 14:46:58 +02:00
jule.mod Add Jule wrapper, create example and reorganize project 2026年05月19日 14:46:58 +02:00
main.cpp Init 2026年05月19日 14:45:59 +02:00
README.md Update README 2026年05月21日 11:46:52 +02:00

Jext

A simple Jule library to easily extract zip files.

Notes

  • ExtractZip overwrites extracted files if they already exist, so be careful.
  • Windows: If you get a DLL error on launch (the program doesn't show anything, or gives the error code 0xc0000139), run the executable from CMD or PowerShell instead of Git Bash. Git for Windows ships its own MinGW runtime DLLs which conflict with the ones this program was compiled against.