当前位置:网站首页>Installation of CAD plug-ins and automatic loading of DLL and ARX
Installation of CAD plug-ins and automatic loading of DLL and ARX
2022-07-03 05:45:00 【zxt_ net】
1、 Modify the registry to add cad Of “ Support file search path ”, With cad2020 For example :
HKEY_CURRENT_USER\SOFTWARE\Autodesk\AutoCAD\R23.1\ACAD-3001:804\Profiles\<< Unnamed configuration >>\General\ACAD
2、 take acad.lsp Document and acad.rx Package the files into the installation package .
3、 When the installation is complete, it will acad.lsp Document and acad.rx The path of the file is added to the registry value .
4、 About lsp file :
(setvar "SELECTIONEFFECT" 0)
(setvar "SECURELOAD" 0)
(setq filepath (findfile ".dll"))
(COMMAND "NetLoad" filepath)
(setq filepath (findfile "xxx."))
(COMMAND "NetLoad" filepath)
5、 About rx file
stay rx The file only needs to list what needs to be loaded arx File name + Suffixes are enough :
xxx.arx
6、 Be careful lsp and rx Use of the file name of the file .
边栏推荐
- Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
- How to create your own repository for software packages on Debian
- EMD distance - example of use
- @Import annotation: four ways to import configuration classes & source code analysis
- Map的扩容机制
- 为什么网站打开速度慢?
- [explain in depth the creation and destruction of function stack frames] | detailed analysis + graphic analysis
- "C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
- 6.23星期四库作业
- 【一起上水硕系列】Day 10
猜你喜欢
Latest version of source insight
Hotel public broadcasting background music - Design of hotel IP network broadcasting system based on Internet +
[trivia of two-dimensional array application] | [simple version] [detailed steps + code]
[advanced pointer (2)] | [function pointer, function pointer array, callback function] key analysis + code explanation
Strategy pattern: encapsulate changes and respond flexibly to changes in requirements
Redhat7 system root user password cracking
Progressive multi grasp detection using grasp path for rgbd images
Gan network thought
Today, many CTOs were killed because they didn't achieve business
【一起上水硕系列】Day 10
随机推荐
[trivia of two-dimensional array application] | [simple version] [detailed steps + code]
穀歌 | 蛋白序列的深度嵌入和比對
Pessimistic lock and optimistic lock of multithreading
@Import annotation: four ways to import configuration classes & source code analysis
Introduction to webrtc protocol -- an article to understand dtls, SRTP, srtcp
Webrtc protocol introduction -- an article to understand ice, stun, NAT, turn
Brief introduction of realsense d435i imaging principle
Webrtc M96 release notes (SDP abolishes Plan B and supports opus red redundant coding)
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
Altaro set grandfather parent child (GFS) archiving
[function explanation (Part 1)] | | knowledge sorting + code analysis + graphic interpretation
"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1
Webrtc native M96 version opening trip -- a reading code download and compilation (Ninja GN depot_tools)
中职网络子网划分例题解析
Basic introduction of redis and explanation of eight types and transactions
Skip table: principle introduction, advantages and disadvantages of skiplist
Introduction to redis using Lua script
"C and pointer" - Chapter 13 function pointer 1: callback function 2 (combined with template to simplify code)
Analysis of the example of network subnet division in secondary vocational school
【一起上水硕系列】Day 10