xkcd50
Results
1
issues of
xkcd50
I'm using the latest version [5f83e41](https://github.com/fancycode/MemoryModule/commit/5f83e41c3a3e7c6e8284a5c1afa5a38790809461) and VS2022. to reproduce this issue,please add a file ``ISampleDLL.h`` in SampleDLL dir: ``` #pragma once class ISampleDLL { public: virtual ~ISampleDLL() = default;...