Closed lukts30 closed 3 years ago
64Bit LSLibNative.dll calls _GrannyDecompressData@32 but the provided 64 bit granny2.dll exports GrannyDecompressData.
_GrannyDecompressData@32
GrannyDecompressData
https://github.com/Norbyte/lslib/blob/2e17209041c89556149d88f997bb76e4d22642c5/LSLibNative/granny2wrapper.cpp#L29 Changing this line fixes the problem for me.
Good catch, fixed!
64Bit LSLibNative.dll calls
_GrannyDecompressData@32
but the provided 64 bit granny2.dll exportsGrannyDecompressData
.https://github.com/Norbyte/lslib/blob/2e17209041c89556149d88f997bb76e4d22642c5/LSLibNative/granny2wrapper.cpp#L29 Changing this line fixes the problem for me.