I was messing around with the DLL and tried to create a debug configuration for my mod. I added _DEBUG to the preprocessor definitions and removed FINAL_RELEASE, but when I tried to build it it threw six errors in the linker regarding unresolved external dependencies. So I'm wondering if it is possible at all to create a debug configuration for the DLL and if so how?