关于cocos2d安装时编译不成功(个人心得)

在解压cocos2d执行vs2010.sln时错误发生不能成功生成。遇到这样的错误:

1>c:\program files\microsoft sdks\windows\v7.0a\include\objidl.h(11280): error C2061: 语法错误: 标识符“__RPC__out_xcount_part”

1>c:\program files\microsoft sdks\windows\v7.0a\include\objidl.h(11281): error C2059: 语法错误:“)”

解决方法:

在DX文件夹下的Rpcsal.h中加入例如以下预编译指令:

#define __RPC__out_xcount_part(size, length)

#define __RPC__in_xcount(size)

#define __RPC__in_xcount_full(size)

#define __RPC__in_range(min, max)

#define __RPC__inout_xcount(size)

然后执行project编译成功(下面是我编译成功的截图)

希望大家能得到帮助。。。。

时间: 2024-11-05 18:38:49

关于cocos2d安装时编译不成功(个人心得)的相关文章

安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.

checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details. 打开config.log查看明细: 网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,: 果然没有,然后安装: 再次编译,发现换了一

安装ASP.net mvc3 Installation failed with error code: (0x80070643), "安装时发生严重错误 "

你应该是使用AspNetMVC3ToolsUpdateSetup.exe安装文件安装时,没有成功. 解决办法:将AspNetMVC3ToolsUpdateSetup.exe安装文件解压,别看是exe文件,也能解压的. 解压完成后是这样的: 然后分别安装红色标注的1,2,3.按照顺序安装即可.如果你不是想在vs2010中使用mvc3,第3步可以不安装.

PHP编译安装时常见错误解决办法,php编译常见错误

PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa

linux编译安装时常见错误解决办法

linux编译安装时常见错误解决办法 This article is post on https://coderwall.com/p/ggmpfa 原文链接:http://www.bkjia.com/PHPjc/1008013.html configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution复制代码 代码如下:yum -y install libxslt-devel c

rpm和yum的使用,程序包编译安装以及编译apache过程中出现的问题

一.rpm包管理 用法: rpm [选项...] 查询/验证软件包选项: -a, --all                        查询/验证所有软件包 -f, --file                       查询/验证文件属于的软件包 -g, --group                      查询/验证组中的软件包 -p, --package                    查询/验证一个软件包 --pkgid                          

OpenStack之安装kvm+编译安装libvirt+解决遇到的问题

http://libvirt.org/sources/ 下载libvirt进行编译安装 1.简单编译安装libvirt [email protected]:/tool#tar -xf libvirt-1.3.4.tar.gz [email protected]:/tool# cd libvirt-1.3.4 [email protected]:/tool/libvirt-1.3.4# Ubuntu缺省情况下,没有提供C/C++的编译环境,所以还需手动安装如下包[email protected]:

Ubuntu12.04编译Android4.0.1源码全过程-----附wubi安装ubuntu编译android源码硬盘空间不够的问题解决

本文转至  http://blog.csdn.net/yanzi1225627/article/details/9263097 昨晚在编译源码,make一段时间之后报错如下: [html] view plaincopyprint? # A fatal error has been detected by the Java Runtime Environment: # #  SIGSEGV (0xb) at pc=0x40362d33, pid=12195, tid=2835454784 # # 

Eclipse安装反编译工具JadClipse

记录一下安装Eclipse的反编译插件JadClipse的过程: 1.首先准备: 1)JadClipse插件,从网站http://sourceforge.net/projects/jadclipse/下载得到net.sf.jadclipse_3.3.0.jar: 2)Jad工具,从网站http://varaneckas.com/jad/获取,选择Jad 1.5.8g for Windows 9x/NT/2000 on Intel platform,得到jad158g.win.zip: 说明:Ja

ubuntu14.04 安装手动编译 zabbix proxy

一.环境说明 ubuntu 14.06 zabbix-2.4.5 mysql-5.5 二.编译安装步骤 1.系统更新 sudo apt-get update && sudo apt-get upgrade 2.安装mysql sudo apt-get install mysql-server mysql-client 3.配置mysql参数 max_connections = 400 query_cache_limit = 1M query_cache_size = 128M max_he