2020-10-19
07:47 AM
- last edited on
2021-09-14
04:43 AM
by
Noemi Balogh
ACAPI_LibPart_GetSect_ParamDef (const API_LibPart *libPart, API_AddParType **addPars, double*a, double*b, GSHandle sect2DDrawHdl, GSHandle *sectionHdl, GS::UniString *password = nullptr);Why is the type of the 2nd argument API_AddParType**? It looks like the function is actually expecting a GSHandle. If we try to use anything other than a GSHandle, for example a local array, our code breaks. Unfortunately the documentation only says
[in] Additive parameters of the Library Part
Solved! Go to Solution.
2020-10-19 12:51 PM
2020-10-19 12:51 PM
2020-10-20 02:26 AM
2020-10-20 05:20 AM