`
374016526
  • 浏览: 95315 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

CCDataVisitor.h, #include <string> 'string' file not found

阅读更多

CCDataVisitor.h, #include <string> 
'string' file not found

 

这个错误因为你的.m文件引用里.mm的文件,这里需要把.m改成.mm就可以了。

0
4
分享到:
评论

相关推荐

    tomcrypt.h

    #include &lt;string.h&gt; #include &lt;stdlib.h&gt; #include &lt;time.h&gt; #include &lt;ctype.h&gt; #include &lt;limits.h&gt; /* use configuration data */ #include &lt;tomcrypt_custom.h&gt; #ifdef __cplusplus extern "C" { #endif /* ...

    linux 下grep命令C代码实现

    #include &lt;string.h&gt; #include &lt;unistd.h&gt; #include "grep.h" #ifndef WITHOUT_NLS #include &lt;nl_types.h&gt; nl_catd catalog; #endif /* * Default messags to use when NLS is disabled or no catalogue * is ...

    VB编程资源大全(英文源码 其它)

    6 , chunks.zip&lt;br&gt;This will open a file and read it in "Chunks" of a selected file.&lt;END&gt;&lt;br&gt;7 , logging.zip&lt;br&gt;This is a bas that will log installation procedures so the file can be removed later.&lt;END...

    BUS Hound

    Please refer to the table for details of each phase type.&lt;br&gt;&lt;br&gt;Phase Description&lt;br&gt;ADDR 8 byte 1394 transfer address&lt;br&gt;ATI 7 byte ATA task file returned from an IDE device&lt;br&gt;ATO 7 byte ATA task ...

    msp430 fat16读写文件

    #include &lt;string.h&gt; unsigned long cardSize = 0; unsigned char status = 1; unsigned int timeout = 0; uint16 i = 0; uint64 j = 0; #define CPU_F ((double)8000000) #define delay_us(x) __delay_cycles(...

    计算机二级C语言上机真题

    #include &lt;string.h&gt; long fun ( char *p) { /* 以下代码仅供参考 */ int i, len, t; /* len为串长,t为正负标识 */ long x=0; len=strlen(p); if(p[0]=='-') { t=-1; len--; p++; } else t=1; /* 以下...

    jQuery完全实例.rar

    &lt;p&gt;one&lt;/p&gt; &lt;div&gt;&lt;p&gt;two&lt;/p&gt;&lt;/div&gt; &lt;p&gt;three&lt;/p&gt; jQuery 代码: $("div &gt; p"); 结果: [ &lt;p&gt;two&lt;/p&gt; ] -------------------------------------------------------------------------------- 在文档的第一个表单...

    Chinese Entity Linking Comprehensive

    &lt;docid&gt; - An ID for a document in ./data/2011/eval/source_documents/ from which the namestring was extracted. The queries are distributed by language and type as follows: KB-Link GPE ORG PER ...

    计算机二级C上机题库

    #include &lt;string.h&gt; void fun (char *s, char *t) { int i, sl; sl = strlen(s); /************found************/ for( i=0; i&lt;=s1; i ++) t[i] = s[i]; for (i=0; i&lt;sl; i++) t[sl+i] = s[sl-i-1]; /******...

    ChromeCacheView

    /stabular &lt;Filename&gt; Save the list of all cache files into a tabular text file. /shtml &lt;Filename&gt; Save the list of all cache files into HTML file (Horizontal). /sverhtml &lt;Filename&gt; Save the list of ...

    OutlookAttachView v2.73

    changed: I found out that many users think that there is a bug in OutlookAttachView because they can't find some of the attachments, without understanding that they have to turn on the 'Show Inline...

    一个进程池的服务器程序

    #include &lt;string.h&gt; #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;dirent.h&gt; #include &lt;sys/stat.h&gt; #include &lt;signal.h&gt; #include &lt;sys/wait.h&gt; #include &lt;pthread.h&gt; #include &lt;errno.h&gt; #include &lt;unistd....

    javacv-platform-1.3.3-src

    Navigate to File &gt; Project Structure &gt; app &gt; Dependencies, click +, and select "2 File dependency". Select all the JAR files from the libs subdirectory. After that, the wrapper classes for OpenCV and ...

    c语言课程设计学生通讯录管理系统.doc

    还运用了头文件: #include "stdafx.h" #include"string.h " #include &lt;stdio.h&gt; #include&lt;stdlib.h&gt; 其中还使用大量的子函数,例如: void output(); void del(); void found(); void modify() ; void insert(); ...

    c语言课程设计学生通讯录管理系统(1).doc

    #include "stdafx.h" #include"string.h " #include &lt;stdio.h&gt; #include&lt;stdlib.h&gt; 其中还使用 void output(); void del(); void found(); void modify() ; void insert(); void output() { int b=0,i=0; int j; ...

    pcf8563_i2c1_r8_ruoge_ov2640通过给RTC驱动增加设备节点读取秒钟成功+直接读取I2C1获取秒钟值20160626_2201.7z

    #include &lt;string.h&gt; #include &lt;linux/i2c.h&gt; /* This is the structure as used in the I2C_RDWR ioctl call */ struct i2c_rdwr_ioctl_data { struct i2c_msg __user *msgs; /* pointers to i2c_msgs */ ...

    BIND-LINUX64位包

    irs_resconf_load(), has been modified to return ISC_R_FILENOTFOUND when the file does not exist and initializes the resconf structure as if the file had existed and configured with nameservers at ...

    端口查看工具

    o Added 'Custom' AutoRefresh option under Options -&gt; Auto Refresh. The number of seconds for the Custom AutoRefresh can be set in the Advanced Options window (Ctrl+O) o Fixed the problem with ...

    开发PHP扩展详细教程

    AC_MSG_RESULT(libicbcapi.a not found) AC_MSG_ERROR(Please make sure the libicbcapi.a is in current directory) [Page] fi PHP_NEW_EXTENSION(icbc, icbc.c, $ext_shared) fi 第三行判断是否要启用...

    c语言、学分管理程序

    #include&lt;string.h&gt; #include&lt;stdlib.h&gt; #define Maxsize 100 typedef struct { int jchk; int zhyk; int xxk; int shyk; int rwk; }Lesson; typedef struct { char name[10]; char sex[4]; char clas[10];...

Global site tag (gtag.js) - Google Analytics