MCC18中使用函数指针,即报错如下:<br /><br />This application has requested the Runtime to terminate it in an unusual way.<br />Please contact the application's support team for more information.<br /><br />例如:mibp->get(mvp - mibp->mvp, tabix, &vptr);<br /><br />PICC18中指针的地址,报错如下:expression syntax。例如:<br />uint8 *cp;<br />uint buffo[100];<br /><br />cp = &buffo;<br /><br />哪位大侠能指点一下? |
|