lkd7241 发表于 2004-11-2 10:43:00

[ARX]求助在编译时出错??

<FONT face=arial size=+3>我在用vc++.net2003版调试程序时出错,情况如下:</FONT>


<FONT face=arial size=+3>Build Log </FONT>

              <PRE><H3>------- Build started: Project: nytd, Configuration: Debug|Win32 -------
</H3>
</PRE><FONT face=arial size=+2>Command Lines </FONT>              <PRE>Creating temporary file "c:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\nytd\nytd\Debug\RSP000001.rsp" with contents
[
/OUT:"Debug/Asdknytd.arx" /INCREMENTAL /NOLOGO /LIBPATH:"C:\ObjectARX 2005\lib" /DLL /DEF:"nytd.def" /DEBUG /PDB:"Debug/nytd.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"Debug/nytd.lib" /MACHINE:X86kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
".\Debug\acrxEntryPoint.obj"
".\Debug\DocData.obj"
".\Debug\nytd.obj"
".\Debug\StdAfx.obj"
".\Debug\nytd.res"
]
Creating command line "link.exe @"c:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\nytd\nytd\Debug\RSP000001.rsp""
</PRE><FONT face=arial size=+2>Output Window </FONT>              <PRE>Linking...
LINK : fatal error LNK1104: cannot open file 'mfc70.lib'
</PRE><FONT face=arial size=+2>Results </FONT>              <PRE>Build log was saved at "file://c:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\nytd\nytd\Debug\BuildLog.htm"
nytd - 1 error(s), 0 warning(s)</PRE><PRE>请问如何改正?多谢各位啦,小弟很急啊</PRE>

王咣生 发表于 2004-11-2 12:18:00

回复

用VC.NET2002编译ObjectARX2004/2005ARX程序


'mfc70.lib'在VC.NET2002中.

xpluo 发表于 2004-11-2 21:22:00

<A href="http://www.cnzyzz.com/soft/1.%B3%A3%D3%C3%C8%ED%BC%FE/_%B7%FE%CE%F1%C6%F7%C8%ED%BC%FE/vs7/vs/Program%20Files/Microsoft%20Visual%20Studio%20.NET/Vc7/atlmfc/lib/" target="_blank" >http://www.cnzyzz.com/soft/1.%B3%A3%D3%C3%C8%ED%BC%FE/_%B7%FE%CE%F1%C6%F7%C8%ED%BC%FE/vs7/vs/Program%20Files/Microsoft%20Visual%20Studio%20.NET/Vc7/atlmfc/lib/</A>

lkd7241 发表于 2004-11-3 15:43:00

多谢你啦,不过不知道怎么下载,好像下载不了

xpluo 发表于 2004-11-4 00:11:00

鼠标右键,“目标另存为…”,“lib”文件放到“..\ObjectARX 2005\lib”目录下,
页: [1]
查看完整版本: [ARX]求助在编译时出错??