我是个初学者,请教个问题
我要做一个文件的打开操作,作成的ARX
编译的时候出错
Compiling... open.cpp e:\wd\open\open.cpp(2) : fatal error C1083: Cannot open precompiled header file: 'Debug/open.pch': No such file or directory Error executing cl.exe.
然后built通过
Compiling resources... Compiling... StdAfx.cpp Compiling... DocData.cpp open.cpp rxdebug.cpp Generating Code... Linking... Creating library Debug/2open.lib and object Debug/2open.exp
2open.arx - 0 error(s), 0 warning(s)
再编译
Compiling... Skipping... (no relevant changes detected) open.cpp
open.obj - 0 error(s), 0 warning(s)
就没有错误了,
但是生成的.arx文件不能加载
2open.arx is incompatible with this version of AutoCAD. AcRxDynamicLinker failed to load 'E:\WD\open\Debug\2open.arx' D:\Program Files\AutoCAD 2004\acad.exeUnable to load 2open.arx file.
在哪里出错了呢,我很困惑 |