[UE4]windows类型冲突:error C2872: 'INT': ambiguous symbol DoNotUseOldUE4Type::INT

 原文:http://aigo.iteye.com/blog/2286920

 

error C2872: 'INT': ambiguous symbol    ue4 DoNotUseOldUE4Type::INT 

'UINT': ambiguous symbol

 

出现这个错误的原因是因为引用的第三方库中的变量类型与UE4变量类型冲突。

 

解决办法:在每个include第三方库头文件的地方,前后分别加上#include "AllowWindowsPlatformTypes.h"#include "HideWindowsPlatformTypes.h"

例如,以引用ffmpeginc为例:

#include "AllowWindowsPlatformTypes.h"
#include "ffmpeginc.h"
#include "HideWindowsPlatformTypes.h"

 

 

参考:

Trouble using windows includes with DWORD, INT

https://answers.unrealengine.com/questions/27560/trouble-using-windows-includes-with-dword-int.html

 

  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值