阅读:2219回复:2
为什么运行时总出现错误~~~请高手指点
安装了vc6,vtoolsd3.0和softice,运行生成vxd的程序,总出现
fatal error U1052: file 'includevtoolsd.mak' not found Stop. 无法生成vxd文件 多次认真检查user文件和autoexec.bat文件都是标准填写的 请高手指点~~~~ |
|
沙发#
发布于:2004-11-30 09:55
诊断:
fatal error U1052: file 'win32.mak' not found 原因: This is caused by the Visual C++ setup program failing to copy WIN32.MAK to your INCLUDE directory. 解决: Copy WIN32.MAK from the \MSVC20\INCLUDE directory on the Visual C++ installation CD to your INCLUDE directory. 给我分吧! |
|
板凳#
发布于:2004-11-30 11:17
老兄,看清楚些,是vtoolsd.mak,是vtoolsd的工程文件,msdn我也会看的
|
|