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
{{ message }}
This repository was archived by the owner on Apr 30, 2020. It is now read-only.
Not shure if this happens because i compiled with a 64-bit compiler.
For some reason i was getting a stack overflow or invalid hashes.
Line that caused this was typedef unsigned long int UINT4; on DXBCChecksum.cpp .
I replaced that with: typedef uint32_t UINT4; instead.