乐筑天下

搜索
欢迎各位开发者和用户入驻本平台 尊重版权,从我做起,拒绝盗版,拒绝倒卖 签到、发布资源、邀请好友注册,可以获得银币 请注意保管好自己的密码,避免账户资金被盗
查看: 29|回复: 1

求助

[复制链接]

10

主题

14

帖子

4

银币

初露锋芒

Rank: 3Rank: 3Rank: 3

铜币
54
发表于 2003-2-12 11:36:00 | 显示全部楼层 |阅读模式
我寫了如下程式,在Acad2000,2002英文版可用,為什麼在另一PC(沒有安裝VC及OBJARX)上的ACAD2002中文版不可用,arxload 沒問題,運行時出錯.提示為:
  *.arx ARX命令發生異常
  未處理的異常E06D7363(e06d7363h),地址:77E69B01H.
  ADS 請求錯誤.
程式如下請幫我看一下:
#include "StdAfx.h"
#include "StdArx.h"
// This is command 'FOXREAD'
int FOXREAD()
{
        resbuf *pArg =acedGetArgs () ;
        char *refname = "NetSend.mdb";
        char fullpath[100];
        if (acedFindFile(refname, fullpath) != RTNORM) return(RTNORM);
        CDaoDatabase db;
        db.Open(fullpath);
        CDaoTableDef td(&db);
        td.Open(pArg->resval.rstring);
        CDaoRecordset rs;
        rs.Open(&td,dbOpenTable,0);
        char arrstr[150][22][20];
        struct resbuf *head=0,*eb1=0,*eb2=0;
        int j=0;
        while(!rs.IsEOF())
        {
                eb1=new resbuf;
                eb1->rbnext=NULL;
                eb1->restype = RTLB;
                if(eb2!=NULL)
                {
                        eb2->rbnext=eb1;
                        eb2=eb1;
                }
                for(int i=0;irbnext=eb1;
                                eb2=eb1;
                        }
                        eb1=new resbuf;
                        eb1->rbnext=NULL;
                        strcpy(arrstr[j][i],V_BSTRT(&(rs.GetFieldValue(i))));
                        eb1->resval.rstring = arrstr[j][i];
                        eb1->restype = RTSTR;
                        eb2->rbnext=eb1;
                        eb2=eb1;
                }
                eb1=new resbuf;
                eb1->restype = RTLE;
                eb1->rbnext=NULL;
                eb2->rbnext=eb1;        
                eb2=eb1;
                rs.MoveNext();
                j++;
        }
        rs.Close();
        td.Close();
        db.Close();
        eb2->rbnext=NULL;
        acedRetList(head);
        delete(eb1);
        return (RTNORM) ;
}
回复

使用道具 举报

32

主题

150

帖子

7

银币

后起之秀

Rank: 20Rank: 20Rank: 20Rank: 20

铜币
278
发表于 2003-2-13 17:56:00 | 显示全部楼层
Because you used : CDaoDatabase ; you must install it firstly.
you can download something from the below web to install:
http://www.microsoft.com/data/download_250rtm.htm
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 微信公众平台

  • 扫描访问手机版

  • 点击图片下载手机App

QQ|关于我们|小黑屋|乐筑天下 繁体中文

GMT+8, 2024-11-22 06:27 , Processed in 0.277838 second(s), 56 queries .

© 2020-2024 乐筑天下

联系客服 关注微信 帮助中心 下载APP 返回顶部 返回列表