Open Shutakobein opened 4 years ago
It looks like this is due to:
because __int64
is a Windows thing. Maybe it would work as: typedef uint64_t QWORD;
using the cross platform fixed width integer type from \<cstdint>: https://en.cppreference.com/w/cpp/types/integer.
I am trying to compile your code but I get these errors do I need anything else than your memlib-rs dependancy?