feifeima2002 发表于 2002-10-28 19:35:00

Arx 和 DAO 数据库的连接

请教各位高手:

在开发AutoCAD的ARX(R14和R2000)程序时,请问如何使用DAO数据库,在VC中如何添加编译选项或设置编译开关
本人已经使用#include <afxdao.h>,并且在Project Setting中的【General】选项卡中Microsoft Fountion Classes
设置了,而且也连接了DAO35.lib,但是在编译Release版本时,总是给出如下的错误信息:

LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
LINK : warning LNK4089: all references to "comdlg32.dll" discarded by /OPT:REF

   在编译Debug版本时,虽说可以编译成功,但不能在AutoCAD中加载,弹出如下的对话框:

    Fatal Error: Unhandled Access violation Exception at a9329edh

请问如何解决。

本人的Email:
feifeima2002@sohu.com
页: [1]
查看完整版本: Arx 和 DAO 数据库的连接