|
|
Label: ♦english
♦bug report
klabim
created at Sunday, 2010-04-25, 15:17:48
1 Replies, 813 Hits
Hi,
there is a typo in the example :
DValue buf[3];
DValue *par[3]; for(i=0; i<3; i++) par[i] = & buf[i]; buf[0] = DValue_NewInteger(1); buf[2] = DValue_NewFloat(2.0); buf[3] = DValue_NewMBString( "abc", 3 ); DaoVmProcess_Call( vmp, func, NULL, par, 3 ); The buf[3] has to be buf[ 2 ]. Regards. Comments
fu commented at Sunday, 2010-04-25, 19:23:32
Thank you!
|
fu: ... I forgot to say something about the plan for the whole new year in my previous reply. Well, besides w ... (Jan.19,01:40) fu: ... Happy new dragon year (which will start from this sunday)! Actually, it was a busy month (I wish th ... (Jan.18,22:46) ybabel: What's the plan for the new year ? Hello 'vry budy :- ) happy new year (when is the new year for you Fu ?) I saw you come back and comm ... (Jan.18,18:59) |