필터 지우기
필터 지우기

DLL function needs byte size of a pointer as input argument.

조회 수: 2 (최근 30일)
Sami Al-Khayat
Sami Al-Khayat 2017년 1월 17일
편집: Sami Al-Khayat 2017년 1월 17일
So I am trying to use a DLL to control a traverse system (kind of similar to a CNC machine). I've contacted the manufacturer, but so far it seems like nobody there has tried conroling these types of machines with MATLAB before.
The problem I have is that most of the DLL functions I want to use take a pointer and an integer as input variables, but according to the documentation the integer is supposed to be a value that contains the byte size of the pointer. But if is use the MATLAB function whos to see what size a pointer has, the entry under Bytes remains blank.
here are some screenshots of the DLL functions and the documentation: http://imgur.com/a/MXhzk
Any help in relation to what could be meant with this value would be appreciated.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Indexing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by