Warning loadline: Data type ULONG,UCHAR,... unknown which are used in h-file

조회 수: 2 (최근 30일)
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...)

채택된 답변

Benjamin Schwabe
Benjamin Schwabe 2012년 1월 30일
I found that these are the declarations used in C++, but the correct syntax in C is unsigned long, etc.
That resolved the warning.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Help and Support에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by