This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DMD连接编程



在运行程序的时候,不能读取这个模块,但是这个文件存在:

“hidapi64.dll"
The specified module could not be found.

Error in hidapi (line 116)
loadlibrary(hid.slib,@hidapi64_proto,'alias','hidapiusb')

Error in usbDMDIO (line 77)
dmdIO.handle = hidapi(dmdIO.debug,dmdIO.vendorID,dmdIO.productID,dmdIO.nReadBuffer,dmdIO.nWriteBuffer);

Error in DMD (line 84)
dmd.conn = usbDMDIO;

Error in expdmd_4 (line 11)
dmd = DMD('debug',0);


Caused by:
Error using loaddefinedlibrary
The specified module could not be found.