资源简介
老版本,嫌贵的别说话!!更别下载! 老版本的价值,懂的朋友来!
除命令行未汉化外,对话框、菜单等均已汉化,帮助文件采用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个文件信息
- 上一篇:托马斯微积分第14版英文彩色版
- 下一篇:算法概论.pdf
相关资源
- H310.B360.H370.Z390.USB WIN7 64位第三方驱动
- 300系列WIN7 USB驱动.7z
- librdkafka win7 64位 vs2015编译Release版本
- 移动硬盘万能驱动 win7
- win7超级终端SecureCRT
- Notepad++最新版tidy2插件仅64位可用
- notepad++文本比较插件32位和64位
- ILASM32位 + 64位
- MTP USB驱动win7 32+64位可用版
- AutoCAD v2016 官方.zip
- WIN7-x64主题还原文件_请在PE下替换
- elite4 2.x驱动(解决加密狗驱动丢失问
- 富士通dpk8300E+驱动for win7 64位驱动
- windows 64位系统下安装Code Warrior6.3方法
- 联想Lenovo z360笔记本网卡驱动 for win
- 钰硕ar8151网卡驱动 win7 64位 win7/10/xp
- 华硕台式机万能网卡驱动 for win7/10/
- Microsoft Visio 2013 Professional 64位简体中
- Win7/Win10网络适配器驱动 通用版
- CuteFTP8.0绿色破解版免安装无需序列号
- 中文版AutoCAD_Mechanical_2010_官方教程-
- AutoCAD.2007.CHS.中文破解文件
- AutoCAD-2017教程
- 佳能canon lbp3000激光打印机驱动 for w
- epson 2020黑白激光打印机驱动 win7/win
- Bushound 6.1
- BusHound_v6.0.1正式版破解版 x86( 32位
- Bushound 64位破解版
- Win7_x86 x64_EWF_FBWF(带EWFMGMT图形管理)
- 卡皇RTL8187芯片网卡驱动 Win7 x86x64官方
评论
共有 条评论