필터 지우기
필터 지우기

calllib question: voidPtr to array of structures

조회 수: 1 (최근 30일)
hmalissa
hmalissa 2018년 9월 24일
답변: Simon Walker 2019년 3월 4일
I'm trying to use a function in an external .DLL with calllib. One of the arguments (of type voidPtr according to libfunctionsview) is supposed to be a pointer of type (void *) to an array of structures according to the documentation of the .DLL. The structure is not explicitly declared in the .H or the .DLL file.
My naive approach was to create several structures with the fields given in the documentation, and then create an array of those, and pass the array directly to calllib. But calllib throws an error that indicates that it expects arrays of numeric types. The same happens when I try to use libpointer with type 'voidPtr' to explicitly convert the array to voidPtr.
What is the proper procedure to invoke calllib in this situation? Thank you very much.
(The .DLL in question is documented in https://www.chase-scientific.com/dax22000/dax22000_dax14000_manual.pdf; the function in question is 'DAx22000_CreateSegments' in 5.4.2.12. I have successfully used other functions in this .DLL.)

답변 (1개)

Simon Walker
Simon Walker 2019년 3월 4일
Hi, did you work this out? I'm having a simlar problem with some other code.
Thanks

카테고리

Help CenterFile Exchange에서 Call C from MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R2012a

Community Treasure Hunt

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

Start Hunting!

Translated by