<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > LPC2132學(xué)習(xí)中遇到的問題2

          LPC2132學(xué)習(xí)中遇到的問題2

          作者: 時間:2016-11-23 來源:網(wǎng)絡(luò) 收藏
          在使用ADS1.2編譯程序的過程中,我們有函數(shù)如下定義:
          void PutStr(uint8 x, uint8 y, uint8* str);
          我們在主函數(shù)中有這樣的用法:
          PutStr(0, 0, "Hello world!");
          經(jīng)編譯后,有如下錯誤:
          Error: C3028E implicit cast of pointer to non-equal pointer
          解決方法如下:
          PutStr(0, 0, (uint8*)"Hello world!");
          即將我們的字符串強(qiáng)制轉(zhuǎn)換為我們在函數(shù)中所定義的形式。
          PS:

          C3028E: implicit cast of pointer to non-equal pointer

          本文引用地址:http://www.ex-cimer.com/article/201611/320130.htm

          C3029E: implicit cast of non-0 int to pointer

          C3030E: implicit cast of pointer to int

          C3031E: implicit cast of to int

          Try re-writing the code to avoid the implicit cast, e.g. add an explicit cast.
          These errors can be suppressed with "-Ec".



          關(guān)鍵詞: LPC2132字符

          評論


          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();