During development, you will usually build and test with a debug build of your project.
在开发期间,通常要生成项目的调试版本并用它进行测试。
Run the nmake to install the debug build (enter nmake /f Makefile.win installd INSTDIR="C:\www\apache").
运行 nmake 命令安装调试版本(输入 nmake /f Makefile.win installd INSTDIR="C:\www\apache")。
This error was causing the release build of the application to crash, whereas the debug build worked fine.
这一错误将会导致应用构造的崩溃,而调试构造却很正常。
应用推荐