2016中,不能用Lisp加载dll文件了?
升级到2016,原来在2012中用Lisp可以加载dll文件,但现在提示失败。 用netload命令可以加载,lisp程序也是调用这个命令来加载的。 http://bbs.mjtd.com/thread-85724-1-1.html 中highflybird说,dll可以打包成二进制文件,从而打包进vlx,今天试了下,果然行。 DLL打包进VLX是个好功能 本帖最后由 xyp1964 于 2024-6-22 11:35 编辑(command"netload"(findfile ...)) ;自动加载*.dll 测试ok
(command "_netload" (strcat (findfile "Example source\\Example source.dll") ) )
其中: "Example source\\Example source.dll" 為相對路徑位置。
页:
[1]