• 大小: 42.95MB
    文件类型: .zip
    金币: 2
    下载: 8 次
    发布日期: 2023-07-05
  • 语言: 其他
  • 标签: win7  64位  AutoCAD  R14  

资源简介

老版本,嫌贵的别说话!!更别下载! 老版本的价值,懂的朋友来! 除命令行未汉化外,对话框、菜单等均已汉化,帮助文件采用autocad R14中文版的帮助文件, 解压后 先阅读下列说明 ,再继续安装: 使用说明:将下载的压缩包解压在“D:\Program Files\AutoCAD R14\”目录下,运行一下“Reg”目录内的“14-1.reg”和“14-2.reg”两个文件即可

资源截图

代码片段和文件信息

/* Next available MSG number is  89 */

/*
   ADS_PERR.CC

   Copyright (C) 1992-19941996 by Autodesk Inc.
 
   Permission to use copy modify and distribute this software in 
   object code form for any purpose and without fee is hereby granted 
   provided that the above copyright notice appears in all copies and 
   that both that copyright notice and the limited warranty and 
   restricted rights notice below appear in all supporting 
   documentation.
 
   AUTODESK PROVIDES THIS PROGRAM “AS IS“ AND WITH ALL FAULTS.  
   AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF 
   MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK INC.
   DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE 
   UNINTERRUPTED OR ERROR FREE.
 
   Use duplication or disclosure by the U.S. Government is subject to 
   restrictions set forth in FAR 52.227-19 (Commercial Computer 
   Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii) 
   (Rights in Technical Data and Computer Software) as applicable.
    
   .

   ADS_PERR.C   -  ADS routine to print the error message
                   associated with the value of “errno“ upon failure
                   of a call to AutoCAD.  This routine is meant to be
                   invoked by other ADS programs and contains a table
                   of the current error messages as found in ol_errno.h.
                   This routine is meant to parallel the Unix
                   perror() function.

                   ads_perror() is a Lisp-callable or invokable function that
                   takes an optional single argument and prints the message on
                   the AutoCAD command line.  The syntax is:

                   (ads_perror “string“)

                   The string is optional; if provided it is printed on a
                   separate line before the system error message.  To be of
                   most use the argument string should include the name of the
                   program that incurred the error.  The error number is taken
                   from the system variable “errno“ which is set when most
                   errors occur but not cleared when non-erroneous calls are
                   made.
 */


#include 
#include 
#include 
#include “rxdefs.h“
#include “adslib.h“
#include “ol_errno.h“


#define ELEMENTS(array) (sizeof(array)/sizeof((array)[0]))


/* ADS Function Table */
typedef struct {
    char    *name;
    int     (*fptr)();
} ftblent;


extern int ads_perror();

int funcload   (void);
int funcunload (void);
int dofun      (void);


/* The error message array */
static struct {
    int num;                          /* AutoCAD ERRNO code */
    char *msg;                        /* Explanatory message */
} errtbl[] = {
    {  0 /*MSG88*/“Normal status; no error noted.“ }
    {  1 /*MSG1*/“Invalid symbol table name.“ }
    

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2009-05-13 00:56  AutoCAD R14\
     目录           0  2009-05-13 00:57  AutoCAD R14\BONUS\
     目录           0  2009-05-13 00:57  AutoCAD R14\BONUS\CADTOOLS\
     文件      156559  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\doslib14.doc
     文件        1435  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\bnsabout.txt
     文件         582  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\menu_dll.txt
     文件       15110  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\alias.hlp
     文件       21306  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dbtrans.hlp
     文件        7725  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dimsio.hlp
     文件      169823  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\leaderex.hlp
     文件        6730  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\packngo.hlp
     文件      125952  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\alias.exe
     文件       36864  1998-05-27 19:42  AutoCAD R14\BONUS\CADTOOLS\ac_bonus.dll
     文件      114176  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\arctext.arx
     文件       72704  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dbtrans.arx
     文件       49664  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dimsio.arx
     文件       31232  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\doslib14.arx
     文件       48640  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\leaderex.arx
     文件       26112  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\mocoro.arx
     文件       71680  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\packngo.arx
     文件       12288  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\plconvrt.arx
     文件       15360  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\popup.arx
     文件       93696  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\sysvdlg.arx
     文件       42496  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\wipeout.arx
     文件         793  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\leaderex.cnt
     文件      207677  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dbtrans.cpm
     文件        2108  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\bnsabout.dcl
     文件        3999  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dbtrans.dcl
     文件        5469  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\dlgtest.dcl
     文件        9076  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\exchprop.dcl
     文件        2587  1997-05-06 04:19  AutoCAD R14\BONUS\CADTOOLS\find.dcl
............此处省略807个文件信息

评论

共有 条评论