Warning loadline: Data type ULONG,UCHAR,... unknown which are used in h-file
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I'm trying to load a shared library, called Gen3.dll, into MATLAB. The corresponding header file is gives some warnings:
" Type 'ULONG' was not found. Defaulting to type error." The corresponding line was: typedef struct{ ulong ulValidData;...}
Sam error appears for uchar and ushort.
How do I resolve this issue? (Note, I have not developped the dll nor the header, so my resources are somewhat limited...)
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!