azbd 发表于 2015-4-8 11:46:02

2016中,不能用Lisp加载dll文件了?

升级到2016,原来在2012中用Lisp可以加载dll文件,但现在提示失败。

azbd 发表于 2015-4-8 11:47:49

用netload命令可以加载,lisp程序也是调用这个命令来加载的。

自贡黄明儒 发表于 2015-4-8 11:50:51

http://bbs.mjtd.com/thread-85724-1-1.html 中highflybird说,dll可以打包成二进制文件,从而打包进vlx,今天试了下,果然行。

bencat9527 发表于 2015-4-8 18:29:04

DLL打包进VLX是个好功能

xyp1964 发表于 2024-6-22 11:32:56

本帖最后由 xyp1964 于 2024-6-22 11:35 编辑

(command"netload"(findfile ...))

箭头_Row 发表于 2024-6-30 02:24:59

;自动加载*.dll   测试ok
(command "_netload" (strcat (findfile "Example source\\Example source.dll") ) )

其中: "Example source\\Example source.dll" 為相對路徑位置。
页: [1]
查看完整版本: 2016中,不能用Lisp加载dll文件了?