添加 SDL_ttf (2.0.10) 后,DrMemory 不再工作。控制台从打印消息变为不输出任何内容并将以下内容发送到标准输出:
~~Dr.M~~ WARNING: unable to locate results file: can't open D:\DrMemory
\drmemory\logs/resfile.6188 (code=2). Dr. Memory failed to start the
target application, perhaps due to interference from invasive security
software. Try disabling other software or running in a virtual machine.
有什么办法可以通过 Dr Memory 的一些命令行标志来解决这个问题,还是我必须放弃使用 Dr Memory?
注意:在我添加 TTF 库并在某处添加之前,它与其他 SDL 东西完美配合。TTF_Font *font
我的代码运行良好,没有加载错误或任何错误,它处于非常原始的水平并且是全新的。只要将任何 TTF 元素添加到源代码中,我就无法让 Dr Memory 工作。