我用下面的方法进行了环境配置 在TOOLs-options-Directories-includefiles:加载了...objectArx2002\INC 在TOOLS-Options-Directories-LibraryFiles加载了...objectArx2002\LIB 同时还运行了WizardSetup.exe,安装了objectARX (1) 选择菜单命令【Project】→【Settings…】,弹出“Project Settings”对话框。 (2) 在“Project Settings”对话框中选择“Setting For:”下拉列表的“All Configurations”项。 (3) 在“Project Settings”对话框中选择“C/C++”选项卡。 (4) 在“Category:”下拉列表中选择“Code Generation”项。然后选中“Use run-time library”下拉列表中的“Multithreaded DLL”选项(如图38-6所示)。再在“Category:”下拉列表框中选择“Preprocessor”项,然后在“Preprocessor definitions:”编辑框中内容的后面添加“ACRXAPP,RADPACK”,表示需要预链接的库(如图38-7所示)。 (5) 在“Project Settings”对话框中选择“Link”选项卡。 (6) 在“Category:”下拉列表中选择“General”项,然后在“Output file name:”编辑框中键入应用程序名“.\HelloARX.arx”(图38-8);在“Object/library modules:”编辑框中添加“acutil15.lib acrx15.lib acdb15.lib acedapi.lib rxapi.lib acad.lib acge15.lib”;在“Category:”下拉列表框中选择“Output”项,然后在“Base address:”编辑框中键入“0x1c000000”(图38-9)。
可是当编译程序时,总是不能编译,提示错误: Compiling resources... Compiling... Error executing cl.exe. 请问是什么原因,应该怎么解决?已经困扰我好久了,求各位帮帮忙!谢谢!! |