Hi Anthony, What you're saying sounds correct to me and so I updated to [95] and checked it into CVS. Thanks! steven On 4/28/07, Anthony Kozar wrote: > I just updated for the first time since 5.05 was released and looking over > the recent changes noticed this in the CSOUND struct: > > was: > > void (*SetInternalYieldCallback)(CSOUND *, > int (*yieldCallback)(CSOUND *)); > /* SUBR dummyfn_1; */ > SUBR dummyfn_2[98]; > > > now is: > > void (*SetInternalYieldCallback)(CSOUND *, > int (*yieldCallback)(CSOUND *)); > void *(*CreateBarrier)(unsigned int max); > int (*DestroyBarrier)(void *); > int (*WaitBarrier)(void *); > /* SUBR dummyfn_1; */ > SUBR dummyfn_2[98]; > > > The public members of the CSOUND struct come after these function pointers, > so I believe that their locations have been shifted by this change. I think > the size of dummyfn_2[98] needs to be reduced to [95]. > > Does this sound correct? > > Thanks > > Anthony > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net