flanglet / kanzi-cpp

Fast lossless data compression in C++
Apache License 2.0
137 stars 3 forks source link

Kanzi 2.1 command line tool crashes upon use #11

Closed Bits360 closed 1 year ago

Bits360 commented 1 year ago

2.1 when entering any command (including -h) crashes with a "The application was unable to start correctly (0xc000007b) Click OK to close the application." 2.0 works as expected.

flanglet commented 1 year ago

I do not see that on my end. What is you environment (OS, compiler, etc...) ? Have you tried to clean all obejcts before rebuilding.

Bits360 commented 1 year ago

Windows 10 latest, Whatever compiler your using, as im using the prebuilt version.

flanglet commented 1 year ago

I see now. I used Visual C++ to build 2.0 but mingw/g++ to build 2.1 and it seems to be an issue on some versions of Windows. I will re-build 2.1 with Visual C++ once I have access to my Windows dev machine (next month at best).

flanglet commented 1 year ago

Release updated with VC built binary.