PDM addin convert task 程序调试
本帖最后由 jeeph 于 2022-11-28 16:38 编辑Pdm 的convert任务可以将slddrw文件转化为各种所需的格式,一般所需的是PDF格式,在使用过程中发现任务不能完成,找到高级,查看代码,应该是声明不完整,加入后可正常执行。
找到以下代码,在其中增加红色高亮字段即可实现
#Else Private Declare PtrSafe Function SHCreateDirectoryEx Lib "shell32" Alias"SHCreateDirectoryExW" (ByVal hwnd As Long, ByVal pszPath As LongPtr,ByVal psa As Any) As Long Private Declare PtrSafe Function PathIsRelative Lib "shlwapi.dll" Alias"PathIsRelativeW" (ByVal pszPath As LongPtr) As Long#End If
插个眼还在努力装PDM中,到时候试试
页:
[1]