Azzera filtri
Azzera filtri

calllib question: voidPtr to array of structures

1 visualizzazione (ultimi 30 giorni)
hmalissa
hmalissa il 24 Set 2018
Risposto: Simon Walker il 4 Mar 2019
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.)

Risposte (1)

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

Tag

Prodotti


Release

R2012a

Community Treasure Hunt

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

Start Hunting!

Translated by