C++ API with datatype with #pragma pack () causes exception

If I have a variable defined with #pragma pack (1), Matlab crashes with an exception as soon as I try to define the variable in the use the Matlab workspace via
testStruct = clib.<libraryName>.testStruct;
Without the #pragma it works just fine. Has anyone gotten this pragma to work? The existing C++ code I am working with has many of these pragmas so I would prefer to keep them as is if possible.
#pragma pack (1)
struct testStruct{
double a;
char c;
double b;
};

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Use Prebuilt MATLAB Interface to C/C++ Library 的更多信息

标签

提问:

2021-1-11

编辑:

2021-1-11

Community Treasure Hunt

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

Start Hunting!

Translated by