Hallo!
Code:
long bschoc (const char * value,
long ndim,
long lenvals,
const void * array,
const long * order)
Sieht doch eigentlich gar nicht so schlimm aus. Das Feld soll mit [ndim][lenvals] dimensioniert werden. Ich hoffe jemand von euch hat da mehr Ahnung vom Thema.
So wie ich das sehe erwartet die function den value als fortlaufendes char Array(Byte) im Fortranstyle.
also Fixe längen
in Etwa als Delphi Array: Valuetype = Array[5, 30] of Ansichar; // [ndim][lenvals]