Building a shared library (DLL) with CMakeLists and CLion on Windows
I’ve been trying to build a DLL using g++ and cmake in CLion, however upon injecting the DLL into a process I get a bunch of EXCEPTION_ACCESS_VIOLATION, and then the application returns to its normal execution flow.