I initialized clientManger in exe and got its pointer, this object, I passed it to an object in dll, when I call this method in this object, the value returned by this method is different from that of directly calling clientManger in exe, what is the reason?
I initialized clientManger in exe and got its pointer, this object, I passed it to an object in dll, when I call this method in this object, the value returned by this method is different from that of directly calling clientManger in exe, what is the reason?