<div dir="ltr">Hello,<div>can someone please help me converting the folowing C types to Pascal?</div><div><br></div><div>SF_CUE_POINT is simple, but I'm not sure how to convert SF_CUES_VAR(count) ad SF_CUES.<div><br></div><div>Thank you in advance!</div><div><br></div><div>Sandro Cumerlato<br><div><br></div><div><br></div><div><div>typedef struct</div><div>{<span style="white-space:pre">  </span>int32_t <span style="white-space:pre">     </span>indx ;</div><div><span style="white-space:pre">        </span>uint32_t <span style="white-space:pre">    </span>position ;</div><div><span style="white-space:pre">    </span>int32_t <span style="white-space:pre">     </span>fcc_chunk ;</div><div><span style="white-space:pre">   </span>int32_t <span style="white-space:pre">     </span>chunk_start ;</div><div><span style="white-space:pre"> </span>int32_t<span style="white-space:pre">              </span>block_start ;</div><div><span style="white-space:pre"> </span>uint32_t <span style="white-space:pre">    </span>sample_offset ;</div><div><span style="white-space:pre">       </span>char name [256] ;</div><div>} SF_CUE_POINT ;</div><div><br></div><div>#define<span style="white-space:pre">      </span>SF_CUES_VAR(count) \</div><div><span style="white-space:pre">  </span>struct \</div><div><span style="white-space:pre">      </span>{<span style="white-space:pre">    </span>uint32_t cue_count ; \</div><div><span style="white-space:pre">                </span>SF_CUE_POINT cue_points [count] ; \</div><div><span style="white-space:pre">   </span>}</div><div><br></div><div>typedef SF_CUES_VAR (100) SF_CUES ;</div><div> </div></div><div><br></div><div><br></div></div></div></div>