size_t == sizeof (uint64_t) not returning expected results
I’m compiling a c++ dll from a reasonably well vetted library (zeromq), and consuming it in my own Delphi bindings. I’m currently hitting an unexpected behavior in the C++ code, and don’t have the background to debug it well. The ultimate responsibility for the bug is probably in my Delphi code, but I need to understand the C++ better to know what I did wrong.